Rev 2100 | Rev 2102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2100 | Rev 2101 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | std::string name; |
39 | std::string name; |
40 | float freq; |
40 | float freq; |
41 | float distance; |
41 | float distance; |
42 | nearest_note_t () : freq (0), distance (0) {} |
42 | nearest_note_t () : freq (0), distance (0) {} |
43 | } nearest_note; |
43 | } nearest_note; |
44 | float lastsnapfreq; |
44 | //float lastsnapfreq;
|
45 | 45 | ||
46 | int western; // C = 0, C# = 1, D = 2, D# = 3, E = 4, F = 5, F# = 6, G = 7, G# = 8, A = 9, A# = 10, B = 11 |
46 | int western; // C = 0, C# = 1, D = 2, D# = 3, E = 4, F = 5, F# = 6, G = 7, G# = 8, A = 9, A# = 10, B = 11 |
47 | 47 | ||
48 | // range is microtonal space between two notes
|
48 | // range is microtonal space between two notes
|
49 | int num_ranges; |
49 | int num_ranges; |