| 132 | } |
| 133 | |
| 134 | static inline void gmext_write_end_ev (std::vector<unsigned char> &midi) |
| 135 | { |
| 136 | midi.push_back(0xFF); |
| 137 | midi.push_back(0x2F); |
| 138 | midi.push_back(0); |
| 139 | } |
| 140 | |
| 141 | static const unsigned int volume [0x80] = { |
| 142 | 100,100,100,100,100, 90,100,100,100,100,100, 90,100,100,100,100, |