fmalcher / soundcraft-ui

Connection library for the Soundcraft Ui Series (Ui12, Ui16, Ui24R) written in JavaScript/TypeScript
https://fmalcher.github.io/soundcraft-ui/
MIT License
61 stars 14 forks source link

Add MTK Start and Stop Recording #133

Closed fmalcher closed 3 months ago

fmalcher commented 3 months ago

For multitrack recording, the mixer only knows one single command to start/stop recording: MTK_RECORD_TOGGLE. To provide a better usability, we should add additional methods to explicitly start or stop the recording. They should take the current recording state into account and only send a command if necessary.