| 283 | */ |
| 284 | template<class Transport, class Settings, class Platform> |
| 285 | void MidiInterface<Transport, Settings, Platform>::sendPolyPressure(DataByte inNoteNumber, |
| 286 | DataByte inPressure, |
| 287 | Channel inChannel) |
| 288 | { |
| 289 | send(AfterTouchPoly, inNoteNumber, inPressure, inChannel); |
| 290 | } |
| 291 | |
| 292 | /*! \brief Send a MonoPhonic AfterTouch message (applies to all notes) |
| 293 | \param inPressure The amount of AfterTouch to apply to all notes. |