Interim checking, Convolution Reverb

This commit is contained in:
Robin Davies
2023-04-05 03:00:51 -04:00
parent ed1dc75c53
commit b83ba7ca94
115 changed files with 7643 additions and 3055 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
* SOFTWARE.
*/
#include "PiPedalHost.hpp"
#include "PluginHost.hpp"
#include "vst3/Vst3Host.hpp"
#include <iostream>
@@ -75,7 +75,7 @@ void RunVsts()
cout << "Scanning" << endl;
const auto & plugins = vst3Host->RescanPlugins();
PiPedalHost host;
PluginHost host;
IHost *pHost = host.asIHost();
host.setSampleRate(44100);