Replies: 1 comment 2 replies
-
You should look for the functions also referenced in z_config.ino. Sampler_LoopStartC Sampler_SetLoopEndMultiplier |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@marcel-licence I am planning to make an electronic version of a drone instrument called 'TANPURA' which is used in Indian classical music. It basically has 4-strings and each one has a different pitch, and an overall pitch(note) which should be changeable. Also the the pitch of the first string must be changeable regardless of the pitch of other strings and overall pitch. The strings are played one by one, but since the release parameter of the string is higher a string tone will overlap to the next one which would require the mixing of sound.
I am thinking of storing the tone of the instrument in wav or hex format and using an ESP32 to do the job for me. Please help me to know how did you achieve the changing of the pitch of the stored audio file and mixing of sound(Polyphony)using ESP32.
Beta Was this translation helpful? Give feedback.
All reactions