Chord Play

Post your nifty GP projects here!

Moderator: MSandro

Post Reply
mguzdial
Posts: 70
Joined: Sep 15th, '15, 11:21

Chord Play

Post by mguzdial » Sep 28th, '15, 15:39

chordplay.png
If you play sounds one at at time (see the bottom set of blocks), you get them in sequence. If you play each of them in response to a "Go" broadcast, you get a chord.

Each of the bassoon sounds is actually two seconds long. Use the segment block to play only one second of the C note. You'll hear the whole C major chord, then just E and G by itself for the second second.

Press the space bar to get the same chord, but now mixed together. You can play with bringing in C, E, or G at different points into the chord with the segment block.

You'll need the SamplesExtension to run this project.
Attachments
samplesExtension.gp
(5.04 KiB) Downloaded 306 times
chords.gpp
(212.51 KiB) Downloaded 290 times

mguzdial
Posts: 70
Joined: Sep 15th, '15, 11:21

Re: Chord Play

Post by mguzdial » Oct 3rd, '15, 20:27

Here's a better version. I get the tone vs. semitone math better, and the extension does rounding instead of truncating, which has a bit nicer sound. I may try to get the sampling block smoother in the future.
Attachments
scaleplay.gpp
(212.49 KiB) Downloaded 291 times
scaleplay-better.gpp
(212.49 KiB) Downloaded 305 times

Post Reply