repo.or.cz
/
ardour2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
small change to step edit bindings, plus make the spin button/adjustment able to...
[ardour2.git]
/
vst
/
winmain.c
blob
0f9dff1360882db48c3a749bd2b07b68e03df256
1
extern
int
ardour_main
(
int
argc
,
char
*
argv
[]);
2
3
int
4
main
(
int
argc
,
char
*
argv
[])
5
{
6
return
ardour_main
(
argc
,
argv
);
7
}