Replies: 3 comments 6 replies
-
Hi, For text input, we don't need OSC, but just an event with some text. This is quite easy actually. Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, could we do this:
Does this fit the foreseen way to add new events? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is another more generic approach for text and binary buffer events. Thoughts?
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has there been any consideration into supporting OSC? I would have liked for it to have the same level of "native"ness as MIDI, but I guess having an extension for it might be a little more reasonable given that it's not a super common feature for a plugin to have (the only example I know of is LV2, and even there, it's an extension). Not many DAWs have support for it either, but ossia is built pretty heavily on top of OSC, and I believe Ardour has some support for it.
The specific use case I'm targeting is text input for voice synthesizers. Right now, most voice synths (plogue alterego, vocaloid, synthv) have separate editors for declaring words/phonemes, but I've been using an OSC-based approach with a standalone voice synth to sequence them as strings and UTF-8 characters in the host, and it feels a lot more ergonomic, efficient, and enjoyable. Of course, OSC support would go far beyond just this use case.
The way CLAP is designed, it seems like in my particular case, I could just make a proprietary extension since I have control over both the host and the plugin, but since OSC is an open standard, I think it would make sense to add to the extensions in this repository. I'd be curious to hear whether y'all agree or whether I'm just a deranged OSC stan.
Beta Was this translation helpful? Give feedback.
All reactions