Home
last modified time | relevance | path

Searched refs:BusProfile (Results 1 – 11 of 11) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/session_utils/
H A Dnew_session.cc135 BusProfile bus_profile; in create_new_session()
136 BusProfile* bus_profile_ptr = NULL; in create_new_session()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstartup_fsm.h73 ARDOUR::BusProfile bus_profile;
H A Dardour_ui_session.cc112 BusProfile bus_profile; in build_session_from_dialog()
551 …th, const std::string& snap_name, const std::string& session_template, BusProfile const& bus_profi… in build_session()
598 …e, std::string path, std::string snap_name, std::string template_name, BusProfile const& bus_profi… in audio_midi_setup_for_new_session_done()
620 …th, std::string const& snap_name, std::string const& session_template, BusProfile const& bus_profi… in build_session_stage_two()
H A Dardour_ui.h218 …::string const& snapshot, std::string const& session_template, ARDOUR::BusProfile const&, bool fro…
453 …ring path, std::string snapshot, std::string session_template, ARDOUR::BusProfile const&, bool unn…
454 …::string const& snapshot, std::string const& session_template, ARDOUR::BusProfile const&, bool unn…
H A Dardour_ui_startup.cc568 const BusProfile bus_profile = startup_fsm->bus_profile; in load_session_from_startup_fsm()
767 BusProfile bus_profile; in load_from_application_api()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/test/
H A Dsession_test.cc58 BusProfile* bus_profile = 0; in new_session_from_template()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h725 struct BusProfile { struct
726 BusProfile() : master_out_channels (0) {} in BusProfile() argument
H A Dsession.h211 BusProfile const * bus_profile = 0,
1360 int create (const std::string& mix_template, BusProfile const *, bool unnamed);
/dports/audio/ardour6/Ardour-6.8.0/luasession/
H A Dluasession.cc241 BusProfile bus_profile; in _create_session()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_state.cc577 Session::create (const string& session_template, BusProfile const * bus_profile, bool unnamed) in create()
H A Dsession.cc177 BusProfile const * bus_profile, in Session()