rtosc icon indicating copy to clipboard operation
rtosc copied to clipboard

Realtime Safe OSC packet serialization and dispatch

Results 10 rtosc issues
Sort by recently updated
recently updated
newest added

A list of things that has to be done on the default values branch: - [x] Remove the TODO-default-values file in zyn - [x] Finish the port checker per #34...

enhancement

Just a marker for me to keep track of it.

enhancement

rtosc part of https://github.com/zynaddsubfx/zynaddsubfx/pull/131

Tested with zyn: The sorted schemata before and after the PR are equal (except of the proposed whitespace fix).

The existing readme contains some old TODOs and it makes the project look like more of a work in progress than need be. It might also be a nice place...

Right now reading from a large collection of 'f' arguments takes n calls to rtosc_argument which involves O(n) time each to resolve. For most normal messages the number of arguments...

For use within the context of plugins a sequential mapping of the domain of osc paths onto the domain of integers needs to be implemented. This should be a rather...

Open issues: 1. Create liblo release 2. Await new vcpkg release which uses it (might not be required) 3. Merge #72 . Self assigning this in order to have it...