pingdynasty / OwlNest

OwlNest is an application for tweaking the Owl pedal settings.
www.hoxtonowl.com
7 stars 4 forks source link

Patch parameter management #12

Open sgissinger opened 10 years ago

sgissinger commented 10 years ago

Made the commit 518c28df3dc5cb2a0d3c75be8550ab0e22cf6b24.

It refactors patch parameter management inside StomBoxAudioProcessor class. It uses a similar pattern as the one used in my latest Patch-Auto-Doc branch commits.

But I can't judge if this implementation is better than the original one, specially regarding to:

I used to cast enumeration to int but this should be a noop operation (or not).