monome / we

norns/dust: collected and collaborative projects
GNU General Public License v3.0
20 stars 12 forks source link

move engines to separate repos #18

Closed antonhornquist closed 5 years ago

antonhornquist commented 5 years ago

My engines are moved here: https://github.com/antonhornquist/ack https://github.com/antonhornquist/gong https://github.com/antonhornquist/r https://github.com/antonhornquist/why

Two things:

  1. Engine lib requires in all scripts using engine needs to be updated from require 'we/lib/[engine]' to require '[engine]/lib/[engine]' (assuming the folder names = engine repo names)
  2. after merge latest we repo with removed engines needs to be pulled before new repos (above) are cloned or downloaded to device to prevent sc class duplication breakage.