SF2cute  0.1
Modern C++ Library for SoundFont 2
sf2cute::RangesType Struct Reference

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.
 

Detailed Description

The RangesType class represents a range for amount of generator.

Remarks
This class represents the official rangesType type.
See also
"4.5 SoundFont 2 RIFF File Format Type Definitions". In SoundFont Technical Specification 2.04.

Constructor & Destructor Documentation

sf2cute::RangesType::RangesType ( uint8_t  lo,
uint8_t  hi 
)
inlinenoexcept

Constructs a new range using the specified range.

Parameters
lothe low end of range.
hithe high end of range.

The documentation for this struct was generated from the following file: