monome / we

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

fourwaves wrong lib path #15

Open okyeron opened 5 years ago

okyeron commented 5 years ago

current version of fourwaves-test errors on load because lib path is wrong.

a = include('lib/fourwaves')

should be

a = include('we/lib/fourwaves')