[PD] displaying MIDI note names?

Frank Barknecht fbar at footils.org
Tue Nov 2 19:34:51 CET 2004


Hallo,
Olaf Matthes hat gesagt: // Olaf Matthes wrote:

> Bradford Reed wrote:
> 
> >Is there an object that will a display MIDI note name instead of number?
> 
> [pitch] from maxlib (http://www.akustische-kunst.org/puredata/maxlib/) 
> can do this.

Or you could try to build something like that on your own using:
 
 |
 [mod 12]
 |
 [select 0 1 ...]
 |    |
 [C(  [C#( ...

Put it in an abstraction, and you can reuse it later on. Using
 
 [/ 12]
 |
 [int]

You can get at octaves as well. The "Max and Pitch" tutorials here:
http://www.sfu.ca/sca/Manuals/247/Max/Max.html are really wonderful,
although they don't translate completely to Pd. (But if you know, that
"%" in Max is "mod" in Pd, you'll come very far.)

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-list mailing list