-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature Request : play sample with start and end parameters #37
Comments
|
write 2 examples as described here : https://groups.google.com/g/wvr-audio/c/7Rdht_m435M/m/l63Cs6e4AgAJ |
Hello, I’m new here. Any progress in this topic? I’d love to have CC control over start point of the sample. |
No progress yet, I havn't been able to find time to add new features in quite a while, sorry. |
I am not even sure it will be possible to build this feature to be honest. |
Oh, that's a pity. I understand tho, thanks for the answer! |
WVR class should have a method
::play(uint8_t voice, uint8_t note, uint8_t velocity, size_t from, size_t to)
The sample will start playback from sample index
from
and stop at indexto
The sample will need to be faded-in if
from
is not equal to 0.The sample will need to be faded out if
to
is not equal to 0 orsample.len
The text was updated successfully, but these errors were encountered: