synthberry
Software MIDI synthesizer for the Raspberry Pi.
Main Page
Classes
Files
File List
All
Classes
Functions
include
debugobserver.h
1
#ifndef DEBUGOBSERVER_H
2
#define DEBUGOBSERVER_H
3
4
#include "inoteobserver.h"
5
#include "note.h"
6
7
class
DebugObserver
:
public
INoteObserver
8
{
9
public
:
10
DebugObserver
();
11
~
DebugObserver
();
12
void
noteAdded(
const
Note
¬e);
13
void
noteRemoved(
const
Note
¬e);
14
void
notify(
const
PNoteObservable &&subject);
15
};
16
17
#endif // DEBUGOBSERVER_H
Generated on Fri Apr 4 2014 10:15:23 for synthberry by
1.8.1.2