Returns a boolean indicating whether the track has unsaved changes.
boolean
function getTrackIsDirty(state) { return state.simulator.committedEngine !== state.simulator.lastSavedEngine; }