Top |
AgsApplicationContext * | application-context | Read / Write |
gpointer | application-mutex | Read / Write |
gpointer | attack | Read |
gdouble | bpm | Read / Write |
gpointer | buffer | Read |
gdouble | delay-factor | Read / Write |
gchar * | device | Read / Write |
AgsJackPort * | jack-port | Read / Write |
#define | AGS_JACK_MIDIIN_DEFAULT_BUFFER_SIZE |
enum | AgsJackMidiinFlags |
#define | AGS_JACK_MIDIIN_ERROR |
enum | AgsJackMidiinError |
AgsJackMidiin *
ags_jack_midiin_new (GObject *application_context
);
Creates an AgsJackMidiin, refering to application_context
.
Since: 0.7.0
“application-context”
property“application-context” AgsApplicationContext *
The application context object.
Flags: Read / Write
Since: 0.7.0
“application-mutex”
property“application-mutex” gpointer
The application mutex object.
Flags: Read / Write
Since: 0.7.0
“bpm”
property“bpm” gdouble
Beats per minute to use.
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 0.7.0
“delay-factor”
property“delay-factor” gdouble
The delay factor.
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 0.7.0
“device”
property“device” gchar *
The device to perform output to.
Flags: Read / Write
Default value: "hw:0"
Since: 0.7.0
“jack-port”
property“jack-port” AgsJackPort *
The jack port object.
Flags: Read / Write
Since: 0.7.3