Top | ![]() |
![]() |
![]() |
![]() |
AgsEnvelopeChannel * | ags_envelope_channel_new () |
#define | AGS_ENVELOPE_CHANNEL() |
#define | AGS_ENVELOPE_CHANNEL_CLASS() |
#define | AGS_ENVELOPE_CHANNEL_GET_CLASS() |
#define | AGS_IS_ENVELOPE_CHANNEL() |
GType | ags_envelope_channel_get_type () |
#define | AGS_TYPE_ENVELOPE_CHANNEL |
struct | AgsEnvelopeChannel |
struct | AgsEnvelopeChannelClass |
AgsEnvelopeChannel *
ags_envelope_channel_new (AgsChannel *source
);
Create a new instance of AgsEnvelopeChannel
Since: 2.0.0
#define AGS_ENVELOPE_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_CHANNEL, AgsEnvelopeChannel))
#define AGS_ENVELOPE_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_CHANNEL, AgsEnvelopeChannel))
#define AGS_ENVELOPE_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_ENVELOPE_CHANNEL, AgsEnvelopeChannelClass))
#define AGS_IS_ENVELOPE_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_ENVELOPE_CHANNEL))
“fixed-length”
property“fixed-length” AgsPort *
The fixed length to compute envelope.
Flags: Read / Write
Since: 2.0.0
“release”
property“release” AgsPort *
The release of envelope.
Flags: Read / Write
Since: 2.0.0
“sustain”
property“sustain” AgsPort *
The sustain of envelope.
Flags: Read / Write
Since: 2.0.0
“use-fixed-length”
property“use-fixed-length” AgsPort *
Use fixed length to compute envelope.
Flags: Read / Write
Since: 2.0.0
“use-note-length”
property“use-note-length” AgsPort *
Use note length to compute envelope.
Flags: Read / Write
Since: 2.0.0