Corrected the documentation
This commit is contained in:
parent
fae1e49e4a
commit
1d7e7855eb
1 changed files with 1 additions and 8 deletions
|
|
@ -127,8 +127,6 @@ struct Region {
|
|||
*
|
||||
* @param channel
|
||||
* @param pitch
|
||||
* @return true if the region should trigger on this event
|
||||
* @return false
|
||||
*/
|
||||
void registerPitchWheel(int channel, int pitch) noexcept;
|
||||
/**
|
||||
|
|
@ -136,17 +134,12 @@ struct Region {
|
|||
*
|
||||
* @param channel
|
||||
* @param aftertouch
|
||||
* @return true if the region should trigger on this event
|
||||
* @return false
|
||||
*/
|
||||
void registerAftertouch(int channel, uint8_t aftertouch) noexcept;
|
||||
/**
|
||||
* @brief Register tempo
|
||||
*
|
||||
* @param channel
|
||||
* @param aftertouch
|
||||
* @return true if the region should trigger on this event
|
||||
* @return false
|
||||
* @param secondsPerQuarter
|
||||
*/
|
||||
void registerTempo(float secondsPerQuarter) noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue