Cabbage Logo
Back to Cabbage Site

I need some help with singal display and upcoding

Great that you got it working. You can set guifreshrate(0) in your form declaration, but you will incur a CPU hit. You should also try reducing your audio buffer size in the Cabbage settings, it’s very high, so there will be some noticeable latency. DirectSound is also not the best. I’d recommend using ASIO drivers if you can. ASIO4All is a great package for Windows users. If you want to zoom in on the display you can reduce the .1 in the display opcode line to .01, likewise, a larger number will cause more samples to be shown. Finally, you might want to set zoom(-1) in the signaldisplay widget to remove those zoom buttons. There doesn’t seem to be much need for them.

well thx for your help i am going to return to opcoding hell.
also i added the cabbage logo to the ui as a smoll thanks

Great. Opcode hell: I’ve been there many times! Good luck with the rest of the project :+1: