Gradient background => instrument sequence #69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Elements with gradient background pattern can be considered as multiple instrument elements. For instance,
background: linear-gradient(90deg, red 0%, tan 100%);will first trigger the instrument linked toredthen the instrument linked to thebluecolor. That would allow to easily write instruments switch on a single element. E.g. a triangle-like sound that can exist as deaden or free, could have a gradient with a clave-like pattern:red tan tan red tan tan red tan.assigned to @raphaelbastide
changed the description
changed the description