Right now, there are a bunch of recursive functions that the sheet uses to perform actions on tracks using a string index. Instead, I should be using locations to get
or get_mut
a reference to a Track
, and mutating them directly with the same methods.