Hermann
Hermann
Best solution would be to build it from source. I mean even when we try to debug this segmentation fault, I guess we end up in a scenario were we...
You must download the source with `git clone https://github.com/brummer10/Mamba.git` don't use the zip provided by github, that one wouldn't work (it's a ever lasting issue on github for projects using...
Do you've jackd up and running?
Strange. I've no idea why it crash for you. Only way to get a hint would be to run a debug build in gdb. If you've some time and interest...
Yes, really odd, as I'm using debian as well, unstable/testing here. So our systems wont be much different at all.
Strange. However, nice to hear it works now. Hope it will be useful for you as well.
You could save and load custom keymaps. Check out the keymap Menü
It's the Keymap Editor. You could create your own keymap File and load IT via the custom Menü entry.
I dont know If you use already, but cairo_push and cairo_pop makes a huge Differenz.
> @brummer10 how should it help? Do you mean that `cairo_push_group` and `cairo_pop_group` should accelerate line drawing calls `cairo_move_to` and `cairo_line_to`? It minimize the calls to th Graphik Server.