alda-lang / alda-core

The core machinery of Alda
80 stars 26 forks source link

CRAM sequences inside variables #55

Closed elydpg closed 6 years ago

elydpg commented 7 years ago

Consider the following:

(tempo! 90)
cram = {f+14~/a+~ a+~/b~ f+1~/a+~}2
piano: {f+14~/a+~ a+~/b~ f+1~/a+~}2
#plays normally
piano: cram
#this should play identically to the previous line, but it doesn't. For some reason the cram being stored in the variable trips it up.
daveyarwood commented 7 years ago

I can confirm that this is a bug -- just haven't had time to look into it yet.

I'll get to it soon, unless someone else feels like jumping in ;)

elydpg commented 6 years ago

still a bug in 1.0.0rc77

daveyarwood commented 6 years ago

Fixed in 1.0.0-rc78.