-
From the main GUI thread of my application, when the Play button is pressed, I start a thread that launches [*] https://www.fluidsynth.org/api/group__midi__player.html#ga9e655b26be62b17c59319a287ef382f3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can delete the player after joining. But additionally, you need to ensure that no other thread concurrently calls any of fluidsynth's rendering functions. |
Beta Was this translation helpful? Give feedback.
You can delete the player after joining. But additionally, you need to ensure that no other thread concurrently calls any of fluidsynth's rendering functions.