You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of my code paths is doing an end without a begin. Debug before we ship.
#if JUCE_DEBUG && ! JUCE_DISABLE_AUDIOPROCESSOR_BEGIN_END_GESTURE_CHECKING
// This means you've called endChangeGesture without having previously// called beginChangeGesture. That might be fine in most hosts, but it// would be better to keep the calls matched correctly.jassert (isPerformingGesture);
isPerformingGesture = false;
#endif
The text was updated successfully, but these errors were encountered:
1. Start splitting SGE into more bite sized program units
2. Re-implement the logic for when to hide and show the infowindow
and delegate it to the widgets. This also fixes many things.
Closessurge-synthesizer#4595
Addresses surge-synthesizer#4629
1. Start splitting SGE into more bite sized program units
2. Re-implement the logic for when to hide and show the infowindow
and delegate it to the widgets. This also fixes many things.
Closessurge-synthesizer#4595
Addresses surge-synthesizer#4629
1. Start splitting SGE into more bite sized program units
2. Re-implement the logic for when to hide and show the infowindow
and delegate it to the widgets. This also fixes many things.
Closes#4595
Addresses #4629
One of my code paths is doing an end without a begin. Debug before we ship.
The text was updated successfully, but these errors were encountered: