Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/audio/task/ags_remove_note.h> struct AgsRemoveNote; struct AgsRemoveNoteClass; AgsRemoveNote * ags_remove_note_new (AgsNotation *notation
,,
guint x);
guint y
struct AgsRemoveNote { AgsTask task; AgsNotation *notation; guint x; guint y; };
AgsRemoveNote * ags_remove_note_new (AgsNotation *notation
,,
guint x);
guint y
Creates an AgsRemoveNote.
|
the AgsNotation |
|
the x coordinate of AgsNote |
|
the y coordinate of AgsNote |
Returns : |
an new AgsRemoveNote. |
Since 0.4