mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
Auditioner: expose synth_info
This commit is contained in:
parent
9ad82787a1
commit
e2c550bcdd
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue