Skip to content

Releases: msawired/OPC

Bug: Primitive arguments were not passed to parent correctly

04 Nov 10:17

Choose a tag to compare

This was causing functions like collapse/expand not work.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Sep 10:08
658dd7b

Choose a tag to compare

New Controls

  • OPC.bezier creates a function to calculate an eased value and allows bezier controls in the UI to define easing via bezier curve.
  • OPC.title adds a simple title to separate controls in sections.
  • OPC.label adds a simple label to display a specific value.

Fixes

New Contributors

Full Changelog: 0.6.0...v0.7.0

0.6.0

16 Sep 18:03

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

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

Choose a tag to compare

v0.4.1

bug: OPC.slider was missing .step variable setting

Object support added

05 Jun 12:33

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

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

Choose a tag to compare

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

Feature Release

11 May 13:00

Choose a tag to compare

  • Button option added.
  • buttonPressed and buttonReleased events are added.

Maintenance Update

11 Apr 18:14

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.