load Samplemap and play note
-
@d-healey I'll try when I get home from work
-
@d-healey I couldn't get it to work, maybe I'm going the old route of doing a samplemap per audio file.
Also can't get the text to update when calling the preset using this:
Content.getComponent("presetLbl").set("text", Engine.getCurrentUserPresetName());
-
inline function oncmbSoundControl(component, value) { Engine.allNotesOff(); Synth.playNote(60+value-1, 64); };
Preset browsers are another issue
-
@d-healey when I do that, it mutes everything, also some I notice is that after selecting from the combo box, it keeps playing the next audio files in sequence
-
when I do that, it mutes everything,
What do you mean everything? In the project I sent there should only be one sound at a time.