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
Is your feature request related to a problem? Please describe.
ysfx plug-ins do not seem to have their internal state cleared when ysfx_init is called.
For instance:
I play a midi note in my DAW which gets into saike_yutani
I hit stop which sets back the transport to 00:00:00.000 - this sends MIDI all note off / all sound off + note off messages on all channels to make sure everything is cleared
I hit play again (internally this calls ysfx_init)
I still hear the remnant of the last note going out of saike_yutani
This happens also with the vst3 plug-in.
To avoid this right now I have to play a few dozen buffers of silence in the background and hope for the best but that's not really reliable
Describe the solution you'd like
Calling ysfx_init resets all internal buffers of the plug-in to the same state they were before and clears all running notes
Describe alternatives you've considered
Another function to call such as ysfx_reset_internal_state would be absolutely fine
Thanks !
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
ysfx plug-ins do not seem to have their internal state cleared when ysfx_init is called.
For instance:
ysfx_init
)This happens also with the vst3 plug-in.
To avoid this right now I have to play a few dozen buffers of silence in the background and hope for the best but that's not really reliable
Describe the solution you'd like
Calling ysfx_init resets all internal buffers of the plug-in to the same state they were before and clears all running notes
Describe alternatives you've considered
Another function to call such as
ysfx_reset_internal_state
would be absolutely fineThanks !
The text was updated successfully, but these errors were encountered: