Stefan Sauer

Results 256 comments of Stefan Sauer

This is cool for sure. Right now, the playback controller supports the classic play/pause and seeking. But using keys to jump to direct positions is a nice idea. I'll think...

I think I'll have to play with LiveJumpHACK. Too bad there is no video on youtube showcasing it :/

You are right, I'll get it from the html page. What I could do in buzztrax, is to add shortcuts to sequence labels (as a first step).

This code https://github.com/Buzztrax/buzztrax/blob/69288014de74ba0831761bfa0f49745778b561b8/src/gst/bml/common.c#L1092 is checking results from buzzmachine effects https://github.com/Buzztrax/buzztrax/blob/master/src/gst/bml/gstbmltransform.c#L346 and sets the gap flag is the buffer is all silence. Luckily we do have the source for panzerdelay and...

Could you please share the build-output (e.g. on a github gist?) `bt_pattern_transform_columns` is part of libbtcore.so and thats part of this repo.

Could you check if you have another `libbuzztrax-core.so` installed (maybe under/usr/)? Regarding the tab, which exact file and which line?

@autumncheney did you had more luck? You could also try to catch us live in https://gitter.im/Buzztrax/buzztrax

Did you built from source or installed a package. The crash is unfortunately from dconf glib integration. It simply does not support the missing schema.

This test is indeed not working for me either. I've should have disabled it with a comment. I worked at some point, but so far I was not able to...