Roland Rabien
Roland Rabien
On Intel, 2nd parameter may be a variable, on arm it must be a constant.
Favor composition over inheritance provides higher flexibility. Allowing Timers to be named member variables provides hints to the purpose of the Timer. Supporting multiple Timers in one class becomes easier....
Using a long timeout for polling is good to reduce CPU usage and wakeups. But then sending messages is delayed until poll returns since they must be done from same...
`delta = inputData[j] - inputData[j + tau];` `j + tau` > `yin.getNumSamples()` results in illegal memory access.
Clean up all Xcode and Visual Studio Warnings Remove use of using namespace juce
Is the Push 3 backwards compatible with Push 2.
Support aftertouch as a mod source
I need to be able to click around in my UI without losing the component I'm currently looking at. A switch to disable the overlay while keeping the inspector active?
You should be able to modulate mod depth