| Top |
void ags_crop_note_256th_set_selection (AgsCropNote256th *crop_note_256th,GList *selection);
Set selection
of crop_note_256th
.
crop_note_256th |
the AgsCropNote256th |
|
selection |
the selection as GList. |
[element-type AgsAudio.Note][transfer none] |
Since: 9.1.3
AgsCropNote256th * ags_crop_note_256th_new (AgsAudio *audio,AgsNotation *notation,GList *selection,guint x_256th_padding,gint x_256th_crop,gboolean absolute,gboolean in_place,gboolean do_resize);
WARNING you need to provide AgsAudio as a property.
Creates an AgsCropNote256th task. Note256th either in_place
or do_resize
shall
be TRUE else it won't have any effect.
audio |
the AgsAudio |
|
notation |
the AgsNotation |
|
selection |
the selection as GList. |
[element-type AgsAudio.Note][transfer none] |
x_256th_padding |
the x padding to use |
|
x_256th_crop |
the amout to crop |
|
absolute |
if |
|
in_place |
if |
|
do_resize |
if |
Since: 9.1.3