mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
various fixes for push2 support. Now setups video display when enabled
This commit is contained in:
parent
413fe2cf9a
commit
189173c1b1
8 changed files with 248 additions and 78 deletions
|
|
@ -78,3 +78,4 @@ PBD::DebugBits PBD::DEBUG::BackendPorts = PBD::new_debug_bit ("backendports");
|
|||
PBD::DebugBits PBD::DEBUG::VSTCallbacks = PBD::new_debug_bit ("vstcallbacks");
|
||||
PBD::DebugBits PBD::DEBUG::FaderPort = PBD::new_debug_bit ("faderport");
|
||||
PBD::DebugBits PBD::DEBUG::VCA = PBD::new_debug_bit ("vca");
|
||||
PBD::DebugBits PBD::DEBUG::Push2 = PBD::new_debug_bit ("push2");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue