amiika / ziffers

Numbered musical notation for composing algorithmic and generative melodies
MIT License
82 stars 5 forks source link

Fix sample effects ... again #56

Closed amiika closed 2 years ago

amiika commented 2 years ago

Not working:

Effects can also be applied to samples using run:

z1 "B K (B B) K", run: [{with_bpm: 120}], use: {B: :bd_fat, K: { sample: :drum_snare_soft, run: [{with_fx: :echo}] }}

Or all of the samples:

z1 "B K (B B) K", run: [{with_bpm: 120}], use: {B: :bd_fat, K: { sample: :drum_snare_soft }, run: [{with_fx: :echo}]}

amiika commented 2 years ago

Fixed ... again.