Skip to content

Conversation

@PlantLily
Copy link

just a very simple octave changing snippet



//octave manager
if(isNaN(oct) == false){
Copy link
Owner

Choose a reason for hiding this comment

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

Where does oct get set?

Copy link
Author

@PlantLily PlantLily May 9, 2017

Choose a reason for hiding this comment

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

alright added oct to it
and changed the refinement of octave, sorry I'm really tired

main.js Outdated
if(isNaN(oct) == false){
octave = octave*1 + (oct*1-octave*1);
}else{
var octave = settings.getOctave();
Copy link
Owner

Choose a reason for hiding this comment

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

this shouldn't redefine octave within the else scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants