This website requires JavaScript.
Explore
Help
Sign In
ardour
/
livetrax
Watch
13
Star
0
Fork
0
You've already forked livetrax
Code
34cd3457a2
livetrax
/
gtk2_ardour
/
ardev
4 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import of gtk2_ardour. git-svn-id: svn://localhost/trunk/ardour2@24 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25 14:42:24 -04:00
#!/bin/sh
Script portability fixes. git-svn-id: svn://localhost/ardour2/trunk@936 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-30 11:58:21 -04:00
. `dirname "$0"`/ardev_common.sh
remove all duplicated _id members from children of PBD::Stateful. Sources now know about Session. rearrange session directory heirarchy. remove tape_dir stuff. NSD allows absolute/relative paths to be typed straight into the text entry. Session history reloaded after all 3rd party registrations done. Editor restores its ID; other objects still need this. use g_mkdir_with_parents() instead of mkdir() one example of using g_file_test() instead of access. git-svn-id: svn://localhost/ardour2/trunk@908 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-07 11:07:14 -04:00
exec gtk2_ardour/ardour.bin --novst $*
Copy Permalink