Ardourstarter

This is a little Perl - Gtk2 script to start Ardour with a new project in a given default folder, with a name that starts with today's date.

Here's a screenshot:

Download:

ardourstarter

Installation:

To change the default directory, open the script with your favorite text editor,

and change the value for "defaultdir" to your prefered directory.

You're looking for line number 11 :

$defaultdir = "/media/Data/audio-projects/";

Copy the file "ardourstarter" to /usr/local/bin or /usr/bin or ~/bin (open a terminal, type echo $PATH to find out where you can put it).

Also, make sure the file is executable. chmod 755 ardoustarter is a command to do that. (chmod a+x ardoustarter is another one, to do the same.)