Archive for the 'Uncategorized' Category

Mar 25 2009

ControlP5 slider method

Published by Michael Doyle under Uncategorized

I keep forgetting which parameters are which. Here's the list of them:

Syntax:

  1.  
  2. addSlider(theName, theMin, theMax, theDefaultValue, theX, theY, theW, theH);
  3. addSlider(String, float, float, float, int, int, int, int);
  4.  

No responses yet

Feb 06 2009

ProMIDI Problem

Published by Michael Doyle under Uncategorized, Visual

One of the rquirements for Maestro is that the user can change instruments, proMIDI doesn't allow for this.

Looking into minim and Ess r2 at the moment to see if I can use them.

No responses yet