Fake parameter change when clicking host parameter module

This commit is contained in:
falkTX 2021-12-09 20:23:26 +00:00
parent 75aad04bb8
commit 28d3ca2d68
4 changed files with 42 additions and 1 deletions

View file

@ -95,6 +95,10 @@ struct CardinalPluginContext : rack::Context {
#endif
};
#ifndef HEADLESS
void handleHostParameterDrag(CardinalPluginContext* pcontext, uint index, bool started);
#endif
// -----------------------------------------------------------------------------------------------------------
struct CardinalAudioDevice;