Hi Rick.
Ive commited some changes to build and play fine w. my linux + jack now
(fc17 and all that).
Heres the commit message:
"changes to juce sendNotification things to setValue on sliders,
missing libdl.so on linux build, perhaps something else..."
There were aswell 2 typos in the fresh juce cm cloned when building (git
from today), to get jack playing:
diff --git a/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp b/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
index bf9b7a1..a981b0c 100644
--- a/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
+++ b/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
@@ -368,7 +368,8 @@ private:
if (callback != nullptr)
{
- if ((numActiveInputChannels + numActiveOutputChannels) > 0)
+ // if ((numActiveInputChannels + numActiveOutputChannels) > 0)
+ if ((numActiveInChans + numActiveOutChans) > 0)
callback->audioDeviceIOCallback (const_cast <const float**> (inChans.getData()), numActiveInChans,
outChans, numActiveOutChans, numSamples);
}
Cheers,
-anders
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist