mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 12:59:10 +00:00
Add synth_vsamples
This commit is contained in:
21
src/musyx/synth_vsamples.c
Normal file
21
src/musyx/synth_vsamples.c
Normal 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() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user