Mercurial > hg > svgui
comparison widgets/AudioDial.cpp @ 32:c53b949ef142
* Add LED button
* Add note model playback (currently assuming that value == MIDI pitch)
* Reorganise PlayParameters and move repository from ViewManager to new
PlayParameterRepository class
author | Chris Cannam |
---|---|
date | Wed, 15 Feb 2006 17:58:35 +0000 |
parents | 37b110168acf |
children | c43f2c4f66f2 |
comparison
equal
deleted
inserted
replaced
31:fc802f7b112e | 32:c53b949ef142 |
---|---|
36 #include <iostream> | 36 #include <iostream> |
37 | 37 |
38 #include <QTimer> | 38 #include <QTimer> |
39 #include <QPainter> | 39 #include <QPainter> |
40 #include <QPixmap> | 40 #include <QPixmap> |
41 #include <QImage> | |
42 #include <QColormap> | 41 #include <QColormap> |
43 #include <QMouseEvent> | 42 #include <QMouseEvent> |
44 #include <QPaintEvent> | 43 #include <QPaintEvent> |
45 | 44 |
46 using std::endl; | 45 using std::endl; |