|
SF2cute
0.1
Modern C++ Library for SoundFont 2
|
The RangesType class represents a range for amount of generator. More...
#include <types.hpp>
Public Member Functions | |
| RangesType () noexcept | |
| Constructs a new zero-valued range. | |
| RangesType (uint8_t lo, uint8_t hi) noexcept | |
| Constructs a new range using the specified range. More... | |
Public Attributes | |
| uint8_t | lo |
| The low end of range. | |
| uint8_t | hi |
| The high end of range. | |
The RangesType class represents a range for amount of generator.
|
inlinenoexcept |
Constructs a new range using the specified range.
| lo | the low end of range. |
| hi | the high end of range. |