-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAMPLER: no sample assigned #3
Comments
Hello @rudiars, try this sampler.ini:
|
ok it's work thanks, and now how to play sample in loop until note off ? |
It is not implemented yet. But the whole file looping is possible with the current architecture. |
I have got the loop point data from the sample file and put it in a variable: seems to just stop here if (_loop) {
|
_loopFirstSector and _loopLastSector variables don't seem to be used yet |
I haven't implemented any sample looping yet, but for this project it is only possible to loop the whole sample. It is not a problem to read loop region(s) from the wav file, but I haven't yet invented a way to loop a random region, because I use pre reading from the SD card and with looping I don't know in advance what part of the file to read. |
how to looping file ? I try [range] repeat = true but no effects |
i was create a sample set on folder /sample which contain
SAMPLER.INI
065_F#2_Mid.wav
and here inside my SSAMPLER.INI :
but still got SAMPLER: no sample assigned
please help
The text was updated successfully, but these errors were encountered: