Skip to content

Instantly share code, notes, and snippets.

@atl
Created November 22, 2009 21:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atl/240734 to your computer and use it in GitHub Desktop.
Save atl/240734 to your computer and use it in GitHub Desktop.
# one-liner to be used with http://bitbucket.org/atl/remix-shell/
[aql([aq(a+b/40.,b*pow(c/40.0,2),source=segments.source) for a,b,c in zip([bars[d].start]*16,[bars[d].duration]*16,range(16))]) for d,e in enumerate(bars)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment