Closed devanecondition closed 4 years ago
Awesome thanks much for the PR. Generally makes sense to me. Will take a closer look / review this week.
I merged this into fde/dep_update
for now. There is some more stuff to work on and I'd like to identify a general path moving forward on how to handle / separate bundling vs transpiling. Will ticket
Some of Max's constructors (Like
Buffer
) are being overwritten by variables that get bundled in from third-party dependencies. This change defines all of the Max Constructors at the top of the file, namespaced inside the objectMAX_MSP
so that they can still be used:const myBuffer = new MAX_MSP.Buffer('myBuffer');
I was also getting a few warnings after using the
build
command, so I updated the dependencies to use the latest versions. I had to make a new branch ofrollup
based on the latest version and then cherry-picked your commit to support thec74max
format:"rollup": "github:devanecondition/rollup#fde/max_target-latest",