midilab / jc303

A Free Roland TB-303 Plugin for Windows, MacOS and Linux: VST2, VST3, LV2, CLAP and AU. A Juce port of Open303 engine.
https://midilab.co/jc303
GNU General Public License v3.0
136 stars 4 forks source link

this plugin should automatically bypass if it detects an audio sample #14

Closed RustoMCSpit closed 4 months ago

RustoMCSpit commented 5 months ago

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

midilab commented 4 months ago

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.

RustoMCSpit commented 4 months ago

yeah, bitwig 5.8 linux mint lts

midilab commented 4 months ago

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.

RustoMCSpit commented 4 months ago

forget this