SNDC_NOTE

NAME
SYNOPSIS
PROCESSING

NAME

note - A simple note to frequency converter.

SYNOPSIS

Inputs:

note [STRING] [REQUIRED]: the note’s string representation, must be of the format ’[A-G][#b]?[0-9]’ eg A#4, B3, etc.

Outputs:

freq [FLOAT]: the note’s corresponding frequency.

PROCESSING

note takes a note in alphabetical representation and returns writes the corresponding frequency in freq.