charlieroberts / genish.js

a js library to compile optimized audio callbacks inspired by gen~
http://www.charlie-roberts.com/genish
MIT License
119 stars 14 forks source link

full list of genish ops and their properties? #22

Open michaelpalumbo opened 2 years ago

michaelpalumbo commented 2 years ago

Hi @charlieroberts

Is there a list of all genish ops, ideally as a JSON? if not, I'd be happy to contribute that as I also need it for my project mischmasch. at the moment i've got such a collection of gen~ operators, here

charlieroberts commented 2 years ago

hi michael! no this doesn’t exist and would be really really useful. you might be able to find something that converts the markdown to json to use as a starting point? (located in docs) happy to help answer questions as they arise!

michaelpalumbo commented 2 years ago

oh ok! I've forked the repo and can make a pull request in a bit. i'm thinking i'll just write the JSON by hand for the moment, might be faster than trying to deal with converting and crawling the .md file

michaelpalumbo commented 2 years ago

actually, i've got another way to automate it. i'll keep you posted!

michaelpalumbo commented 2 years ago

ok! got a solution, and i opened a pull request for it :)