SFI Interface Reference

/opt/src/beast/sfi/sfinote.h

SYNOPSIS

DESCRIPTION

sfi_note_examine

/opt/src/beast/sfi/sfinote.h:88
void  sfi_note_examine 
(SfiInt    note,
 gint     *octave_p,
 guint    *semitone_p,
 gboolean *black_semitone_p,
 gchar    *letter_p);

sfi_note_from_string

/opt/src/beast/sfi/sfinote.h:92
SfiInt  sfi_note_from_string 
(const gchar *note_string);

sfi_note_from_string_err

/opt/src/beast/sfi/sfinote.h:94
SfiInt  sfi_note_from_string_err 
(const gchar *note_string,
 gchar      **error_p);

sfi_note_to_string

/opt/src/beast/sfi/sfinote.h:90