Mercurial > hg > svgui
comparison widgets/PropertyBox.h @ 335:2f83b6e3b8ca
* Add Erase tool and mode
* Add icons for Normalize buttons in property boxes, and for Show Peaks
* Add support for velocity in notes -- not yet reflected in display or
editable in the note edit dialog, but they are imported from MIDI,
played, and exported
* Begin work on making pastes align pasted times (subtler than I thought)
author | Chris Cannam |
---|---|
date | Fri, 23 Nov 2007 16:48:23 +0000 |
parents | 9dd432665059 |
children | 0bcb449d15f4 |
comparison
equal
deleted
inserted
replaced
334:0a74248af622 | 335:2f83b6e3b8ca |
---|---|
52 void pluginConfigurationChanged(QString); | 52 void pluginConfigurationChanged(QString); |
53 void layerVisibilityChanged(bool); | 53 void layerVisibilityChanged(bool); |
54 | 54 |
55 protected slots: | 55 protected slots: |
56 void propertyControllerChanged(int); | 56 void propertyControllerChanged(int); |
57 void propertyControllerChanged(bool); | |
57 | 58 |
58 void playGainChanged(float); | 59 void playGainChanged(float); |
59 void playGainDialChanged(int); | 60 void playGainDialChanged(int); |
60 void playPanChanged(float); | 61 void playPanChanged(float); |
61 void playPanDialChanged(int); | 62 void playPanDialChanged(int); |