This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-05-21 15:17:48

Ralin
Scratcher
Registered: 2010-07-16
Posts: 32

Simple Chord Synth

This is version 1.0

http://scratch.mit.edu/projects/Ralin/2554177

Just hover over the chords to hear them. you can change the pitch, instrument and duration with the sliders.

HOW TO USE IN YOUR PROJECT

To use the chord synth in your music projects you only need the "CHORDS" sprite which contains all the chord sound scripts. You need to keep the Global variables(for all sprites) : instrument, octave and duration. Make sure the instrument slider range is between 1 to 128 and Octave slider min is 3. Now all you have to do is broadcast the chord name to use it in your proj.

Examples
  For C Augmented broadcast Caug with wait
  For C major broadcast Cmaj with wait
  For C minor broadcast Cmin with wait
  For C diminished broadcast Cdim with wait
and so on for other notes. Remember to set your Octave, duration and instrument before broadcasting if they need to be different otherwise leave them.

UPDATES?

Will add other chords, 7ths, sus, etc.. at some stage in the future.

Offline

 

Board footer