ut-proj / undertone

Making Music with Extempore, OSC, and SuperCollider in LFE/OTP
Apache License 2.0
57 stars 4 forks source link

Publish Extempore sequence / progression data to queue #104

Open oubiwann opened 3 years ago

oubiwann commented 3 years ago

Currently, some custom Extempore code is sending this data structure to LFE:

                #m(tempo ,tempo
                   chord-pitch ,chord-pitch
                   chord-type ,chord-type
                   beat ,beat
                   beats-per-note ,beats-per-note
                   note ,note
                   note-duration ,dur))

This needs to be published to the inbox of a gen_server; tasks include: