소스 검색

initial commit

master
커밋
708a599788
3개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +9
    -0
      README
  3. +11
    -0
      main.c

+ 1
- 0
.gitignore 파일 보기

@@ -0,0 +1 @@
*~

+ 9
- 0
README 파일 보기

@@ -0,0 +1,9 @@

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 파일 보기

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

Loading…
취소
저장