mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
Merged with trunk R795
Fiddled with scrolling to leave a bit of context on each side. 'scroll interval' is a single float, should make it a configuration variable some day git-svn-id: svn://localhost/ardour2/branches/midi@796 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
30ab1fd615
commit
a98a67120e
27 changed files with 352 additions and 116 deletions
|
|
@ -202,6 +202,11 @@ mtest_files=Split("""
|
|||
mtest.cc
|
||||
""")
|
||||
|
||||
|
||||
rcu_files=Split("""
|
||||
rcu.cc
|
||||
""")
|
||||
|
||||
itest_files=Split("""
|
||||
itest.cc
|
||||
""")
|
||||
|
|
@ -217,6 +222,7 @@ if env['VST']:
|
|||
if gtkardour['COREAUDIO']:
|
||||
extra_sources += coreaudio_files
|
||||
gtkardour.Append(CCFLAGS='-DHAVE_COREAUDIO')
|
||||
gtkardour.Append(LINKFLAGS='-framework Carbon')
|
||||
gtkardour.Merge([libraries['appleutility']])
|
||||
|
||||
if env['FFT_ANALYSIS']:
|
||||
|
|
@ -240,6 +246,7 @@ ardourlib = gtkardour.SharedLibrary(target = 'ardourgtk', source = gtkardour_fil
|
|||
|
||||
mtest = gtkardour.Program(target = 'mtest', source = mtest_files)
|
||||
itest = gtkardour.Program(target = 'itest', source = itest_files)
|
||||
rcu = gtkardour.Program(target = 'rcu', source = rcu_files)
|
||||
|
||||
my_subst_dict = { }
|
||||
my_subst_dict['%INSTALL_PREFIX%'] = install_prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue