2021-03-21 Fred Gleason <fredg@paravelsystems.com>

* Changed the color of the audio cursor in 'RDMarkerDialog' to green.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-03-21 16:57:32 -04:00
parent 87e29e855e
commit 7fa89422cf
4 changed files with 14 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ class RDWaveFactory
int cutNumber() const;
QPixmap generate(int height,int x_shrink,int gain,bool incl_scale);
bool setCut(QString *err_msg,unsigned cartnum,int cutnum);
QList<uint16_t> energy() const;
int energySize() const;
static int referenceHeight(int height,int gain);