Closed senisioi closed 6 years ago
It is not declared, you should use the engineGetSampleRate() function for it, which can be called in the place of the variable. I'm new to github, how can I upload the fixed files? [edit]: I've created a pull request with the two fixed files, you could clone them, it works for me (win7, dev).
I can see you created a merge request. Someone has too approve and merge your changes.
Yes, but until then you could clone my fork, or manually fix the code on your machine.
These are issues for Rack v0.5.0, I will prepare today to work with the new version of Rack. I accepted the request, thanks for your help gentleman!
Compiling this code with the latest Rack checkout throws some errors. The Plugin instance is not needed when calling createModel and std:: has to be specified before calling the abs function. Actually, the init function should look something like this to be compatible with the latest rack:
After doing these changes, I'm left with the error ‘gSampleRate’ was not declared in this scope. Where is this variable coming from?