Replies: 3 comments 3 replies
-
|
Jack is in fact working on the SquishBox - you can use it by changing this line to just That's an interesting idea about using the network capability of JACK - agree it's probably tricky to do from command line! You could also run the GUI version of fluidpatcher directly on your music computer and have access to your MIDI devices that way 😉 |
Beta Was this translation helpful? Give feedback.
-
|
Some related comments from an email conversation, posting here for documentation (Thanks Kita Gábor for permission)
It looks like jackd2 didn't get installed for some reason. You can try just running the installer again or from the command line do: sudo apt-get install --no-install-recommends jackd2
Aha! I figured out what's happening. When compiling fluidsynth from source, the script first grabs the build dependencies. If I haven't installed libjack-jackd2-dev, it defaults to using libjack-dev, which uninstalls jackd2. |
Beta Was this translation helpful? Give feedback.
-
|
With some trial-and-error I have been able to get JACK working with the headphone output on the Raspberry Pi. This is the /etc/jackdrc file that gets the job done: The jackdmp output with jackdmp output with So, I think I will in fact make jack the default audio driver for both SquishBox and Headless Pi Synth - that way the headphone jack users will be able to use LADSPA effect routing and have access to realtime audio features, etc. Thoughts? Anyone understand the endian-ness thing as it relates to the Pi's headphone jack? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there !
I read that you plan to use Jack instead of Alsa.
I do think it's cool, but maybe not for what you think ;-)
Let's say you make it work with jack. You will have a very new cool feature : jack can talk through wifi / Ethernet / Internet ! So you can have Midi In and Out port linked to your Music computer that old all you midi devices, play with the patches, and then go out of you house with a setup ready to play music !
But I can say that I do have hard time to think how well it can work headless as I do think jack is not so easy to use with a computer and mouse...
Courage to you !
Beta Was this translation helpful? Give feedback.
All reactions