i came across an issue that prevents me from using the Jacko opcodes making the Jack connections i want.
I want to use the Jacko opcodes in Blue, to use some external hardware synths via Midi. Now, Blue uses an 'event "e"' to tell the playbackhead to stop. As it turns out, Jacko does not like this and Csound does not stop at the designated time.
For this to test, i have attached several thing
event.csd - makes Csound crazy
Catia_JackConnection.png - showing the Jacko connection
Event_CPU.png - showing Csound going nuts
Event_NoStop.png - the output form Visual Studio Code, where (illegally) Jacko re-started after the csd has finished
no_event.csd - leaving out the 'event "e' and all works just fine
i came across an issue that prevents me from using the Jacko opcodes making the Jack connections i want. I want to use the Jacko opcodes in Blue, to use some external hardware synths via Midi. Now, Blue uses an 'event "e"' to tell the playbackhead to stop. As it turns out, Jacko does not like this and Csound does not stop at the designated time.
For this to test, i have attached several thing
Images and csds: JackoImages.zip Jacko_csd.zip