Online Sequencer Make music online
  • Sequences
  • Members
  • Import MIDI
  • Forum

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › Suggestions
« Previous 1 … 20 21 22 23 24 … 30 Next »

Sharps and flats

Thread tools
Sharps and flats
korwynkim Offline
cat
17 Posts:
 
#1
08-24-2018, 09:27 PM
Can you add a toggle to switch the sharp notes to display as flats and vice versa?


Trophy: https://imgur.com/a/4B0juxZ
Reply
Jacob_ Offline
Administrator
282 Posts:
 
#2
08-24-2018, 09:42 PM
Is there a difference? It would help if the people running this site knew about music theory Tounge


Reply
korwynkim Offline
cat
17 Posts:
 
#3
08-24-2018, 09:57 PM
To quote reddit

Quote:Say you want to write something in F major. If we just use sharps, we get the notes:
F G A A♯ C D E
But why are there two A's? Why is there no B? Isn't that pretty awkward?

C# and Db are the same notes, but certain keys notate with sharps and others flats to avoid awkwardness. Maybe you can have it switch automatically depending on the key that gets auto-detected.

It would be helpful for someone like me who is trying to learn some music theory using this website Smile


Trophy: https://imgur.com/a/4B0juxZ
Reply
Jacob_ Offline
Administrator
282 Posts:
 
#4
08-24-2018, 10:04 PM
To me A and A# are two distinct identifiers, and Db shouldn't exist, lol.


Reply
korwynkim Offline
cat
17 Posts:
 
#5
08-24-2018, 10:13 PM
It is more of a problem when dealing with written notation, but musicians still call the same note different things depending on the context, because the function of a note can change depending on the context. The notes are the same, but not really. Kind of like spaces and tabs Tounge

More info


Trophy: https://imgur.com/a/4B0juxZ
Reply
Frank Offline
Grey Hat Script Kiddie who can Compose Music
392 Posts:
 
#6
08-25-2018, 12:11 PM (This post was last modified: 08-25-2018, 12:19 PM by Frank.)
Unfortunately, a lot of the names are hard-coded. Notes even internally store their value as something like "A5", which I always found a bit silly. However, with a lot of work, Jaocb_ could probably do it.

EDIT: It just occurred to me the percussion change the values though, lemme see if that can be abused.
EDIT 2: Nope, Jacob_ could totally do this. I could, even. This is a line of code in the program:
Code:
//https://onlinesequencer.net/app/sequencer.js
if (instrument == 2 || instrument == 31) {
        keyTextElements[i].innerHTML = settings['percussion'][i - 8];
      } else {
        keyTextElements[i].innerHTML = piano[i];
      }


Kim Wrote: + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin
Reply



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2022 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend