class Synth_SEQUENCE_base
|
|
|
|
Public Methods
- inline Synth_SEQUENCE_base * _copy ()
- virtual std::vector<std::string> _defaultPortsIn () const
- virtual std::vector<std::string> _defaultPortsOut () const
- void * _cast (unsigned long iid)
- virtual float speed ()
- virtual void speed (float newValue)
- virtual std::string seq ()
- virtual void seq (const std::string& newValue)
Public Static Methods
Public Members
- static unsigned long _IID
static unsigned long _IID
|
[static]
Reimplemented from SynthModule_base.
Synth_SEQUENCE_base * _fromString (std::string objectref)
|
[static]
Reimplemented from SynthModule_base.
[static]
Reimplemented from SynthModule_base.
inline Synth_SEQUENCE_base * _copy ()
|
Reimplemented from SynthModule_base.
std::vector<std::string> _defaultPortsIn ()
|
[const virtual]
Reimplemented from SynthModule_base.
std::vector<std::string> _defaultPortsOut ()
|
[const virtual]
Reimplemented from SynthModule_base.
void * _cast (unsigned long iid)
|
Reimplemented from SynthModule_base.
[pure virtual]
void speed (float newValue)
|
[pure virtual]
[pure virtual]
void seq (const std::string& newValue)
|
[pure virtual]
Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |