Skip to main content

Music Theory

What is sound

Vibration causes sound.

Sound is produced when an object vibrates, creating a pressure wave. This pressure wave causes particles in the surrounding medium (air, water, or solid) to have vibrational motion. As the particles vibrate, they move nearby particles, transmitting the sound further through the medium. 

Musical Sounds

When a guitar string vibrates, it vibrates at a very specific frequency related to its length and tension, and by changing the tension we can choose exactly what frequency each string vibrates at – the same principle applies to all musical instruments, including piano, drums etc.

Frequency in Music notes




Octave

An octave represents the interval from one note to another of same kind. It is the distance from one note to the next note of the same name. It takes eight white keys to get to the next same note, hence why we call it an octave.

Octave Frequency

Frequency doubles as we move from one note of an octave to another note in the next octave.





Major Scale

Formula

(Root) WS – WS – HS – WS – WS – WS –HS (Root)

W, W, H, W, W, W, H

where, 
WS = Whole Step
HS = Half Step


Scale Notes  Staff Notation
  C Major C D E F G A B C 


  D Major D E F# G A B C# D 

  E Major E F# G# A B C# D# E 

  F Major F G A Bb C D E F  

  G Major G A B C D E F# G 
  A Major A B C# D E F# G# A 

  B Major B C# D# E F# G# A# B 



Minor Scale

Formula

(Root) WS – HS – WS – WS – HS – WS –WS (Root)

W, H, W, W, H, W, W

where, 
WS = Whole Step
HS = Half Step


Scale Notes  Staff Notation
A MinorA – B – C – D – E – F – G – A 

 B MinorB – C♯ – D – E – F♯ – G – A – B 

C MinorC – D – E♭ – F – G – A♭ – B♭ – C 

D MinorD – E – F – G – A – B♭ – C – D 

E MinorE – F♯ – G – A – B – C – D – E 

F MinorF – G – A♭ – B♭ – C – D♭ – E♭ – F 

G MinorG – A – B♭ – C – D – E♭ – F – G 


FREQUENCY CHART

Note
C
C#
D
D#
E
F
F#
G
G#
A
A#
B

 

Frequency
130.82
138.59
146.83
155.56
164.81
174.61
185
196
207.65
220
233.08
246.94

 

Note
C
C#
D
D#
E
F
F#
G
G#
A
A#
B

 

Frequency
261.63
277.18
293.66
311.13
329.63
349.23
369.99
392
415.3
440
466.16
493.88

 

Note
C
C#
D
D#
E
F
F#
G
G#
A
A#
B

 

Frequency
523.25
554.37
587.33
622.25
659.26
698.46
739.99
783.99
830.61
880
932.33
987.77

 

Note
C
C#
D
D#
E
F
F#
G
G#
A
A#
B
C

 

Frequency
1046.5
1108.73
1174.66
1244.51
1318.51
1396.91
1479.98
1567.98
1661.22
1760
1864.66
1975.53
2093.00

These are found using

frequency =440×2/12

for =21,19,,27

Key points:

  • Notes played together sound better.
  • Major scale is happy.
  • Minor scale has a gloomy feel.


References

FrequencyDemo


Topics to cover

1. What are notes 

2. What are Major and Minor scale

3. What are the chords in Major and minor scale

Comments

Popular posts from this blog

PIANO MUSIC THEORY

  Time signature The time signature of a piece of music indicates how many beats are in each bar. A time signature allows a musician to count a steady beat while playing a piece. The time signature is written at the beginning of the  staff . It comes after the  clef  and key signatures. You may find certain pieces of music have include changes to different time signatures. This will be marked on the sheet music, so always check through a piece of music to ensure you are aware of any changes of time signature it might have. Metronome mark A composer may include a  metronome  mark to indicate the  tempo  - how fast or slow the music should be played. For example, the metronome mark above tells you there are 80 crotchet beats per minute. Key signatures The key signature tells you which notes should be played as  sharps  or  flats  throughout a piece of music and therefore what key the piece should be played in. The examples above ...

Apple Provisioning

  Common Reasons for App Signing on Both Platforms: Authentication: App signing provides a mechanism for authenticating the source of the app. Users and systems can trust that the app comes from the stated developer. Preventing Tampering: App signing helps prevent unauthorized modifications to the app. If the app's binary or resources are altered, the signature won't match, and the system will reject the app. Ensuring Updates: With app signing, updates can be delivered securely. The platform can verify that the update is signed by the same entity that signed the original app. APP SIGNING PROCESS IN IOS App signing in iOS involves the use of digital signatures to verify the authenticity and integrity of an app. This process is an integral part of the code signing mechanism in iOS development. Here are the key steps involved in app signing for iOS: Create a Certificate Signing Request (CSR): Before you can sign your app, you need a certificate. To obtain a certificate, you start ...