mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStream
git-svn-id: svn://localhost/ardour2/trunk@589 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2387ef8bfb
commit
b09ab54654
79 changed files with 1113 additions and 1495 deletions
|
|
@ -83,7 +83,7 @@ GTK_ARDOUR::parse_opts (int argc, char *argv[])
|
|||
{ "name", 1, 0, 'c' },
|
||||
{ "novst", 0, 0, 'V' },
|
||||
{ "new", 1, 0, 'N' },
|
||||
{ "use-hw-optimizations", 0, 0, 'o' },
|
||||
{ "no-hw-optimizations", 0, 0, 'O' },
|
||||
{ "curvetest", 1, 0, 'C' },
|
||||
{ "gtktheme", 0, 0, 'g' },
|
||||
{ 0, 0, 0, 0 }
|
||||
|
|
@ -124,8 +124,8 @@ GTK_ARDOUR::parse_opts (int argc, char *argv[])
|
|||
session_name = optarg;
|
||||
break;
|
||||
|
||||
case 'o':
|
||||
try_hw_optimization = true;
|
||||
case 'O':
|
||||
try_hw_optimization = false;
|
||||
break;
|
||||
|
||||
case 'V':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue