Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 169:ca825d1a4a6b
* Restore Scale setting which had mistakenly disappeared from spectrum
* Some tweaks to spectrum peaks
* Make spectrum default to 4096/75%... or is that overdoing it?
* Show harmonic cursor even during playback if in measure mode and mouse in
relevant pane
* Avoid crash when trying to measure a non-layer
* Various adjustments to some icons to make them look better in white-on-black
schemes
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2007 15:54:17 +0000 |
parents | 75cafe7a9246 |
children | cd58be60e5f2 |
comparison
equal
deleted
inserted
replaced
168:aca2c23f0f09 | 169:ca825d1a4a6b |
---|---|
95 void canExportAudio(bool); | 95 void canExportAudio(bool); |
96 void canExportLayer(bool); | 96 void canExportLayer(bool); |
97 void canExportImage(bool); | 97 void canExportImage(bool); |
98 void canRenameLayer(bool); | 98 void canRenameLayer(bool); |
99 void canEditLayer(bool); | 99 void canEditLayer(bool); |
100 void canMeasureLayer(bool); | |
100 void canSelect(bool); | 101 void canSelect(bool); |
101 void canClearSelection(bool); | 102 void canClearSelection(bool); |
102 void canEditSelection(bool); | 103 void canEditSelection(bool); |
103 void canDeleteSelection(bool); | 104 void canDeleteSelection(bool); |
104 void canPaste(bool); | 105 void canPaste(bool); |