mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
a) dynamically loadable control surface support
b) move tranzport and generic midi into separate dirs under "surfaces" git-svn-id: svn://localhost/trunk/ardour2@442 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f7c82c6911
commit
9ae0f6cbee
20 changed files with 356 additions and 293 deletions
|
|
@ -32,6 +32,7 @@ automation_event.cc
|
|||
configuration.cc
|
||||
connection.cc
|
||||
control_protocol.cc
|
||||
control_protocol_manager.cc
|
||||
crossfade.cc
|
||||
curve.cc
|
||||
cycle_timer.cc
|
||||
|
|
@ -42,7 +43,6 @@ externalsource.cc
|
|||
filesource.cc
|
||||
gain.cc
|
||||
gdither.cc
|
||||
generic_midi_control_protocol.cc
|
||||
globals.cc
|
||||
import.cc
|
||||
insert.cc
|
||||
|
|
@ -69,10 +69,8 @@ send.cc
|
|||
session.cc
|
||||
session_butler.cc
|
||||
session_click.cc
|
||||
session_control.cc
|
||||
session_events.cc
|
||||
session_export.cc
|
||||
session_feedback.cc
|
||||
session_midi.cc
|
||||
session_process.cc
|
||||
session_state.cc
|
||||
|
|
@ -85,7 +83,6 @@ source.cc
|
|||
state_manager.cc
|
||||
stateful.cc
|
||||
tempo.cc
|
||||
tranzport_control_protocol.cc
|
||||
utils.cc
|
||||
version.cc
|
||||
mix.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue