pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
WaveformViewer
test1
sampleman
Undocumented in source.
class
WaveformViewer : WindowElement {
int
[]
waveform
;
this
(string source, Box position);
void
setWaveform
(const(ubyte)[] src, WaveFormat fmt);
void
draw
();
}
Constructors
this
this
(string source, Box position)
Undocumented in source.
Members
Functions
draw
void
draw
()
Undocumented in source. Be warned that the author may not have intended to support it.
setWaveform
void
setWaveform
(const(ubyte)[] src, WaveFormat fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
waveform
int
[]
waveform
;
Undocumented in source.
Meta
Source
See Implementation
test1
sampleman
classes
SampleMan
SliceDialog
WaveformViewer