scheme-for-max icon indicating copy to clipboard operation
scheme-for-max copied to clipboard

Max/MSP external for scripting and live coding Max with s7 Scheme Lisp

Results 20 scheme-for-max issues
Sort by recently updated
recently updated
newest added

implement the clojure-style -> and ->> thread first and thread last macros so we can build compound statements in simple max messages, like: foo 1 2 -> + 10 ->>...

Never got to this, oops. Should work like table-set-from-vector!

new function

As per instructions here: https://cycling74.com/tutorials/package-authoring-writing-documentation

makes sense to not have to specify @ins 2 just to have inlet 1+ listeners

In my [fork](https://github.com/shakfu/scheme-for-max), I've moved things around a bit to enable a regular Max package type build with max-sdk-base as a submodule. On my first attempt to compile, I got...

This looks like a really interesting project, thanks for the work. When I look over the docs, I see lots of examples of implementing "business logic" in scheme, but, I...

need to figure out some way of sending to child patches where there are duplicates. something equivalent to send with #0_foo style names. Is there and SDK function to allow...

If it only put out the file name I could copy the text to open in mvim in a couple of motions.