| 268 | */ |
| 269 | template<class Transport, class Settings, class Platform> |
| 270 | void MidiInterface<Transport, Settings, Platform>::sendControlChange(DataByte inControlNumber, |
| 271 | DataByte inControlValue, |
| 272 | Channel inChannel) |
| 273 | { |
| 274 | send(ControlChange, inControlNumber, inControlValue, inChannel); |
| 275 | } |
| 276 | |
| 277 | /*! \brief Send a Polyphonic AfterTouch message (applies to a specified note) |
| 278 | \param inNoteNumber The note to apply AfterTouch to (0 to 127). |