Home
last modified time | relevance | path

Searched refs:AFLFromAfterProcessors (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Drc_configuration_vars.h132 CONFIG_VARIABLE (AFLPosition, afl_position, "afl-position", AFLFromAfterProcessors)
H A Dtypes.h524 AFLFromAfterProcessors enumerator
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Denums.cc348 REGISTER_ENUM (AFLFromAfterProcessors); in setup_enum_writer()
H A Droute.cc4203 case AFLFromAfterProcessors: in listen_position_changed()
5076 case AFLFromAfterProcessors: in setup_invisible_processors()
H A Dluabindings.cc2191 .addConst ("AFLFromAfterProcessors", ARDOUR::AFLPosition(AFLFromAfterProcessors)) in common()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Drc_option_editor.cc4036 pa->add (AFLFromAfterProcessors, _("after post-fader processors (before pan)")); in RCOptionEditor()