mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix stuck notes on switch mono on/off
This commit is contained in:
parent
73ca1e6758
commit
3de6fc16aa
3 changed files with 8 additions and 2 deletions
|
|
@ -271,6 +271,7 @@ public:
|
|||
juce::AudioPlayHead* playhead = nullptr;
|
||||
bool blockMissed = false;
|
||||
bool presetLoaded = false;
|
||||
bool lastMono = false;
|
||||
|
||||
struct CurTable
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue