M.Sz.
M.Sz.
> according to my understanding, imgui takes in charge of widget logics, like creation and organization of widgets, figures out where to draw them, etc. and my backend is responsible...
Well, I didn't manage to reproduce this crash with an example yet, maybe it is related to my `Seek` implementation or something? my code is here: https://github.com/gucio321/morse/blob/master/pkg/generator/sine_wave.go try to comment...
you can run this: `while true; do go run .; done` and after some time you should get ```console panic: runtime error: slice bounds out of range [:-17280] goroutine 6...
I found an interessting thing: if you modify an example like this: https://github.com/gucio321/oto/commit/d969893e144a41939b2a9ed9714f74eb53071bb3 not every sound is played
oops, sorry for _a bit_ late reply. @valazodev could you check if this still happens on v0.8.1?
lmk if you still have a problem
@AllenDang I think we can make our wrappers public to make *Scalar functions easier to use
@ptxmac from current code: ```go // InputScalarV parameter default value hint: // p_step: NULL // p_step_fast: NULL // format: NULL // flags: 0 func InputScalarV(label string, data_type DataType, p_data unsafe.Pointer,...
@ptxmac what's wrong with it?
yeah. I think there were a problem with `-race` maybe... let me reopen that and thats all I can do for now (i'm working on my other project atm)