bsp2 / libanalogrytm

Portable Sysex Library for the Elektron Analog Rytm Drum Computer
MIT License
54 stars 9 forks source link

Request usage information #2

Open wSzki opened 3 years ago

wSzki commented 3 years ago

Hello, I have a tiny bit of C knowledge and i'm struggling to comprehend how to use this lib. My goal is to use it with supercollider (which i just started learning), with a python script or in plain C to dump all the rytm CC values via midi. Any pointers would be hugely appreciated.

Thanks

bsp2 commented 3 years ago

take a look at testcases/main.c but keep in mind that this is a platform agnostic library that does not include any actual MIDI I/O -- it simply encodes / decodes AR MIDI messages into / from memory buffers.