comparison base/PlayParameters.h @ 28:4b16526b011b

* 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 d86891498eef
children 8460b3bf8f04
comparison
equal deleted inserted replaced
27:070e9e1e40ea 28:4b16526b011b
5 Chris Cannam, Queen Mary University of London, 2005-2006 5 Chris Cannam, Queen Mary University of London, 2005-2006
6 6
7 This is experimental software. Not for distribution. 7 This is experimental software. Not for distribution.
8 */ 8 */
9 9
10 #ifndef _PLAYABLE_H_ 10 #ifndef _PLAY_PARAMETERS_H_
11 #define _PLAYABLE_H_ 11 #define _PLAY_PARAMETERS_H_
12 12
13 #include <QObject> 13 #include <QObject>
14 14
15 class PlayParameters : virtual public QObject 15 class PlayParameters : virtual public QObject
16 { 16 {