note.h File Reference

#include "smart_ptr.h"
#include "impulse.h"

Include dependency graph for note.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CNote

Enumerations

enum  ENote {
  NOTE_C = 0, NOTE_C_SHARP = 1, NOTE_D = 2, NOTE_D_SHARP = 3,
  NOTE_E = 4, NOTE_F = 5, NOTE_F_SHARP = 6, NOTE_G = 7,
  NOTE_G_SHARP = 8, NOTE_A = 9, NOTE_A_SHARP = 10, NOTE_B = 11
}


Enumeration Type Documentation

enum ENote

Enumerator:
NOTE_C 
NOTE_C_SHARP 
NOTE_D 
NOTE_D_SHARP 
NOTE_E 
NOTE_F 
NOTE_F_SHARP 
NOTE_G 
NOTE_G_SHARP 
NOTE_A 
NOTE_A_SHARP 
NOTE_B 

Definition at line 27 of file note.h.

00028 {
00029         NOTE_C       = 0,
00030         NOTE_C_SHARP = 1,
00031         NOTE_D       = 2,
00032         NOTE_D_SHARP = 3,
00033         NOTE_E       = 4,
00034         NOTE_F       = 5,
00035         NOTE_F_SHARP = 6,
00036         NOTE_G       = 7,
00037         NOTE_G_SHARP = 8,
00038         NOTE_A       = 9,
00039         NOTE_A_SHARP = 10,
00040         NOTE_B       = 11
00041 };


Generated on Tue Aug 30 02:36:41 2011 for Smacky by  doxygen 1.5.8