AgsCropNote

AgsCropNote — crop notation

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

#include <ags/audio/task/ags_crop_note.h>

Description

The AgsCropNote task crops AgsNotation.

Functions

ags_crop_note_set_selection ()

void
ags_crop_note_set_selection (AgsCropNote *crop_note,
                             GList *selection);

Set selection of crop_note .

Parameters

crop_note

the AgsCropNote

 

selection

the selection as GList.

[element-type AgsAudio.Note][transfer none]

Since: 3.2.3


ags_crop_note_new ()

AgsCropNote *
ags_crop_note_new (AgsAudio *audio,
                   AgsNotation *notation,
                   GList *selection,
                   guint x_padding,
                   gint x_crop,
                   gboolean absolute,
                   gboolean in_place,
                   gboolean do_resize);

WARNING you need to provide AgsAudio as a property. Creates an AgsCropNote task. Note either in_place or do_resize shall be TRUE else it won't have any effect.

Parameters

audio

the AgsAudio

 

notation

the AgsNotation

 

selection

the selection as GList.

[element-type AgsAudio.Note][transfer none]

x_padding

the x padding to use

 

x_crop

the amout to crop

 

absolute

if TRUE from absolute position, otherwise relative

 

in_place

if TRUE crop in place, otherwise grow relative offset

 

do_resize

if TRUE resize notation, otherwise not

 

Returns

a new AgsCropNote

Since: 3.0.0

Types and Values

AGS_CROP_NOTE_DEFAULT_X_LENGTH

#define AGS_CROP_NOTE_DEFAULT_X_LENGTH (16 * 16 * 1200)