pingdynasty / OwlPatches

Audio Patches for the OpenWareLaboratory: http://hoxtonowl.com
GNU General Public License v2.0
51 stars 30 forks source link

Broken patches #28

Closed bdejong closed 8 years ago

bdejong commented 8 years ago

Hey guys,

https://github.com/pingdynasty/OwlPatches/blob/master/TestTonePatch.hpp

float* samples = buffer.getSamples(0);
// ...
for(int n = 0; n<size; n++){
      left[n] = sinf(2*M_PI*pos) * amplitude;
// ...

it's kind of nasty if your most basic examples don't compile..

pingdynasty commented 8 years ago

Thanks - fixed now. The codebase is constantly evolving so some of the examples have fallen off the radar.

The best place to go for example patches is the online patch library: https://hoxtonowl.com/patch-library/patches/latest

If you come across any more issues let us know!

bdejong commented 8 years ago

👍

bdejong commented 8 years ago

( by the way, the compiler tells me StompBox is deprecated... I see it's still included in many of the patches... )