duplicating lloopp's buffer_host

Jay's icon

Greetings all,

I'm trying to build something similar to lloopp's buffer_host act. There's a lot of stuff going on in this patch that allows it to work within the context of lloopp, much of which i have no use for, so I wish to construct my own which will be useful for my own purposes.

My main troubles have been in figuring out how to fill buffers using the jit.cellblock object. Also, selecting from the umenu OR double-clicking on "new" are both possible for inserting a specific file into jit.cellblock and similarly into the buffers. Overall management of this jit.cellblock is causing me much confusion.

In a way, some of this stuff is past my skill level and knowledge but it's not too much of stretch and i think i can do it. the pattr system seems to be in use, of which i still have not gotten a full grasp.

Any pointers in the right direction would be appreciated.