Hi all,
The build of qjackctl included with jackdmp for windows is getting really
old.
The biggest problem is that the default "startup time" is set too low,
making it
seem like "jack crashes". (I"ve got many complains that "jack crashes").
Another problem is that you manually have to append "-S" to the "Server
Prefix".
So here:
https://github.com/kmatheussen/qjackctl
...I've cloned the official qjackctl repository, fixed these two problems,
and added some files to make it straight forward to build qjackctl under
mingw32.
(Building is just running the "build_mingw32.sh" script)
Windows binary: http://folk.uio.no/~ksvalast/qjackctl.zip
Perhaps this build, or something similar, can be included in the next
release of jack for windows?
There's a new release candidate of JACK1 now available. Because of the
magnitude of a couple of the changes, some wider testing would be
appreciated before 0.125.0 can be released.
http://jackaudio.org/downloads/jack-audio-connection-kit-0.125.0rc1.tar.gz
(tagged in git as 0.125.0.rc1)
Changes since 0.124.1, in rough order of significance:
* use topological sort when ordering clients. Previous sorting
implementation would
generate incorrect ordering of clients in some (unusual, but not
uncommon) conditions.
* in the alsa_midi slave driver, fix hotpug device enumeration. JACK1
will now respond
to MIDI devices being connected and disconnected while running.
* increase maximum size of a single JACK MIDI event to 64 bytes
* in the alsa_midi slave driver, fix thread start/stop handling when
freewheeling
* add support for jack_port_rename()
* drop support for CPU cycle counting clock, use kernel clocksource
instead
* fix a double-fork that left zombie processes around
* improve the validity and usability of the return value of
jack_frame_time()
* fix failing metadata look up by clearing UUID parsing buffer before use
* support unescaped double quotes in $HOME/.jackdrc
* fix memory leaks of metata key/value pairs
* fix crash caused by incorrect jack_error() format string
* remove option help from jackd and point user at documentation
* fix problems with garbage keys in metadata
* fix out-of-tree builds
* update configure.ac to work with current-ish autotools with less errors
* use gcc atomics and CLOCK_REALTIME for generic CPU builds
* a handful of other minor bug fixes
Contributors: Hans-Peter Portner, Fons Adriaensen, Erik de Castro Lopo,
Filipe Coehlo, David Robillard, Adrian Knoth, Dominic Sacré, Peter Nelson,
Rui Nuno Capela, Robin Gareus, Peter Nelson, Paul Davis
I have been working on a mixer project using Juce, and wish
to network the audio using Jack. Simple
application would be like a digital snake with the eventual implantation of personal
mixes. Running this on unix I can use
alsa2jack or zita-a2j. But the audioadapter
and netadapter is not part of the windows install package. So I was going to attempt building it myself.
According to the readme on github, to build with Microsoft compiler requires vc6. I have serveral versions
of visual studio but non that old.
The readme also says you can build with gcc, and mingw with sjlj is
required but it appears that is it is no longer available with sljl (never used gcc on windws so this is new to me).
Is there a current “how to” for building jack for windows? And/Or is there a location I could download
the audioadapter and netadapter for the current jack2 version?
Thanks.
Mark Winger
Hello there,
I have just released JackSharp and NAudio.Jack 0.1.0.
JackSharp is a C# wrapper around the Jack API for .NET and Mono.
NAudio.Jack is a pair of implementations of IWavePlayer and IWaveIn to
use JackSharp with the .NET audio framework NAudio.
I have tested it on Windows 8.1 and Debian sid (i386 and amd64).
These are available on NuGet:
https://www.nuget.org/packages/JackSharp/https://www.nuget.org/packages/Naudio.Jack/
Development is done on Github:
https://github.com/residuum/JackSharp
Best regards,
Thomas
--
"Ich komme aus dem Staunen nicht heraus."
"Dann bleib halt drin, du Seppel"
(Dietmar Dath - Die Abschaffung der Arten)
http://www.residuum.org/
Branch: refs/heads/master
Home: https://github.com/jackaudio/jack1
Commit: ff14233d2036c93748407b6403f602b2b5e4f9e0
https://github.com/jackaudio/jack1/commit/ff14233d2036c93748407b6403f602b2b…
Author: Paul Davis <paul(a)linuxaudiosystems.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
R python/jackctl.pyc
R python/mygetopt.pyc
R python/reserve_audio.pyc
Log Message:
-----------
Revert "save experiments with python for dbus interactions (for posterity)"
This reverts commit cf32a3475eb2955d42f033fec9078d160c9620b2.
These files are python "binaries", and the source is already in git.