selection.set(Sampler.FileName, new path);
-
When using Sampler.createSelection();
It's working great to get and set Sampler.HiKey, LoKey, etc...
selection[0].set(Sampler.LoKey, 20); // will set the a new value selection[0].get(Sampler.LoKey) // will get the right value selection[0].get(Sampler.FileName) // will get the path to the selected sample selection[0].set(Sampler.FileName, new path); // this will not work at allbut setting a new FileName...
selection[0].set(Sampler.FileName, new path);will not work at all
Is there any available workaround for this issue?