Harp Soundcard stop message writes to device, but does not stop sound #167
-
I am cross-posting this question I asked in the bonsai-rx discussions because I still can't use my sound card until I'm able to control when sounds stop. I've since tried resetting the device, reinstalling the drivers and firmware, and checking that the stop payload register is still saved in the device metadata. I've also tried creating an "EnableEvents" message for stop events. Nothing has fixed it yet. Thanks for any help you can provide! > > KeyDown triggers trying both **CreateMessage** and **Format** operators: > > Output of **Soundcard Events** visualizer during key presses: > > [soundcard_demo.zip](https://github.com/user-attachments/files/21550780/soundcard_demo.zip) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@rachelmcassidy there is currently no direct support to "stop" pre-uploaded sounds. (The "stop" register only works for dynamically generated frequencies.) Usually we workaround this limitation by simply playing a "silence" waveform. |
Beta Was this translation helpful? Give feedback.
@rachelmcassidy there is currently no direct support to "stop" pre-uploaded sounds. (The "stop" register only works for dynamically generated frequencies.)
Usually we workaround this limitation by simply playing a "silence" waveform.