jc303 icon indicating copy to clipboard operation
jc303 copied to clipboard

this plugin should automatically bypass if it detects an audio sample

Open RustoMCSpit opened this issue 1 year ago • 2 comments
trafficstars

as it only works with midi, it should not effect audio. there should also be a warning displayed

RustoMCSpit avatar Apr 25 '24 19:04 RustoMCSpit

is there any audio leaking happening on your audio input? what DAW and OS you're using?

Strange since JUCE setup for only MIDI should total disable any audio input.

midilab avatar May 09 '24 21:05 midilab

yeah, bitwig 5.8 linux mint lts

RustoMCSpit avatar May 10 '24 02:05 RustoMCSpit

After look at it, i see no signs of audio leakage, i couldn't reproduce the scenario you point it to me.

Im guessing there is some configuration on your setup allowing bitwig to pass audio thru on jc303 channel for some reason.

Since its Juce based plugin and there is no audio input declared on plugin compilation is unprobable that the plugin is passing thru audio since there is no code inside handle those audio bytes.

If this is happen(not only on your bitwig setup) we have a Juce bug, in that case you should report this behaviour to Juce project guys instead.

midilab avatar Jun 02 '24 08:06 midilab

forget this

RustoMCSpit avatar Jun 02 '24 10:06 RustoMCSpit