total reimplementation of Configuration object internals to make adding new config...
[ardour.git] / libs / ardour / ardour / types.h
index c7e5faa21eaf18ebfcd027e573e693326a914ae6..ae0353cc015fe025c968c58a91960fd85f7ac553 100644 (file)
@@ -242,6 +242,11 @@ namespace ARDOUR {
            volatile float progress;
            pthread_t      thread;
        };
+
+       enum SampleFormat {
+               FormatFloat = 0,
+               FormatInt24
+       };
 };