chaosprint / glicol

Graph-oriented live coding language and music/audio DSP library written in Rust
https://glicol.org
MIT License
2.24k stars 74 forks source link

API docs #148

Open corysimmons opened 9 months ago

corysimmons commented 9 months ago

I tried

// move your cursor on the keyword `sin`
// press alt+d (windows) or option-d (mac).

but it never showed me anything.

It would be nice if there was an API reference for things like:

I know all the demos have a little blurb about these things, but a proper API reference with a few simple examples would be huge!

chaosprint commented 9 months ago

It will show in the browser console. It was true that public demand was not considered at the time, but now we are designing a new interface that should be able to display help directly.

xynydev commented 2 months ago

It would be great to have a list with all of these, to not just have to guess. For example, I saw squsynth and sawsynth, then tried sinsynth but that did not work.