MGC (Music Generator for Composing). Pronunciation MGC MGC mmmmGiC mmmmGiC Magic Magic.

Slides:



Advertisements
Similar presentations
Instruments of the Orchestra Revision. There are 4 families of instruments in the orchestra:  Strings  Brass  Woodwind  Percussion.
Advertisements

Instrument Families.
Questions on Orchestra Family Instruments
Instrumental Families
Instruments of the Orchestra Take a musical journey and explore the exciting Instruments of the Orchestra… By: Adrian Farris.
Timbre A description of the actual sounds that you hear. “Tone color” or “quality”
Chapter 2: PERFORMING MEDIA  Voices/Singing Ten important points 1. There is a much wider range of pitch and volume than is used in speaking 2. Vowel.
Understanding Music - Instrumental Music. What we will be learning about in this topic...
Families of Musical Instruments
Families and Classifications of Instruments
Music Appreciation Musical Instruments.
Y Fernandez- CMS Instruments 1. Families of Instruments String Instruments Violin Viola Cello Double Bass Violin Viola Cello Double Bass.
Music JEOPARDY Family of Instruments By A. Vilcins
Instruments of the Orchestra
Cse536 Functional Programming 1 5/16/2015 Lecture #19, Dec 1 & 6, 2004 Todays Topics – Haskore System –The Music datatype –MIDI Instruments –Pitch & absolute.
MGC (Music Generator for Composing). Pronunciation MGC MGC mmmmGiC mmmmGiC Magic Magic.
Musical Instruments.
MUSICAL INSTRUMENTS CLASSIFICATION. 1. STRING INSTRUMENTS A string instrument is a musical instrument that produces sound by string that vibrates. They.
Presented By: Miss Cross.  There are four main types of instruments: ◦ Winds ◦ Brass ◦ Strings ◦ Percussion  Which instruments belong to which categories?
Instruments of the orchestra
Musical Instruments Grade Ten Music.
Music Core Content.
Introduction to Band Instruments Mr. Johnson Revised: 2 August 2010.
The Orchestra.
Spring Creek Middle School Beginning Band Introduction to Band Instruments Mr. Hansen Revised: 18 June 2004.
Musical Instruments.
The Instruments of the Orchestra 4 Families of Instruments Strings Winds Brass Percussion.
Musical Instrument Families. Why are there different families Each instrument family has their own unique TIMBRE or sound How is sound produced –By vibrations!
Instruments of the orchestra. Instrument Families By the end of this lesson you should: Know what an orchestra is Understand the layout of an orchestra.
Chapter 7 Western Musical Instruments. Strings They are bowed and plucked – Violin – Viola – Cello (also Violoncello) – Double Bass.
Unit 2 The universal language Word power. Brainstorming 1. Do you know how to play the piano /violin /guitar? 2. What is an orchestra like? 3. What kind.
SPELLING PRACTISE. ORCHESTRA 1. Write the word. Spell it, Study it, Remember it.
Instruments. Strings Commonly made of wood and strings (usually four). Played by drawing a bow across the strings or plucking the strings. Examples: violin,
Music By: Raegan Light.
Instruments.  Which categories would you consider instruments to fall under?  Melody  Harmony  Rhythm/Beat  Dynamics So where would instruments fall…
Instruments are grouped into 4 major families  Brass instruments all share these characteristics  They are made of metal and have a brass finish 
Orchestral Seating Chart ► The symphony orchestra is composed of three groups: Strings, Winds and Percussion ► The String section consists of basses, cellos,
Introduction to the instruments you can learn to play at our school!
Instrument Webquest By: Nick S, Katie L, and Peter K. 2/16/12.
1. Woodwind 2. Brass 3. Strings 4. Percussion/Keyboard.
Each corner of the room is a different answer (A, B, C, or D)
Musical Instruments.
Instruments of the H R O S C A E T R.
Instruments of the Orchestra. There are four “families” of instruments Woodwinds Strings Brass Percussion.
Music Instruments Band Welcome to your first day! This quarter you will: Learn to read music Learn the instrument families and instruments!
Performance media INSTRUMENTS = mechanism other than a voice that produces musical sounds. (single note or multi) CLASSES OF INSTRUMENTS 1 WOODWIND 2 BRASS.

The Orchestra.
Musical instrument families
Types of Musical Groups and Ensembles
Introduction to Music Musical Instruments
Musical Instruments and Ensembles
Instruments and Clefs Families Ranges Clefs.
Chapter 2—Performing Media: Voices and Instruments
Music Appreciation Musical Instruments.
Musical Instruments Grade Nine Music.
Family Categories Strings Strings Woodwinds Woodwinds Brass Brass Percussion Percussion.
Instrumentation and Transposition
Sound Energy.
A Variety of Instruments and the Families in Which They Belong
Sound Energy.
Benjamin Britten's The Young Person's Guide to the Orchestra.
Family Of Instruments Test
Instruments of the Orchestra
Sound Energy.
INSTRUMENTS OF THE ORCHESTRA AND CONCERT BAND
Inputting Instrument Information into Destiny
Sound Energy.
Sound Energy.
Performing Media: Voices & Instruments
Presentation transcript:

MGC (Music Generator for Composing)

Pronunciation MGC MGC mmmmGiC mmmmGiC Magic Magic

Blame David Cope and Peter Elsea for this software

MGC A simple program for testing musical ideas.

Introduction MGC allows quick tests of potential musical material. This program should not substitute for writing your own code to produce good music.

Platforms MGC will run on any platform or operating system for which there exists a Common Lisp (read as all platforms). The program requires only that you possess a Common Lisp (many free versions exist) and have it installed on your computer.

Loading MGC Simply load the MGC file via one of the loading processes available in the particular Common Lisp you have chosen after you boot it and follow the directions herein.

Requirements MGC follows all of the conventions of Common Lisp and users must be at least vaguely familiar with command line input using Lisp. MGC contains many assorted functions. However, the only functions that one absolutely need know are MGC, load- midi-file, and save-midi-file.

Simple example of saving a midi file (save-midi-file ”dave.mid” ‘(( ))) saves a midi file called dave which contains a single note middle C

Since different platforms and systems have different ways of showing paths, you can get around this by just doing Since different platforms and systems have different ways of showing paths, you can get around this by just doing (save-midi-file "bartok.mid") and then searching for the file and considering that your default location for saving and loading files. and then searching for the file and considering that your default location for saving and loading files.

Output The same is true for The same is true for (load-midi-file “dave.mid”) (load-midi-file “dave.mid”) Which produces Which produces (( )) As long as “dave.mid” is in the same place as you found it when you saved it. As long as “dave.mid” is in the same place as you found it when you saved it.

Instruments The channels default to: The channels default to: (setf *CHANNEL-NO-1* 74) (setf *CHANNEL-NO-2* 69) (setf *CHANNEL-NO-3* 72) (setf *CHANNEL-NO-4* 71) (setf *CHANNEL-NO-5* 61) (setf *CHANNEL-NO-6* 57) (setf *CHANNEL-NO-7* 58) (setf *CHANNEL-NO-8* 47) (setf *CHANNEL-NO-9* 10) (setf *CHANNEL-NO-10* 1) (setf *CHANNEL-NO-11* 10) (setf *CHANNEL-NO-12* 41) (setf *CHANNEL-NO-13* 41) (setf *CHANNEL-NO-14* 42) (setf *CHANNEL-NO-15* 43) (setf *CHANNEL-NO-16* 44)

Possibilities are: 1 = ACOUSTIC GRAND PIANO 2 = BRIGHT ACOUSTIC PIANO 3 = ELECTRIC GRAND PIANO 4 = HONKYTONK PIANO 5 = RHODES PIANO 6 = CHORUSED PIANO 7 = HARPSICHORD 8 = CLAVINET 9 = CELESTA 10 = GLOCKENSPIEL 11 = MUSIC BOX 12 = VIBRAPHONE 13 = MARIMBA 14 = XYLOPHONE 15 = TUBULAR BELLS 16 = DULCIMER 17 = HAMMOND ORGAN 18 = PERCUSSIVE ORGAN 19 = ROCK ORGAN 20 = CHURCH ORGAN

and 21 = REED ORGAN 22 = ACCORDIAN 23 = HARMONICA 24 = TANGO ACCORDIAN 25 = ACOUSTIC NYLON GUITAR 26 = ACOUSTIC STEEL GUITAR 27 = ELECTRIC JAZZ GUITAR 28 = ELECTRIC CLEAN GUITAR 29 = ELECTRIC GUITAR MUTED 30 = OVERDRIVEN GUITAR 31 = DISTORTION GUITAR 32 = GUITAR HARMONICS 33 = ACOUSTIC FRETLESS BASS 34 = ELECTRIC BASS FINGERED 35 = ELECTRIC BASS PICKED 36 = FRETLESS BASS 37 = SLAP BASS 1 38 = SLAP BASS 2 39 = SYNTH BASS 1 40 = SYNTH BASS 2

and 41 = VIOLIN 42 = VIOLA 43 = CELLO 44 = CONTRABASS 45 = TREMOLO STRINGS 46 = PIZZICATO STRINGS 47 = ORCHESTRAL HARP 48 = TIMPANI 49 = ACOUSTIC STRING ENSEMBLE 50 = ACOUSTIC STRING ENSEMBLE 2 51 = SYNTH STRINGS 1 52 = SYNTH STRINGS 2 53 = AH CHOIR 54 = OOH CHOIR 55 = SYNTHVOX 56 = ORCHESTRA HIT 57 = TRUMPET 58 = TROMBONE 59 = TUBA 60 = MUTED TRUMPET

and 61 = FRENCH HORN 62 = BRASS SECTION 63 = SYNTHBRASS 1 64 = SYNTHBRASS 2 65 = SOPRANO SAX 66 = ALTO SAX 67 = TENOR SAX 68 = BARITONE SAX 69 = OBOE 70 = ENGLISH HORN 71 = BASSOON 72 = CLARINET 73 = PICCOLO 74 = FLUTE 75 = RECORDER 76 = PAN FLUTE 77 = BOTTLE BLOW 78 = SHAKUHACHI 79 = WHISTLE 80 = OCARINA

and 81 = SQUARE WAVE 82 = SAW WAVE 83 = CALLIOPE 84 = CHIFFER 85 = CHARANG 86 = SOLO VOX 87 = 5TH SAW WAVE 88 = BASS AND LEAD 89 = FANTASY 90 = WARM 91 = POLYSYNTH 92 = CHOIR 93 = BOWED 94 = METAL 95 = HALO 96 = SWEEP 97 = ICE RAIN 98 = SOUND TRACKS 99 = CRYSTAL 100 = ATMOSPHERE

and 101 = BRIGHTNESS 102 = GOBLINS 103 = ECHOS 104 = SPACE 105 = SITAR 106 = BANJO 107 = SHAMISEN 108 = KOTO 109 = KALIMBA 110 = BAGPIPE 111 = FIDDLE 112 = SHANNAI 113 = TINKLE BELL 114 = AGOGO 115 = STEEL DRUMS 116 = WOODBLOCK 117 = TAIKO DRUM 118 = MELODIC TOM 119 = SYNTH DRUM 120 = REVERSE CYMBAL

and 121 = GUITAR FRET NOISE 122 = BREATHNOISE 123 = SEASHORE 124 = BIRD TWEET 125 = TELEPHONE RING 126 = HELICOPTER 127 = APPLAUSE 128 = GUNSHOT and a few more on channel 10, which for now we’ll leave alone (avoid using it). ALL OF THIS LATTER INFO IS AT THE BOTTOM OF THE MGC FILE WHICH IS ON THE WEBSITE.

MGC itself Using MGC will allow you to enter the five parameters of cope events separately and do some other interesting things. Using MGC will allow you to enter the five parameters of cope events separately and do some other interesting things.

(mgc ”test.mid" :ontimes '((0 1000)) :pitches (list (choose 2 '( ))) :durations '(( )) :channels '((1 1)) :dynamics '(( ))) Produces two events on channel 1 of C, C#, D randomly, the first a short note, a rest, and then a long note. The first argument may also be a pathname guiding the file to a particular place. Note the sub-lists for each channel. If they are different sizes, the program defaults to the shortest list.

Important functions choose (chooses the number of its first argument from its second argument). choose (chooses the number of its first argument from its second argument). make-ontimes-from-durations (takes a series of durations as argument and turns them into ontimes. make-ontimes-from-durations (takes a series of durations as argument and turns them into ontimes. Note that MGC can take data as arguments of functions acting as data as arguments. Note that MGC can take data as arguments of functions acting as data as arguments.

MGC file At the top of the MGC file you’ll find a series of sample runs of MGC and even a blank version. There’s even a version that takes one argument consisting of a single function that returns full cope-events. In general, MGC is a top level for the save- midi-file function, allowing a variety of input techniques. At the top of the MGC file you’ll find a series of sample runs of MGC and even a blank version. There’s even a version that takes one argument consisting of a single function that returns full cope-events. In general, MGC is a top level for the save- midi-file function, allowing a variety of input techniques.