Home
last modified time | relevance | path

Searched refs:the_instrument (Results 1 – 12 of 12) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpatch_change_widget.cc205 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in select_channel()
393 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in select_bank()
423 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in select_program()
468 if (_route->the_instrument ()) { in processors_changed()
577 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in note_on_event_handler()
593 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in note_off_event_handler()
608 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in bank()
623 …ared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument())) { in program()
H A Dplugin_setup_dialog.cc46 boost::shared_ptr<Processor> old = _route->the_instrument (); in PluginSetupDialog()
193 boost::shared_ptr<Processor> old = _route->the_instrument (); in apply_mapping()
H A Droute_time_axis.cc800 if (!is_midi_track () && _route->the_instrument ()) { in build_display_menu()
2066 …hared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (_route->the_instrument ()); in reread_midnam()
2085 boost::shared_ptr<Processor> the_instrument (_route->the_instrument()); in processors_changed() local
2086 boost::shared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (the_instrument); in processors_changed()
2089 the_instrument->DropReferences.connect (midnam_connection, invalidator (*this), in processors_changed()
H A Dmixer_strip.cc1148 if (active && (boost::dynamic_pointer_cast<MidiTrack>(_route) || _route->the_instrument ())) { in build_route_ops_menu()
1153 …if (active && _route->the_instrument () && _route->the_instrument ()->output_streams().n_audio() >… in build_route_ops_menu()
H A Dmixer_ui.cc948 …shared_ptr<PluginInsert> pi = boost::dynamic_pointer_cast<PluginInsert> (route->the_instrument ()); in fan_out()
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A D_export_plugins_on_save.lua24 local proc = r:the_instrument() -- get instrument processor (if any)
H A D_fan_out_instrument.lua18 local proc = r:the_instrument ():to_insert()
H A Dmixer_settings_recall.lua248 if not(rt:the_instrument():isnil()) then
250 old_order:push_back(rt:the_instrument())
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Droute.h523 boost::shared_ptr<Processor> the_instrument() const;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Droute.cc1038 boost::shared_ptr<Processor> instrument = the_instrument (); in add_processors()
1176 && boost::dynamic_pointer_cast<PluginInsert> (the_instrument ()) == fanout) { in add_processors()
1718 boost::shared_ptr<Processor> instr = the_instrument(); in reset_instrument_info()
5357 Route::the_instrument () const in the_instrument() function in Route
H A Dluabindings.cc1119 .addFunction ("the_instrument", &Route::the_instrument) in common()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dfaderport8.cc935 return 0 != r->the_instrument (); in flt_instrument()