Search found 96 matches
- Sun Sep 18, 2011 11:56 am
- Forum: Linux Distributions & Other Software
- Topic: What's your favourite audio software for linux?
- Replies: 20
- Views: 9842
Re: What's your favourite audio software for linux?
Let's turn this thread into a megapoll, will you? :) RULES: - Quote the message above you, remove the quote tags and add your program/vote. - Remove the bold tags from other users votes and use them to highlight your vote. - Add programs to the list in alphabetical order. - If you change your mind, ...
- Sat Sep 03, 2011 9:00 am
- Forum: Recorders & Sequencers
- Topic: Persistent Jack Connections ?
- Replies: 5
- Views: 4388
Re: Persistent Jack Connections ?
Another option is "jack.plumbing", it's a simple CLI app. In Debian (and Ubuntu, I suppose) it's in the package "jack-tools". It works similarly to the qjackctl's patchbay: the main difference is that patchbay has a GUI interface, while for jack.plumbing you edit a text file with...
- Fri Aug 26, 2011 11:10 am
- Forum: Recorders & Sequencers
- Topic: Polyrhythmic Sequencer?
- Replies: 9
- Views: 5024
Re: Polyrhythmic Sequencer?
As a workaround, you can set the measure length as 5 4ths: now your "4ths" are 5 16ths long and the 5plet notes are 4 16ths long.
- Fri Aug 12, 2011 7:46 pm
- Forum: Linux Distributions & Other Software
- Topic: Jackd doesn't like my Headphones (pulse does)
- Replies: 8
- Views: 6870
Re: Jackd doesn't like my Headphones (pulse does)
I found another solution. And it works with cadence too! :mrgreen: It just suffices to tell jackd to use only 2 output channels: jackd -dalsa --outchannels 2 or for short: jackd -dalsa -o2 (Plus any other parameter you may like as "-r44100" an so on...) In cadence you can set "Output ...
- Fri Aug 12, 2011 2:37 pm
- Forum: Linux Distributions & Other Software
- Topic: Jackd doesn't like my Headphones (pulse does)
- Replies: 8
- Views: 6870
Re: Jackd doesn't like my Headphones (pulse does)
What a pity... having to manually re-route the outputs every time is so a PITA! And Cadence is so nice!
- Fri Aug 12, 2011 1:48 pm
- Forum: Linux Distributions & Other Software
- Topic: Jackd doesn't like my Headphones (pulse does)
- Replies: 8
- Views: 6870
Re: Jackd doesn't like my Headphones (pulse does)
Is there a way to make this solution work with falktx's cadence? I'm trying right now but I can't find a way, and if I start jackd by hand, the cadence tools seem to think that there's no jackd running at all, even if it's working fine. Also, I had to make .asoundrc read-only because it was been ove...