Key browser?

where do you find \freq, \degree, \dur. Is there a way to see them all? they are sort of like preset parameters for patterns.

There’s a guide at the VERY bottom of the docs for Event. But tbh, it’s probably easier to just read the source code for Event to see how it’s actually implemented. You can look in Event.sc for the note event: supercollider/SCClassLibrary/Common/Collections/Event.sc at a2d556fc7ab82df735260d6f37b338786685d24f · supercollider/supercollider · GitHub

… and then search around for the various default definitions of the environment variables it uses.

1 Like

I figured as much. thank you

There’s a more thorough discussion in the Pattern Guide, but the Pattern Guide isn’t class/method documentation so it’s often overlooked.

http://doc.sccode.org/Tutorials/A-Practical-Guide/PG_08_Event_Types_and_Parameters.html

http://doc.sccode.org/Tutorials/A-Practical-Guide/PG_07_Value_Conversions.html

hjh

3 Likes

Thank you very much…