initial commit, working basics.
- loads a hard-coded hydrogen kit - repsonds to midi - no individual control - no gui
This commit is contained in:
6
drmr_hydrogen.h
Normal file
6
drmr_hydrogen.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef DRMR_HYDRO_H
|
||||
#define DRMR_HYDRO_H
|
||||
|
||||
int load_hydrogen_kit(DrMr* drmr, char* path);
|
||||
|
||||
#endif // DRMR_HYDRO_H
|
||||
Reference in New Issue
Block a user