Device Details

Device Overview

Name/Version: Glasgow 0.2
Author: asb2m10  
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.
 

Device Details

Downloads: 399
Tags sequencer, other, beta
Live Version Used: 9.0.3
Max Version Used: 6.1.2
Date Added: Jun 02 2013 19:54:35
Date Last Updated: Jun 16 2013 23:51:46
Average Rating -n/a-
Rate this device: (must be logged in to rate devices login)
Device Type: midi_device
URL (optional): https://github.com/asb2m10/glasgow
License (more info): AttributionShareAlike

Device Files

Device File: glasgow.amxd
 


Comments

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

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.

Login to comment on this device.

[ browse device library ]