Stefan Sauer
Stefan Sauer
Now that apps are namespaces, we should change cr-syncer to watch all namespaces.
We're using 'adder' as a mixing element. Using that for loops leads to a bunch of artifacts such as: * tracks going out of sync * gaps in loops This...
See [main-statusbar.c](https://github.com/Buzztrax/buzztrax/blob/master/src/ui/edit/main-statusbar.c#L389 ) and [edit-application.c](https://github.com/Buzztrax/buzztrax/blob/master/src/ui/edit/edit-application.c#L420) - the loader sets the status, but it never gets reflected in the UI, since the loading blocks. With glib > 2.36 we can try...
https://developer.gnome.org/gtk3/stable/GtkMenuButton.html since 3.6 (pop-overs since 3.12) > pkg-config --modversion gtk+-3.0 3.10.8
Let do a few more rounds of attaching gist, fixing the issues and updating the [docs](http://wiki.buzztrax.org/index.php/Building#MacOSX docs).
See GtkBindingSet and how it is used in e.g. GtkTextView. This is a pre-requisite for fixing issue #17.
When adjusting machine volume or pan on the little cable widget, allow numerical input from the keyboard.
In the "machines" drop down list in the the "patterns" tab, machines that are inactive should also have the dull color like they do in the "machines" tab.
src/ui/edit/settings-page-shortcuts.c has some boilerplate and planning comments. This needs work on on the settings schema so that we can store the keyboard shortcuts. Alternatively we can store them in the...
Right now we use the status bar on the bottom of the window to show what the value is about and what the value translates to (pretty print e.g. '2F'...