-
Updated
Jun 27, 2021 - JavaScript
osc
Here are 423 public repositories matching this topic...
Describe the feature
A simple text box in the button editor to be used to write and store notes for future button editing. This would be especially helpful for buttons with more extensive action sequences. Possibly even an option for notes on each individual action?
Is this platform dependent (windows, mac, ..)?
nope
**If documentation is required to implement, do you know where to
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Jul 6, 2021 - Lua
-
Updated
Jul 20, 2021 - Lua
It seems like the only reasonable way to get a command-line/terminal program in a usable state onto people's Macs is with Homebrew. I don't really know how Homebrew works internally, though the tool build script I made for orca will check to see if ncurses and portmidi have been installed via Homebrew.
It would be nice if someone could help create a Homebrew thingy (formula? cask? uhh) so tha
It would be nice so spread a bit the word about Phonk using certain websites and social networks. I'm not the greatest doing PR
I'm working with SLIPSerial and after I have decoded the packet I can't quickly parse it into an osc message, though all the methods are there to do it easily.
Would make this handy library even handier!
-
Updated
Jul 3, 2021 - C
-
Updated
Jun 24, 2021 - Swift
-
Updated
Apr 24, 2021 - Objective-C
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Max
-
Updated
May 3, 2021 - Go
-
Updated
May 22, 2021 - C++
In order to make OSCMessage an immutable object (all fields final), while still having a comfortable way to create messages, we could simply use the builder pattern, like in OSCPortInBuilder.java
This is related to the concurrency issue #4.
Improve this page
Add a description, image, and links to the osc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the osc topic, visit your repo's landing page and select "manage topics."
Right now dropping an address works, but the combobox only allows to select a device, not a port.