Skip to content

Commit

Permalink
Update ugsEditorPlus.actions.js
Browse files Browse the repository at this point in the history
added alternate ADF#B tuning
  • Loading branch information
louis-coding committed Mar 12, 2015
1 parent 1758ba0 commit cd49fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/editor/ugsEditorPlus.actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ ugsEditorPlus.actions = (function() {
msg = '<strong>DGBE</strong> Baritone Ukulele';
}

if (value == 'alternate') {
tuning = ukeGeeks.definitions.instrument.alternateUke;
msg = 'Alternate <strong>ADF#B</strong> Ukulele';
}

$('#footTuningInfo').html(msg);
ukeGeeks.scriptasaurus.setTuningOffset(tuning);
};
Expand Down

1 comment on commit cd49fd6

@louis-coding
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit should have been done in a new branch straight away

Please sign in to comment.