const var HardcodedMasterFX1 = Synth.getSlotFX("HardcodedMasterFX1");
const rateControl = Content.getComponent("Speed");
inline function onRateControl(component, value)
{
HardcodedMasterFX1.setAttribute("HardcodedMasterFX1.rate", value);
Console.print("Rate changed to: " + value);
}
rateControl.setControlCallback(onRateControl);
Interface:! Line 11, column 36: function not found {SW50ZXJmYWNlfHwyNDl8MTF8MzY=}