Bug: RootNote?
-
I have a sample (Bass C3)!
When I load it with:Synth.getAudioSampleProcessor("Audio Loop Player_S1").setFile("{PROJECT_FOLDER}"+Instrument_S1[InstrumentID_S1] +"/"+sorted[InstrumentID_S1][VariationID_S1]);
into the AudioLoopPlayer, the RootNote is automatically set to 24 and the sound is much too high.
Out of 50 samples that I load (all C3), there are always some that are loaded with completely wrong RootNote settings...!
-
This post is deleted! -
Maybe the error has been found.
When the user loads a sample via the knob, it takes a few milliseconds depending on the sample size. But if the user has already selected more, the audio player gets confused - it cannot set the correct root note and gets stuck at 24 or 32, for example.
There should be a delay between selecting the sample and playing it so that the audio loop player can follow.
Is there a possibility of a simple delay between two calls?
-
@MikeB maybe look at the sample loaded callback?