summaryrefslogtreecommitdiff
path: root/plugins/ZamVerb/ZamVerbImpulses.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamVerb/ZamVerbImpulses.hpp')
-rw-r--r--plugins/ZamVerb/ZamVerbImpulses.hpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/ZamVerb/ZamVerbImpulses.hpp b/plugins/ZamVerb/ZamVerbImpulses.hpp
new file mode 100644
index 0000000..da2bc39
--- /dev/null
+++ b/plugins/ZamVerb/ZamVerbImpulses.hpp
@@ -0,0 +1,28 @@
+#ifndef BINARY_ZAMVERBIMPULSES_HPP
+#define BINARY_ZAMVERBIMPULSES_HPP
+
+namespace ZamVerbImpulses
+{
+ extern const float* studioA;
+ const unsigned int studioAsamples = 50000;
+
+ extern const float* studioB;
+ const unsigned int studioBsamples = 85000;
+
+ extern const float* roomA;
+ const unsigned int roomAsamples = 85000;
+
+ extern const float* roomB;
+ const unsigned int roomBsamples = 120000;
+
+ extern const float* hallA;
+ const unsigned int hallAsamples = 85000;
+
+ extern const float* hallB;
+ const unsigned int hallBsamples = 85000;
+
+ extern const float* plate;
+ const unsigned int platesamples = 142000;
+}
+
+#endif