mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Allow to special case plugins used for IR analysis
This is relevant for some VST specifics (e.g connected pins) or similar audioMasterCallbacks that use either global or plugin-insert specific data.
This commit is contained in:
parent
2ee2b8481c
commit
5d4fbcb1ea
4 changed files with 16 additions and 6 deletions
|
|
@ -3052,6 +3052,7 @@ PluginInsert::get_impulse_analysis_plugin()
|
|||
// during init() -- most notably block_size..
|
||||
// not great.
|
||||
ret = plugin_factory(_plugins[0]);
|
||||
ret->use_for_impulse_analysis ();
|
||||
ChanCount out (internal_output_streams ());
|
||||
if (ret->get_info ()->reconfigurable_io ()) {
|
||||
// populate get_info ()->n_inputs and ->n_outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue