Method

AgsAudioAudioSignalremove_note

since: 3.0.0

Declaration [src]

void
ags_audio_signal_remove_note (
  AgsAudioSignal* audio_signal,
  GObject* note
)

Description [src]

Remove note from audio_signal.

Available since: 3.0.0

Parameters

note

Type: GObject

The AgsNote.

The data is owned by the caller of the function.