soundtab ~master (2017-02-22T13:24:24Z)
Home
Dub
Repo
Generator
stk
generator
abstract
class
Generator : Stk {
this
();
uint
channelsOut
();
StkFrames
lastFrame
();
protected
StkFrames
lastFrame_
;
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
channelsOut
uint
channelsOut
()
Undocumented in source. Be warned that the author may not have intended to support it.
lastFrame
StkFrames
lastFrame
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
lastFrame_
StkFrames
lastFrame_
;
Undocumented in source.
Meta
Source
See Implementation
stk
generator
classes
Generator