Stefan Sauer

Results 256 comments of Stefan Sauer

With 'instrument' do you mean 'wave' ? If you get a crash please get a backtrace. If you need help, maybe join the chat room https://gitter.im/Buzztrax/buzztrax I just tried it...

Yeah, if I run: `GST_DEBUG="bt-core:5" gdb ./.libs/buzztrax-edit ` I get ``` 0:00:11.953144386 168950 0x555555980440 INFO bt-core src/lib/core/song.c:1082:bt_song_play: ->PLAYING needs async wait 0:00:11.976126085 168950 0x5555566156d0 DEBUG bt-core src/lib/core/buzzcallbacks.c:63:GetWave: (0x7ffff7fd9540,0) 0:00:11.976153417 168950...

I'll need to test in buzz (in my windows vm what the behavior is when requesting wavelevels (pCB->GetNearestWaveLevel() ) and having no wave loaded. I currently return a wavelevel with...

I'd say it is a VM issues. There are some gtk+3 toys under buzztrax/design/gui/ - can you try running some of them? Try minibutton.c or stylecolors3.c - each of them...

That looks like as if the canvas is not part of the window. It should sit in this black area.

I am still suspecting that this has something to do with the gl in vbox. Maybe you can run GST_DEBUG="bt*:6" ./buzztrax-edit 2>debug.log and send me the log.

Re OpenGL in virtualbox, what is glxinfo | grep vendor reporting from inside virtualbox (and outside if host is linux too). Is 3d emulation enabled on the vm? Are the...

The problem seen here, can also be related to what we chased in #50. Can you try the latest git?

You are right, the git version has some good improvements. Unfortunately we never got a stable developer base for this project (everyone just wants to make music :))) and recently...

I just filed https://github.com/Buzztrax/buzztrax/issues/99 to track the major issue this project faces.