amiika / ziffers

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

Treetop removed in recent commit #78

Closed b08x closed 1 year ago

b08x commented 1 year ago

https://github.com/sonic-pi-net/sonic-pi/commit/b346692b46233de05bccfd26d89bbb621b64cc9c

Which results in:

Runtime Error: [buffer eval, line 27] - NameError
Thread death!
 uninitialized constant Ziffers::Grammar::Treetop


This can be resolved by installing treetop and adding require treetop to zgrammar.rb

amiika commented 1 year ago

Thanks! I'll fix it once it ends up to the released version. I'll might also consider adding Treetop as an submodule to avoid installing treetop separately.

amiika commented 1 year ago

Will fix the issue once the next beta release is out.

amiika commented 1 year ago

Issue fixed in https://github.com/amiika/ziffers/tree/beta5