*~ |
HoUsIc | |||||
====== | |||||
a small commandline programm to translate between Mackie HUI and Open Sound Control (OSC) | |||||
Communicates with a Mackie HUI via ALSA raw_midi driver. | |||||
(c) 2020, Dominik Schmidt-Philipp, freakaria.com |
/* | |||||
* Programmer: Dominik Schmidt-Philipp <schmidt-philipp@kulturteknologi.no> | |||||
* Filename: main.c | |||||
* | |||||
* Dedicated to seleomlivet | |||||
* | |||||
*/ | |||||
int main(int argc, char *argv[]) { | |||||
return 0; | |||||
} |