UnisonIn music, unison is two or more musical parts that sound either the same pitch or pitches separated by intervals of one or more octaves, usually at the same time. Rhythmic unison is another term for homorhythm. Two pitches that are the same or two that move as one. Unison or perfect unison (also called a prime, or perfect prime) may refer to the (pseudo-)interval formed by a tone and its duplication (in German, Unisono, Einklang, or Prime), for example C–C, as differentiated from the second, C–D, etc.
Part (music)A part in music refers to a component of a musical composition. Because there are multiple ways to separate these components, there are several contradictory senses in which the word "part" is used: the musical instructions for any individual instrument or voice (often given as a handwritten, printed, or digitized document) of sheet music (as opposed to the full score which shows all parts of the ensemble in the same document). A musician's part usually does not contain instructions for the other players in the ensemble, only instructions for that individual.
CadenceIn Western musical theory, a cadence (Latin cadentia, "a falling") is the end of a phrase in which the melody or harmony creates a sense of full or partial resolution, especially in music of the 16th century onwards. A harmonic cadence is a progression of two or more chords that concludes a phrase, section, or piece of music. A rhythmic cadence is a characteristic rhythmic pattern that indicates the end of a phrase. A cadence can be labeled "weak" or "strong" depending on the impression of finality it gives.
Perfect fourthA fourth is a musical interval encompassing four staff positions in the music notation of Western culture, and a perfect fourth () is the fourth spanning five semitones (half steps, or half tones). For example, the ascending interval from C to the next F is a perfect fourth, because the note F is the fifth semitone above C, and there are four staff positions between C and F. Diminished and augmented fourths span the same number of staff positions, but consist of a different number of semitones (four and six, respectively).
ChromaticismChromaticism is a compositional technique interspersing the primary diatonic pitches and chords with other pitches of the chromatic scale. In simple terms, within each octave, diatonic music uses only seven different notes, rather than the twelve available on a standard piano keyboard. Music is chromatic when it uses more than just these seven notes. Chromaticism is in contrast or addition to tonality or diatonicism and modality (the major and minor, or "white key", scales).
Altered chordAn altered chord is a chord that replaces one or more notes from the diatonic scale with a neighboring pitch from the chromatic scale. By the broadest definition, any chord with a non-diatonic chord tone is an altered chord. The simplest example of altered chords is the use of borrowed chords, chords borrowed from the parallel key, and the most common is the use of secondary dominants. As Alfred Blatter explains, "An altered chord occurs when one of the standard, functional chords is given another quality by the modification of one or more components of the chord.
Major thirdIn classical music, a third is a musical interval encompassing three staff positions (see Interval number for more details), and the major third () is a third spanning four semitones. Along with the minor third, the major third is one of two commonly occurring thirds. It is qualified as major because it is the larger of the two: the major third spans four semitones, the minor third three. For example, the interval from C to E is a major third, as the note E lies four semitones above C, and there are three staff positions from C to E.
Event (computing)In programming and software design, an event is an action or occurrence recognized by software, often originating asynchronously from the external environment, that may be handled by the software. Computer events can be generated or triggered by the system, by the user, or in other ways. Typically, events are handled synchronously with the program flow; that is, the software may have one or more dedicated places where events are handled, frequently an event loop.
Barre chordIn music, a barre chord (also spelled bar chord) is a type of chord on a guitar or other stringed instrument played by using one finger to press down multiple strings across a single fret of the fingerboard (like a bar pressing down the strings). Players often use this chording technique to play a chord that is not restricted by the tones of the guitar's open strings. For instance, if a guitar is tuned to regular concert pitch, with the open strings being E, A, D, G, B, E (from low to high), open chords must be based on one or more of these notes.
Harmonic series (music)A harmonic series (also overtone series) is the sequence of harmonics, musical tones, or pure tones whose frequency is an integer multiple of a fundamental frequency. Pitched musical instruments are often based on an acoustic resonator such as a string or a column of air, which oscillates at numerous modes simultaneously. At the frequencies of each vibrating mode, waves travel in both directions along the string or air column, reinforcing and canceling each other to form standing waves.
Event-driven programmingIn computer programming, event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions (mouse clicks, key presses), sensor outputs, or message passing from other programs or threads. Event-driven programming is the dominant paradigm used in graphical user interfaces and other applications (e.g., JavaScript web applications) that are centered on performing certain actions in response to user input. This is also true of programming for device drivers (e.
Minor seventh chordIn music, a minor seventh chord is a seventh chord composed of a root note, together with a minor third, a perfect fifth, and a minor seventh (1, 3, 5, 7). For example, the minor seventh chord built on C, commonly written as C–7, has pitches C–E–G–B: { \new Staff \with{ \magnifyStaff #1.5 } \relative c' { \override Score.TimeSignature #'stencil = ##f 1 } } A seventh chord with a minor third, perfect fifth, and minor seventh is commonly called a minor seventh chord, but also sometimes a minor/minor seventh chord to distinguish it from the minor/major seventh chord discussed below.