| 137 | } |
| 138 | |
| 139 | int NoteSinger::GetPitchForBucket(int bucket) |
| 140 | { |
| 141 | return TheScale->GetPitchFromTone(bucket + TheScale->NumTonesInScale() * 2); |
| 142 | } |
| 143 | |
| 144 | void NoteSinger::ButtonClicked(ClickButton* button, double time) |
| 145 | { |
nothing calls this directly
no test coverage detected