You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bend range is quite subtle, as it represents half of a semitone, which might make it less noticeable. However, in my environment, it sounds like the pitch bends as expected. Does this minimal code reproduce the issue in your environment?
I am using Rustysynth 1.3.2 to play guitar sound and I facing some difficulties with set the pitch bend.
The context is similar to my previous issue where you helped me split the values for the synthesizer 🙏
I was too fast to declare victory after being able to hear any pitch changes 😆
The pitch change is not always audible in my application.
I have a specific sequence of events corresponding to a down bend on a single guitar string.
The sequence is the following:
I would expect to hear the pitch going down.
Those events are played over a realistic period of time but I can not hear any change of pitch between the two NoteOn/NoteOff instructions.
Is there anything specific to configure to get the change of pitch working?
For reference, this is how I build my synthesizer https://github.com/agourlay/ruxguitar/blob/master/src/audio/midi_player.rs#L82
Thanks again for this awesome project!
The text was updated successfully, but these errors were encountered: