Add synth_vsamples

This commit is contained in:
2022-12-17 17:50:25 -08:00
parent d593090766
commit b61b8f5439
3 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
#include "musyx/musyx_priv.h"
void vsInit() {
u32 i;
vs._0 = 0;
for (i = 0; i < 64; i++) {
vs._908[i] = 0xFF;
}
vs._948 = 0;
vs._94c = 0;
}
void vsSampleStartNotify() {
}
void vsSampleEndNotify() {
}