Commit 860357e
File tree
9 files changed
+12
-12
lines changed- libraries
- src
- ui
9 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
- .devcontainer/Dockerfile+58
- .devcontainer/devcontainer.json+27
- .gitattributes+4
- .github/issue_template.md+7
- .github/workflows/ci.yml+74
- .gitignore+60-3
- CMakeLists.txt+307
- LICENSE+27
- Makefile.am+18-2
- README.md+39
- RtMidi.cpp+1.5k-432
- RtMidi.h+157-261
- autogen.sh+107
- cmake/RtMidiConfigUninstall.cmake.in+21
- cmake/rtmidi-config.cmake.in+23
- configure.ac+220-119
- contrib/go/rtmidi/go.mod+3
- contrib/go/rtmidi/rtmidi.go+394
- contrib/go/rtmidi/rtmidi_stub.cpp+5
- contrib/go/rtmidi/rtmidi_stub.h+1
- contrib/go/rtmidi/rtmidi_test.go+46
- doc/Makefile.am+33
- doc/doxygen/Doxyfile.in+7-7
- doc/doxygen/footer.html+1-1
- doc/doxygen/header.html+1-1
- doc/doxygen/samples/getting_started.cpp+11
- doc/doxygen/tutorial.txt+69-56
- doc/release.txt+43-5
- m4/ax_cxx_compile_stdcxx.m4+951
- msw/rtmidilib.vcproj+8
- readme-59
- rtmidi.pc.in+5-5
- rtmidi_c.cpp+374
- rtmidi_c.h+251
- tests/Makefile.am+38
- tests/Makefile.in-49
- tests/apinames.cpp+159
- tests/cmidiin.cpp+1-1
- tests/midiclock.cpp+231
- tests/midiout.cpp+1-1
- tests/midiprobe.cpp+34-29
- tests/qmidiin.cpp+3-3
- tests/sysextest.cpp+21-21
- tests/testcapi.c+26
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments