digego / extempore

A cyber-physical programming environment
1.4k stars 127 forks source link

is JACK no longer supported on linux? #157

Closed giorashh closed 9 years ago

giorashh commented 9 years ago

Compilation triggers bad audio hiccups and I thought JACK might help with. It looks like ./all.bash -DJACK_AUDIO hasn't worked since cc999f3bf, though the ifdef still exists in config/linux.make.

benswift commented 9 years ago

Hey there

Yep, the ‘direct’ build against jack option no longer works, but you can still use a jack backend if you use (an appropriately configured) portaudio.

I’ve removed all the references to JACK_AUDIO in the codebase.

Cheers, Ben

On 15 Dec 2014, at 12:42 am, giorashh notifications@github.com wrote:

Compilation triggers bad audio hiccups and I thought JACK might help with. It looks like ./all.bash -DJACK_AUDIO hasn't worked since cc999f3 https://github.com/digego/extempore/commit/cc999f3bf4d696ddad9a336575dc2e9c2c398b15, though the ifdef still exists in config/linux.make.

— Reply to this email directly or view it on GitHub https://github.com/digego/extempore/issues/157.

ghost commented 8 years ago

Hello.

you can still use a jack backend if you use (an appropriately configured) portaudio

Can you briefly explain how can I use extempore with Jack on GNU/Linux?

digego commented 8 years ago

via, portaudio.

You just need to make sure that portaudio builds with jack support. I don't think the cmake file currently does include jack support by default (on linux), so this might deserve a new bug report (i.e. add jack build support for portaudio to extempore cmake)

On Tue, Jan 26, 2016 at 11:07 AM, Arseniy notifications@github.com wrote:

Hello.

you can still use a jack backend if you use (an appropriately configured) portaudio

Can you briefly explain how can I use extempore with Jack on GNU/Linux?

— Reply to this email directly or view it on GitHub https://github.com/digego/extempore/issues/157#issuecomment-174754400.

ghost commented 8 years ago

Thanks for answer. I didn't find any reference to jack2 in CMakeLists.txt so I'll make a bug report tomorrow.

P.s all night searching for good alternative for CommonMusic package and find your project. It's awesome.