Hello again
I'm in the process of making a midi recorder/player for my 'stamp album' project using [cyclone/seq] and noticed that the only documented way to open the built in editor was to click directly on it.
I thought surely that cant be right, and after a look through the source, there is a class for 'click' that has 6 args which are probably geometry args. Anyway [click 0 0 0 0 0 0( to inlet of [seq] will open the built in editor. (in the top left corner at the default size)
Cheers
Balwyn
-
cyclone/seq open editor with a message
-
this click method/message is what the object gets if you click on it, so if you send it a ciick message is like fooling pd the object was clicked on.
anyway, why do you need to have the "editor" window for? I suppose it's much better to edit it in a proper editor