Home
last modified time | relevance | path

Searched refs:post_engine_init (Results 1 – 7 of 7) sorted by relevance

/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/State/
H A DSimple.pm46 $state = post_engine_init($self, $plugin_callbacks);
158 sub post_engine_init { subroutine
163 if (defined $plugin_callbacks->{ $self->namespace }->{ post_engine_init }) {
166 @{ $plugin_callbacks->{ $self->namespace }->{ post_engine_init } }
H A DExceptions.pm48 $state = post_engine_init($self, $plugin_callbacks);
178 sub post_engine_init { subroutine
183 if (defined $plugin_callbacks->{ $self->namespace }->{ post_engine_init }) {
186 @{ $plugin_callbacks->{ $self->namespace }->{ post_engine_init } }
H A DDefault.pm37 if (defined $plugin_callbacks->{ $self->namespace }->{ post_engine_init }) {
40 @{ $plugin_callbacks->{ $self->namespace }->{ post_engine_init } }
/dports/www/p5-Gantry/Gantry-3.64/
H A DChanges159 - moved engine_init() and post_engine_init plugin callback execution out
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession.h1624 int post_engine_init ();
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_state.cc220 Session::post_engine_init () in post_engine_init() function in Session
H A Dsession.cc408 int err = post_engine_init (); in Session()