Lots of fixes (multi-layer, ui):

- Fix ui to properly re-init sample table
- Fix ui to only adjust existing sliders
- Actually load multi-layer kits
- Play correct layer for multi-layer
This commit is contained in:
Nick Lanham
2012-02-13 16:11:30 +01:00
parent 9e760341b4
commit 45b2eeae22
5 changed files with 185 additions and 87 deletions

View File

@@ -20,7 +20,7 @@
kits* scan_kits();
void free_samples(drmr_sample* samples, int num_samples);
int load_sample(char* path,drmr_sample* smp);
int load_sample(char* path,drmr_layer* layer);
int load_hydrogen_kit(DrMr* drmr, char* path);
#endif // DRMR_HYDRO_H