Auditioner: expose synth_info

This commit is contained in:
Ben Loftis 2022-02-04 21:41:03 -06:00
parent 9ad82787a1
commit e2c550bcdd

View File

@ -92,6 +92,7 @@ public:
int export_stuff (BufferSet&, samplepos_t, samplecnt_t, boost::shared_ptr<Processor>, bool, bool, bool, MidiNoteTracker&) { return -1; }
void set_audition_synth_info(PluginInfoPtr in);
PluginInfoPtr get_audition_synth_info() {return audition_synth_info;}
samplecnt_t output_latency () const { return 0; }