how do i get the current name of a samplemap loaded using getCurrentSampleMapId()?
-
how do i get the current name of a samplemap loaded using getCurrentSampleMapId()?
im trying to print it out to the console to see if i can even get the name.
but i am failing.
should be easy
-
reg mySampler = Synth.getSampler("ThenameOfMySampler"); Console.print(mySampler.getCurrentSampleMapId())
-
@Lindon said in how do i get the current name of a samplemap loaded using getCurrentSampleMapId()?:
reg mySampler = Synth.getSampler("ThenameOfMySampler");
Great thanks!
was missing this
reg mySampler = Synth.getSampler("Sampler1");