This script is incredible. I leave it in the post in case it helps someone., I already saw how to add buttons to navigate in the presets but I still have the problem in Audio loop player, all the synth configuration is set well In preset the problem comes when loading the sample in Audio loop player it always stays in sample 1 in all presets and I don't know what the LOOP button is active. I'm sure I'm missing some function but I don't know what it is 😁 , it is frustrating because practically the complement is already finished :grinning_face_with_sweat:
display name presets whit label
inline function onKnobpresetControl(component, value)
{
if (Engine.getCurrentUserPresetName() == "")
Content.getComponent("Name").set("text", "Clean");
else
Content.getComponent("Name").set("text", Engine.getCurrentUserPresetName());
};
Content.getComponent("Knobpreset").setControlCallback(onKnobpresetControl);