The GenAmountType class represents an amount of generator.
More...
#include <types.hpp>
|
|
RangesType | range |
| | Range of the amount.
|
| |
|
int16_t | value |
| | Integer value of the amount.
|
| |
|
uint16_t | uvalue |
| | Unsigned integer value of the amount.
|
| |
The GenAmountType class represents an amount of generator.
- See also
- "4.5 SoundFont 2 RIFF File Format Type Definitions". In SoundFont Technical Specification 2.04.
| sf2cute::GenAmountType::GenAmountType |
( |
RangesType |
range | ) |
|
|
inlinenoexcept |
Constructs a new GenAmountType using the specified range.
- Parameters
-
| sf2cute::GenAmountType::GenAmountType |
( |
int16_t |
value | ) |
|
|
inlinenoexcept |
Constructs a new GenAmountType using the specified integer value.
- Parameters
-
The documentation for this union was generated from the following file: