a better search for max devices
Glasgow screenshot

Glasgow

by asb2m10

Glasgow is Javascript note generator that with the help of M...

View on maxforlive.com

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.

Comments (2)

  • spiralune · October 01 2013
    hummmm,
    help please
    js: error calling function UpdateCode
    and
    js: glasgow.js: Javascript ReferenceError: _ is not defined, line 316

    // hack to support underscore in max/msp and node.js :(
    __ = _
    Thank, how install it please
  • asb2m10 · October 02 2013
    1. What Max version are you using ? I doubt it works with 6.0 since it uses the old Javascript engine that have some quirks...
    2. Be sure there is no other "glasgow.js" in the max path, this can append when you have an old unfrozen .amxd that gets into the max path.

← Back to search