mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
a lot of VST support odds-and-ends, including preset discovery and support, extending vestige header a bit, some new thread stuff (may break compilation against JACK, and deliver partial tempo/meter info to VST plugins
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4824 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6a869dfb7a
commit
82da4fa3ac
13 changed files with 298 additions and 40 deletions
|
|
@ -17,8 +17,9 @@ if fst['VST']:
|
|||
b = fst.Object ('fstinfofile', 'fstinfofile.c')
|
||||
c = fst.Object ('vstwin', 'vstwin.c')
|
||||
d = fst.Object ('vsti', 'vsti.c')
|
||||
e = fst.Object ('thread', 'thread.c')
|
||||
|
||||
Default([a,b,c,d])
|
||||
Default([a,b,c,d,e])
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
fst_src + ['SConscript',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue