summaryrefslogtreecommitdiff
path: root/gtk2_ardour/nsm.cc
AgeCommit message (Collapse)Author
2020-05-21NSM special-casesRobin Gareus
Special cases to load-or-create session via NSM_Client::command_open This bypasses most of the startup-FSM for NSM. Either a session is loaded or created. JACK is mandatory.
2019-10-10NSM startup needs to call a different method due to API changesPaul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close ↵Paul Davis
to done)
2013-05-04the big rework of window management. probably not complete at thsi point, ↵Paul Davis
but this is mostly functional
2013-04-03Enable snapshots and port connect on startupRoy Vegard Ovesen
2013-04-02Forgot to clean up nsm.* in previous commitRoy Vegard Ovesen
2013-03-31Better start upRoy Vegard Ovesen
Don't reply to nsm server until ardour project is finished loading
2013-03-31Prevent the new session dialog from appearingRoy Vegard Ovesen
2013-03-31non-session-manager supportRoy Vegard Ovesen
Implements open, save and dirtiness. No error checking, no menu items disabling.