Error handling is a drag - but it is super important. If you go to a cue that doesn't yet exist - like cue101 currently your python just throws an error. Insert sad trombone. Consider how you might first check to see that the cue exists before recalling, and how you might warn the user that the cue doesn't yet exist.
Error handling is a drag - but it is super important. If you go to a cue that doesn't yet exist - like
cue101
currently your python just throws an error. Insert sad trombone. Consider how you might first check to see that the cue exists before recalling, and how you might warn the user that the cue doesn't yet exist.