Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation of german notation and useful conversions in supercollider with ctk library (which are amazing!!) #20

Open
pedro-nonfree opened this issue Sep 11, 2020 · 0 comments

Comments

@pedro-nonfree
Copy link

pedro-nonfree commented Sep 11, 2020

This ticket is open to accomplish the effort of improving/showing documentation of:

  • basic music notation:
  • methods:
    • .hertz: from notes to frequency
    • .keynum: from notes to midi notes
    • .note
      • .note from midi to notes
      • .note(true) from frequency to notes

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.

an example:

(
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;
)
@pedro-nonfree pedro-nonfree changed the title Improve documentation of german notation in supercollider and methods hertz, note and keynum (which are amazing!!) Improve documentation of german notation and useful conversions in supercollider with ctk library (which are amazing!!) Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant