On Wed, 23 Mar 2011, Joe wrote:

does anyone have any ideas for this? useful, easy to understand math concepts that could be turned into little musical devices? any feedback will be greatly appreciated!

[mod] and [div] are quite important concepts in music : you can use them to cut the time in measures and the measures into their subunits, or to cut the pitch space into octaves and smaller units.

for example, [mod 8] and [div 8] can turn a timescale of quaver index into a timescale of measure index + a number between 0 to 7 to select a quaver inside a measure. (unfortunately, [mod] works completely in ints, so you need something else if you need to play with fractions of quavers)

and when you take the number 55 to write "G4", you're using [mod 12] to get the 7 that means G, and [div 12] to get the 4 for the number of the octave.

 _______________________________________________________________________
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to