소스 검색

Added simple README and LICENSE (BSD style)

Douglas Heriot 11 년 전
부모
커밋
71552fec46
2개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      LICENSE.md
  2. 19 0
      README.md

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 9 - 0
LICENSE.md


+ 19 - 0
README.md

@@ -0,0 +1,19 @@
+# DHSendMIDI
+
+DHSendMIDI is a simple tool for sending MIDI messages from a command line
+
+## Sounds awesome! Downloads?
+
+There’s no prebuilt downloads just yet (I’ll get to that soon when it’s ready for general use)
+
+## Getting the Code
+
+Note it uses SnoizeMIDI from a submodule, so clone recursively:
+
+    git clone --recursive git://github.com/DouglasHeriot/DHSendMIDI.git
+
+## License
+
+DHSendMIDI has a BSD-style license. See the file LICENSE.md
+
+

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.