surge-synthesizer / monique-monosynth

Monique monosynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Various other port shortcuts resolved

baconpaul opened this issue · comments

commented

A few places when doing the monique juce 6 onboarding I couldn't fix so I commented them out

When I did this I added this block

 { static bool fix_oss_port_issue = false; jassert(fix_oss_port_issue); fix_oss_port_issue = true; }

before the code. All of that should be removed obviously!