Browse Source

initial commit

master
commit
708a599788
3 changed files with 21 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +9
    -0
      README
  3. +11
    -0
      main.c

+ 1
- 0
.gitignore View File

*~

+ 9
- 0
README View File


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

+ 11
- 0
main.c View File

/*
* Programmer: Dominik Schmidt-Philipp <schmidt-philipp@kulturteknologi.no>
* Filename: main.c
*
* Dedicated to seleomlivet
*
*/
int main(int argc, char *argv[]) {
return 0;
}

Loading…
Cancel
Save