| 30 | std::vector<int> bends; // One vale of pitch bend per frame. Units is 1/3 of semitones. |
| 31 | |
| 32 | bool operator==(const struct Event&) const; |
| 33 | } Event; |
| 34 | |
| 35 | typedef struct ConvertParams { |
nothing calls this directly
no outgoing calls
no test coverage detected