Top |
void
ags_toggle_pattern_bit_refresh_gui (AgsTogglePatternBit *toggle_pattern_bit
);
AgsTogglePatternBit * ags_toggle_pattern_bit_new (AgsPattern *pattern
,guint line
,guint index_i
,guint index_j
,guint bit
);
Creates an AgsTogglePatternBit.
pattern |
the AgsPattern to toggle |
|
line |
the affected line |
|
index_i |
bank 0 |
|
index_j |
bank 1 |
|
bit |
the index within pattern |
Since: 0.4
“refresh-gui”
signalvoid user_function (AgsTogglePatternBit *agstogglepatternbit, gpointer user_data)
Flags: Run Last