User interface look improvements
From Buzztard
(Redirected from Look improvements)
Contents |
screenshots of other music software
- http://www.renoise.com/about/screenshots/
- http://www.reaper.fm/feat-ss.php
- http://www.propellerheads.se/products/reason/index.cfm?fuseaction=get_article&article=devices_mclass
- Ardour mixer
- Java Swing SteelSeries
- Bitwig studio
theming
We should use colors via theme mechanism, so that we can define the widget colors. No need for extra api.
widgets
spectrum view
- http://www.nugenaudio.com/visualizer.php
- ours is now re-done using cairo and looks quite pretty
level meters
- make them rasterized
- always shade background
- make peak markers red
waveform view
- theme colors
sequence view
hack themeing to disable focus lines one buttons
# remove padding, so we fit on small panels (adapted from clock applet) gtk.rc_parse_string ("""style "hamster-applet-button-style" { GtkWidget::focus-line-width=0 GtkWidget::focus-padding=0 } widget "*.hamster-applet-button" style "hamster-applet-button-style" """); gtk.Widget.set_name (self.button, "hamster-applet-button");



