Returns mod wheel value, from 0 to 1. */
| 725 | |
| 726 | /** Returns mod wheel value, from 0 to 1. */ |
| 727 | float getMod(uint8_t channel) { |
| 728 | return modFilters[channel].out; |
| 729 | } |
| 730 | |
| 731 | /** Returns number of polyphonic channels for pitch and mod wheels. */ |
| 732 | uint8_t getWheelChannels() { |