format_slot_name

This commit is contained in:
2024-06-16 16:47:38 +02:00
parent e3c64791bc
commit a4ce6ba861
3 changed files with 43 additions and 70 deletions

View File

@@ -29,6 +29,8 @@ A [jsui] replacement for the [preset] object in Cycling'74 Max.
- `store`: send to [jsui] only
- The js program send a lot of message to the [pattrstorage] (patch cord not required), which makes it output a lot of messages required for the [jsui] to stay in sync. Using one of the above messages incorrectly, or sending `getslotlist`, `getslotnamelist`, or any message that will impact the presets, it might cause the [pattrstorage] to get out of sync. In case something like that happens, you can send the `resync` message to the [jsui].
## Known bugs
- Text in list layout is blurry (but not the dragged slot)
## Desired features (for someday)
- No need for a patch cord (programmatically create a [send]/[receive] pair?)