add JACK backend support for MIDI option discovery

This commit is contained in:
Paul Davis 2013-10-10 12:59:11 -04:00
parent 2308291e59
commit 1bd04f8bf3
4 changed files with 78 additions and 0 deletions

View file

@ -180,6 +180,8 @@ namespace ARDOUR {
*/
bool get_jack_default_server_path (std::string& server_path);
typedef std::vector<std::pair<std::string,std::string> > MidiOptions;
/**
* @return The name of the jack server config file
*/
@ -228,6 +230,9 @@ namespace ARDOUR {
std::string midi_driver;
};
std::vector<std::string> enumerate_midi_options ();
int set_midi_option (ARDOUR::JackCommandLineOptions&, const std::string& opt);
/**
* @return true if able to build a valid command line based on options
*/