Stefan Sauer

Results 256 comments of Stefan Sauer

Totally. We need some RPC layer between the UI and the 'engine'. For a long time I was thinking to use OSC. I am playing with OSC in a hardware...

Yeah, this is yet-another-problem-with-adder. Reconfiguring the graph while playing is causing troubles. The buzzmachines and the simsyns should be based on the same baseclass. If it really never ever happens...

The TL;DR is that the code is using pad probes when changing the wiring while playing. Very unfortunately there is no way in gstreamer to tell it to just ignore...

As of commit 98ed85d626a2c49e5557b73241c639fbc9e9af1c we'll also show wave names in the status bar.

Commit 8883f0b97c49aa267510c5b5a2a968fa4681a019 adds tooltips to the widget to tackle the distance issue.

Unrelated but interesting, you are building from git, but: ``` [ 160s] /bin/sh: line 3: git: command not found ``` The linker issue is weird though. I can see from...

I did some build on suse 13.2 with various configure flags and I can't reproduce this :/ I also created a build.opensuse.org and if you can share what it takes...

FYI.: I have a home project with builds online at https://build.opensuse.org/package/show/home:ensonic/buzztrax I'll need to learn more about osc to see if I can easilly do variants of the package with...

So what you want is a way to loop the current pattern, without playing anything else? I can probably do that in the "play-notes" mode, there I loop an empty...

You could get a better backtrrace when running through gbd: http://wiki.buzztrax.org/index.php/Debugging#Short_gdb_introduction Did you install the package or did you build it yourself? If the latter from tarball (version?) or from...