-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule musyx
updated
10 files
+10 −0 | include/musyx/hardware.h | |
+26 −1 | include/musyx/musyx.h | |
+3 −0 | include/musyx/seq.h | |
+5 −2 | include/musyx/voice.h | |
+23 −1 | src/musyx/runtime/hardware.c | |
+7 −1 | src/musyx/runtime/hw_memory.c | |
+1 −2 | src/musyx/runtime/seq.c | |
+3 −3 | src/musyx/runtime/stream.c | |
+118 −7 | src/musyx/runtime/synth_vsamples.c | |
+205 −2 | src/musyx/runtime/synthvoice.c |