Skip to content

Releases: msawired/OPC

0.6.0

16 Sep 18:03
Compare
Choose a tag to compare

Now OPC library support OSC (Open Sound Control) Protocol for remote management.

  • setOSC function is added to opc.js.
  • Local server example is added to opcServer folder.
  • Client example for TouchOSC is added to example folder.

Select (Dropdown) added

21 Nov 16:06
Compare
Choose a tag to compare

Users can now add a UI using OPC.select.

bug: OPC.slider was missing .step variable setting

02 Oct 08:57
Compare
Choose a tag to compare
v0.4.1

bug: OPC.slider was missing .step variable setting

Object support added

05 Jun 12:33
Compare
Choose a tag to compare

Now the OPC arguments can be passed as a single object. Please see readme.md for more information.

With the object notation, additional label and description arguments can be provided.

Maintenance Fix

06 Apr 17:18
Compare
Choose a tag to compare

The argument order for Color Palette changed to OPC.palette(variableName, palleteOptions, [defaultValue]) to allow using the function without a defaultValue.

Feature Release

15 Dec 20:54
Compare
Choose a tag to compare

Added OPC.delete(variableName) function to allow deletion of existing variables.

Feature Release

11 May 13:00
Compare
Choose a tag to compare
  • Button option added.
  • buttonPressed and buttonReleased events are added.

Maintenance Update

11 Apr 18:14
Compare
Choose a tag to compare

fix: color palette option query string importing fixed.
It was taking it as a string. Now converts it to an array, as it should.

All OPC variables are made reactive through "set"

08 Apr 12:43
Compare
Choose a tag to compare
  • Now it is possible to set any variable within the sketch, and the OPC UI components will reflect the updated value.
  • Also, added the documentation for "expand" and "collapse functions on Readme.

New OPC Options Added

31 Mar 14:21
Compare
Choose a tag to compare

In this release, we added a few exciting new options:

Toggle
Text
Color
Color Palette

Readme.me is updated with the related documentation.