shakfu / chuck-max

Embedding ChucK in a Max/MSP external.
Other
12 stars 2 forks source link

Max patchers need file path changed for chuck~ objects #9

Closed HighHarmonics2 closed 5 months ago

HighHarmonics2 commented 5 months ago

With the new file structure under examples/, now the .maxpat test files don't run.

For example, patchers/tests/test_callback.maxpat has the chuck~ object with this file argument: chuck~ test-callback.ck

Now it needs to be: chuck~ test/test-callback.ck

This is true for the other .maxpat files.

Also it looks like you have changed maxtest.ck to max/test.ck.

shakfu commented 5 months ago

Thanks for raising this issue. I will fix these to work with the new folder structure in my next commit.