// Returns if the interface is in sound editing mode
 public boolean getEditingMode() {
   return editingMode || frame.getEditingMode();
 }