more SAE + gtkosx changes - try to find jackd in the bundle; hard code SAE session params

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2305 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-08-15 17:41:07 +00:00
parent e96e4bacbe
commit 8b4232bb56
4 changed files with 102 additions and 48 deletions

View file

@ -94,6 +94,7 @@ class EngineControl : public Gtk::VBox {
void redisplay_latency ();
uint32_t get_rate();
void audio_mode_changed ();
void find_jack_servers (std::vector<std::string>&);
};
#endif /* __gtk2_ardour_engine_dialog_h__ */