@ustk I guess Im a bit confused how the "If" function works. Should I be adding it directly beneath wear I am calling for the samplemaps list?
Here is my original code:
inline function onNoisecmboxControl(component, value)
{
Sampler1.loadSampleMap(sampleMaps[value-1]);
};
Content.getComponent("Noisecmbox").setControlCallback(onNoisecmboxControl);
I've messed around with various "If" functions directly below "Sampler1" and have had no success. Where am I going wrong? Should I be doing a separate callback to the "Noisecmbox" ?