|
Krotos Modules 3
|
A struct to describe an audio sample (as appears in the waveform view) More...
#include <SampleEngine.h>
Public Attributes | |
| String | name |
| String | path |
| int | sampleRate {0} |
| float | normalisationFactor |
| int | segmentStartPosition {0} |
| int | segmentLength {0} |
| volatile int | selectionStartPosition {0} |
| volatile int | selectionLength {0} |
| volatile bool | muted {false} |
| Value | solo |
A struct to describe an audio sample (as appears in the waveform view)
It was decided to use "segment" for this description of an audio sample to disambiguate it from "sample" as in PCM sample Effectively it tells you where to find a segment of audio in the audio buffer where all the loaded audio samples are concatenated
| volatile bool krotos::AudioSegment::muted {false} |
| String krotos::AudioSegment::name |
| float krotos::AudioSegment::normalisationFactor |
| String krotos::AudioSegment::path |
| int krotos::AudioSegment::sampleRate {0} |
| int krotos::AudioSegment::segmentLength {0} |
| int krotos::AudioSegment::segmentStartPosition {0} |
| volatile int krotos::AudioSegment::selectionLength {0} |
| volatile int krotos::AudioSegment::selectionStartPosition {0} |
| Value krotos::AudioSegment::solo |