Stefan Sauer

Results 76 issues of 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

enhancement

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).

portability

See GtkBindingSet and how it is used in e.g. GtkTextView. This is a pre-requisite for fixing issue #17.

enhancement

When adjusting machine volume or pan on the little cable widget, allow numerical input from the keyboard.

enhancement

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.

enhancement

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...

enhancement

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'...

question