This ticket is open to accomplish the effort of improving/showing documentation of:
History: So I was looking for help expressing the notes in a more musical-traditional sense with supercollider and thanks to @joshpar he guided me to get into it.
(
p = Pbind(
// german notation notes, converted to midi
\midinote, Pseq(['c3', 'c3', 'ef3', 'c3', 'g3', 'fs3'].keynum, inf),
// rhythmic values
\dur, Pseq([1, 0.5, 0.5, 1, 1] * 0.6, inf)
).play;
)
This ticket is open to accomplish the effort of improving/showing documentation of:
esef.hertz: from notes to frequency.keynum: from notes to midi notes.note.notefrom midi to notes.note(true)from frequency to notesHistory: So I was looking for help expressing the notes in a more musical-traditional sense with supercollider and thanks to @joshpar he guided me to get into it.
an example: