Vito Caputo

Results 10 issues of Vito Caputo

For some things the pattern editor interface is very cumbersome, and a more interactive visual and spatial demo-side manipulation of the pattern data is preferable. Before one can implement such...

Just some basic demonstrations of how to take advantage of the new functionality, also useful for testing.

This brings minimal editor support for the requests added in https://github.com/rocket/rocket/pull/76 I'm not familiar with Qt or C++ really, so I expect there to be some nitpicks for sure. What's...

Any performance-oriented io_uring benchmark should at least be attempting to batch CQ processing.

### Please confirm your submission meets all the criteria - [X] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [X] My pull request follows the instructions at...

This was touched upon in discussion of #99 and seems like a prerequisite before we can land anything in that vein. @kusma do you think abusing SET_ROW for negotiation is...

This adds the ability to "retire" a track, which frees the track and its associated keys, sending RETIRE_TRACK to the Editor if connected so the Editor can also discard the...

This is intended as much as an [RFC] as [RFE]. In my use of Rocket I generally have autonomous driving of variables which are also exposed as rocket tracks. It's...

If utilized like in the example @ https://github.com/rocket/rocket/blob/main/examples/example_bass.cpp#L191 sync_tcp_connect() introduces potentially substantial stalls in the main loop. For whatever reason, I've never noticed this in my Linux usage of librocket,...

In my project that's a kind of meta-demo you interactively create and rearrange scenes through a creative process, the Rocket integration automatically creates tracks as the scenes are created/removed/reconfigured. This...