- Type
- MIDI Effect
- Author
- asb2m10
- Version
- 0.2
- License
- AttributionShareAlike
- Live version
- 9.0.3
- Max version
- 6.1.2
- Downloads
- 406
- Updated
- 2013-06-16
Description
Glasgow is Javascript note generator that with the help of Max For Live, can change the content of a Ableton Live clip. See the "help" button on the device for usage.
You can write rhythmical clip with this code :
[ mkp( "0:1", "C1" ), // Bassdrum
mkp( "0:2:2.2:-4", "D1"), // Snare
mkp( "0:0.5:0.3/4", "A#2") ] // Hithat
Or you can follow two chords (C3 Major then F3 Major, then A3 minor (second degree of C3 Major)) with this :
[ mkp( "0:0.5". "C3M:F3M:C3M^2" ) ]
Randomly choose different notes :
[ mkp( "0:0.75", choose(4, [60, 62, 64, 66]) ) ]
The new version includes chords generator and note / time extractor from clip. See the README.md for more info about the format.
To avoid spamming maxforlive.com, I will not update the device version at each new version, but the GIT will be up to date.