the command line args should represent what piano key was hit and for how long eg. ```synth 1 220``` or ```synth 1 -1 A``` or prettier: ```synth sustain=1 note=A octave=-1``` available to the input as ```note``` or something