modlfo / VultModules

A set of modules written in Vult for VCVRack
Other
131 stars 18 forks source link

compilation with 0.4 fails #6

Closed av500 closed 7 years ago

av500 commented 7 years ago

this is needed:

--- a/src/VultModules.cpp
+++ b/src/VultModules.cpp
@@ -3,7 +3,7 @@

 float getSampleRate()
 {
-   return gSampleRate;
+   return engineGetSampleRate();
 }

 Plugin *plugin;
modlfo commented 7 years ago

Right now I'm compiling agains the tag v0.4 of Rack (latest release) and it works. That change is needed for compiling on master. Once the modules are stable I'm going to move to the master branch of Rack.

av500 commented 7 years ago

ah ok. sorry for the noise then :)

modlfo commented 7 years ago

No problem. Thanks for letting me know the fix!