where do I find the API documentation for the tulip, amy, midi python libraries? #393
Replies: 2 comments 3 replies
-
Nothing yet, that's a todo #194 You'll have to look at the code itself for now for everything, you'll find the python modules that ship with Tulip here: https://github.com/shorepine/tulipcc/tree/main/tulip/shared/py |
Beta Was this translation helpful? Give feedback.
-
I've had a dig around and there's something I still can't grasp How do these 2 bits of code work together? def note(t): slot = tulip.seq_add_callback(note, 48) Is the value 48 passed to note(t) as the variable t? |
Beta Was this translation helpful? Give feedback.
-
There's lots of great example code in the docs here but I can't find the API documentation covering the classes and methods within the tulip, amy & midi packages.
For example what are the method signatures for the synth object used in the music tutorial?
Beta Was this translation helpful? Give feedback.
All reactions