new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic framewo...
[ardour.git] / libs / ardour / ardour / debug.h
index bc0fefb4285f4b6753e32e7d6345c4f052df5bef..a8f826babeccea317b7b1360148e12ac69b1d4d2 100644 (file)
@@ -37,7 +37,8 @@ namespace ARDOUR {
                enum DebugBits {
                        MidiSourceIO = 0x1,
                        MidiPlaylistIO = 0x2,
-                       MidiDiskstreamIO = 0x4
+                       MidiDiskstreamIO = 0x4,
+                       SnapBBT = 0x8
                };
        }