Sha256: 50299dbba84a5a4d1b7a1c6c247de17e4294e0d19e0ba3f44ef051aa0109138d

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

# Changes

## v0.6.0

* Invert Y coordinate for Numark Orbit, to match behavior of Novation Launchpad.


## v0.5.1

* Log to stderr.
* Fix for method privacy issue in `orbit_playground.rb`.
* Improvements to logging of sysex requests in `Device` base class.


## v0.5.0

* Make all addressing for Numark Orbit be zero-based.
* Switch to grid addressing for Numark Orbit (backwards incompatible change!).


## v0.4.1

* Add a simple driver for the TouchOSC Bridge.


## v0.4.0

* Jettison threaded input handling.
* More Numark Orbit handling (output is still a problem).


## v0.3.0

* __BREAKING CHANGE__: Change Orbit interface to more closely follow conventions established with Novation Launchpad driver.
* Add preliminary `Interaction` class for Numark Orbit.
    * See `examples/orbit_interaction.rb`.
* Fix exclusive binding in `Interaction` to not nuke coarser bindings entirely.
* Rename `examples/orbit_testbed.rb` to `examples/orbit_device.rb`.
* Rename `examples/monitor.rb` to `examples/system_monitor.rb`.
* Rename `examples/launchpad_testbed.rb` to `examples/launchpad_playground.rb`.


## v0.2.1

* Missed a file rename.
* Remove some broken/not-quite-supported, and no longer particurly useful features from Novation Launchpad support.  (Specifically, column-wise/row-wise/board-wise changing of lights in paletted mode.)
* Fix test suite.
* Break apart a lot of complexity.
* Apply style guide (mostly).


## v0.2.0

* Initial release, based on [launchpad](https://github.com/thomasjachmann/launchpad) gem.
* Almost full support for Novation Launchpad Mark 2 (the one with RGB LEDs), missing flashing/pulsing of lights, etc.
* Partial support for Numark Orbit.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
surface_master-0.6.0 CHANGELOG.md