evansneath / flux

A dynamic, real-time application for the emulation of various audio effects.

Home Page:evansneath.github.com/flux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Develop serial communication backbone

evansneath opened this issue · comments

Define and test the Core to Stomp serial communication backbone. Look into ways to effectively implement control changes in the main processing loop.

SerialProtocol.read method completed. This returns control and value data of augmented control on the Stomp system. This can be used to query for control changes.

Make size of the control's value 32bit value instead of 64bit. This will increase performance.