I’ve just got myself a grid 128, l’ve been playing about with this and must say I love it.
I’m now looking to get to grips with js objects in Max 7 and I think this is the perfect place to start, can anyone recommend any further reading on Monome Max/JS objects? I’ve went through the Grid Studies and would like to dive further into building a few projects, Ideally I’d like to start to integrate with BEAP modules.
The best documentation for BEAP is in the Max Help files, although it’s definitely a learn by doing situation. Same goes for the rest of the Max objects, for the most part.
Many Thanks - My Problem with Polygome in BEAP is I am unable to really get under the hood as BEAP modules open inside a bpatcher, and for the life of me I can’t find the original file, so understanding what does what and why is quite limited.
I’ll take a look at the JS Reference page regarding js.objects - my main query is there any specific syntax for monome in JS, other than what is in Grid Studies?
The Max Grid Studies doesn’t get into JavaScript at all. There is a node.js Grid Studies page, but that doesn’t involve Max (though you could send OSC messages to max from node.js if you wished)
So currently I’m having real issues with the redraw method in MAX JS, I’ve looked into the Grid Studies.js, Step.js and meadowphysics.js for some clarification but since I’m new to JS in MAX I was wondering if anyone can give me additional pointers.
I get errors, the Monome freezes and my message from map0 and map1 give where row numbers should be.
Can anyone give an indication as to how redraw is working? I can easily change rows with the function key, ie (y == 1) —>row 2 to (y==7) row 8 and have buttons perform accordingly - I’m just a bit stumped with redraw.