mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
move new Waves backend debug bits into libs/pbd/debug.cc because backends are dynamically loaded AFTER command line parsing.
See comments in libs/pbd/debug.cc for more details
This commit is contained in:
parent
4bc383e663
commit
2c1c92e8de
6 changed files with 21 additions and 63 deletions
|
|
@ -20,13 +20,12 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/debug.h"
|
||||
#include "pbd/compose.h"
|
||||
|
||||
#include "waves_midi_device.h"
|
||||
#include "waves_midi_event.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
// use non-zero latency because we want output to be timestapmed
|
||||
#define LATENCY 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue