Music Software Projects New York University Adjunct Instructor Scott Burton.

Slides:



Advertisements
Similar presentations
© 2010 Pearson Education, Inc. Conceptual Physics 11 th Edition Chapter 21: MUSICAL SOUNDS.
Advertisements

PART ONE: Working with KEYS. Where do I start? There are two ways most songwriters begin a song: Begin with a riff, bass line or melody Begin with a chord.
Pentatonic Scale Definition: A five tone scale (not including octave) that contains no half steps. Working Definition: In any Major key, write out the.
Music Software projects New york university Adjunct Instructor Scott Burton.
IntroductionIntroduction Most musical sounds are periodic, and are composed of a collection of harmonic sine waves.Most musical sounds are periodic, and.
Chapter 2 – Scales, Tonality, Key, Modes
AP Music Theory – Mr. Jackson Scales SCALES are an ordered collection of pitches in whole-and half-step patterns. The word scale comes from the Latin.
Music and Mathematics are they related?. What is Sound? Sound consists of vibrations of the air. In the air there are a large number of molecules moving.
Harmonic Series and Spectrograms 220 Hz (A3) Why do they sound different? Instrument 1 Instrument 2Sine Wave.
Music Software projects New york university Adjunct Instructor Scott Burton.
Chapter 2: Rhythm and Pitch Pitch. Key Terms Pitch Scale Interval Octave Diatonic scale Chromatic scale Flat Sharp Half step Whole step Playing in tune.
Scales & Intervals Theory I 9 th grade Ms. Wasko.
Chapter 8.  Voice leading  Linear aspect of music (melodies)  Species counterpoint  Composition in Renaissance style  Cantus Firmus  Fixed melody.
Major Scale Construction. Properties of a Major Scale Let’s look at a C Major scale What do you notice about this sequence of pitches?
How to Play Guitar… Darren Ray Evans. Navigation The last slide has a return to beginning button. Slide 31 contains an audio playback button. At the bottom.
A brief message from your TAs Tine Gulbrandsen Wahab Hanif.
UFCEXR-20-1Multimedia Sound Production Music Notation: Scales and Key Signatures.
Timbre (pronounced like: Tamber) pure tones are very rare a single note on a musical instrument is a superposition (i.e. several things one on top of.
Harmonics and Overtones Waveforms / Wave Interaction Phase Concepts / Comb Filtering Beat Frequencies / Noise AUD202 Audio and Acoustics Theory.
What are harmonics? Superposition of two (or more) frequencies yields a complex wave with a fundamental frequency.
Tuning Basics INART 50 Science of Music. Three Fundamental Facts Frequency ≠ Pitch (middle A is often 440 Hz, but not necessarily) Any pitch class can.
Review of Music Rudiments Music 1133 Pages The essence of music Music essentially has two basic components Sound - pitch, timbre, space Time - distribution.
KIND OF BLUE
IReal Pro IMPROVISATION: MODES AND SCALES JOHNATHON BOWER.
Exam 1 February 6 – 7 – 8 – 9 Moodle testing centre.
Harmonic Series and Spectrograms
Data Presentation & Graphing Introduction to Mechanical Engineering The University of Texas-Pan American College of Science and Engineering.
How to Apply Scales and Advanced Techniques to Guitar By: Ryan Jarnagin.
L 10 The Tempered Scale, Cents. The Tempered Scale.
Music Software Projects New York University Adjunct Instructor Scott Burton.
Music Software projects New york university Adjunct Instructor Scott Burton.
Music Software Projects New York University Adjunct Instructor Scott Burton.
Scales A scale is a series of pitched notes arranged in order of height, from which melodies and harmonies can be made A scale is a series of pitched notes.
Pitch Perception Or, what happens to the sound from the air outside your head to your brain….
Harmonic Series and Spectrograms BY JORDAN KEARNS (W&L ‘14) & JON ERICKSON (STILL HERE )
Music Software Projects New York University Adjunct Instructor Scott Burton.
Index Review. Scales, Key, and Modes! Chapter 3 Scales! Scales : an ordered collection of pitches in whole and half-step patterns. Scale comes from the.
Extended thinking: Who formalized the Greek scheme of modes?
Music Software Projects New York University Adjunct Instructor Scott Burton.
note same sequence of 1 and tones, but different start position Scales: major, minor and other “modes” Here “mode” (or “key”) refers to a specific arrangement.
Closed Pipe Pipe closed at ONE end: closed end pressure antinode air press. L = /4 L.
Sound Quality.
The Overtone Series Derivation of Tonic Triad – Tonal Model Timbre
Improvisation The ability to create music on the spot By Chase Quintana.
Music Software Projects New York University Adjunct Instructor Scott Burton.
Music Software projects New york university Adjunct Instructor Scott Burton.
12-3 Harmonics.
Music Software Projects New York University Adjunct Instructor Scott Burton.
Intro to Fourier Series BY JORDAN KEARNS (W&L ‘14) & JON ERICKSON (STILL HERE )
Music Software Projects New York University Adjunct Instructor Scott Burton.
Music Theory 1 -The Structure of Music Alan Cohen
Unit 1: Basic Concepts Review
Warm-Up What is the difference between parallel and relative minors?
Minor Keys and Diatonic Modes
New York University Adjunct Instructor Scott Burton
Music Software Projects
New York University Adjunct Instructor Scott Burton
New York University Adjunct Instructor Scott Burton
AP Music Theory Mr. Silvagni
Jazz Guitar 4 Beginners: Chords & Scales TCC~ GG Preparata
INTERVALS, SCALES & CHORDS
For a periodic complex sound
VI. Scales & Consonance Dr. Bill Pezzaglia
Alternating Current 60 HZ
Chapter 2: Rhythm and Pitch
What are they, and why should we care?
AP Music theory Tuesday 29 JAN 2019.
AP Music theory Friday 1 February 2019.
Musical Scales WHY NOT?.
Musical Intervals - Musical Scales
Presentation transcript:

Music Software Projects New York University Adjunct Instructor Scott Burton

Now that we have implemented to collection types Harmonic Series 2. Pythagorean Scale (first seven intervals) Our scale engineering should evolve via inheriting, containing and re-using functions There is common behavior shared by the two collections built so far. As you implement new methodologies you will have the opportunity to improve what you have built prior...

Using the Pythagorean Scale How can we achieve variety or interest using a scale? “Modes” are constructed using the same set of notes but starting place is a different scale degree Even though we constrain ourselves to the same interval set, starting on a different scale degree produces a unique sound Using software we can play them in close succession to easily hear how they different they sound Using different modes is a tool every improviser has in their toolbox! Before “modulation”/changing key, musicians used modes to create variety

The Pythagorean Collection Initialized with 528Hz We will establish a note naming convention of C = 528hz Name each of the first 7 “natural” degrees (add this attribute to your collectable): “C” “D” “E” “F” “G” “A” “B” “C” (refer to spreadsheet) Play the sequence of notes successively: D E F G A B C D E F G A B C D E F G A B C D E F … B C D E F G A B C D E F G A B C (1 octave up) These are the “modes” of the scale

Modes Visualized Ionian Dorian Phrygian etc Notice where the white keys are adjacent to each other...

Modes - Phase 3 Requirements We can now derive intervals in two ways: 1. New living spec “pythag_sheet_phase3.xlsx”. With this method we simply raise each scale degree (in a starting scale) successively by an octave. 2. Prior living spec “pythag_sheet_phase2.xlsx”. Builds a new scale on each scale degree using successive multiplication by 3/2. The two methods produces different frequencies for the same notes. As usual this programming phase will use the living spec for this week. Mode names are shown in pythag_sheet_phase3.xlsx (e.g., “Aeolian”, “Locrian”...)

Modes - Phase 3 Reqs... Sort by frequency ascending after adjusting down to first octave Play each mode starting with Ionian with 2 seconds in between each mode You can use your pure sine wave tone or another more interesting one Initialize with the base frequency of 540Hz. Play each note 1 second No silence between notes Play 8 tones to end on an octave Run the regression test by default. Test against expected results (cells in spreadsheet). Note the sheet was built with a different base frequency – you will use a different one (next slide) IN ADDITION TO ABOVE: Display the mode name and frequencies while you play the modes starting with “Ionian” Happy coding!