Expand description

Provides generic iced GUI for implementations of audio_processor_traits::parameters::AudioProcessorHandle

GUI can be ran as a standalone app or as a vst::editor::Editor

  • open runs the app standalone
  • editor runs a boxed Editor instance

Functions

  • Create a VST editor for this handle
  • Open this generic editor as a standalone app. Will block, needs to be run on the main-thread.