Skip to content

Bug fixes and new features#10

Open
ccerrillos wants to merge 14 commits into
stufisher:masterfrom
ccerrillos:master
Open

Bug fixes and new features#10
ccerrillos wants to merge 14 commits into
stufisher:masterfrom
ccerrillos:master

Conversation

@ccerrillos

@ccerrillos ccerrillos commented Jul 2, 2017

Copy link
Copy Markdown

New Features

  • OSC encoding errors are now logged
  • Added missing /live/selection implementation
  • New /live/clip/state/block call
  • Push clip name (/live/clip/name) when has_clip changes
  • Basic Midi note editing
  • New /live/jump call
  • New /live/cue & /live/cue/jump calls

Fixes

  • Manual calls to /live/tracks & /live/scenes work as expected now
  • Workaround for list/tuple support for osc messages
    • Need to look into why args are passed within a tuple in the first place
  • Fixed /live/clip/name/block implementation
  • Fixed /live/play listener

ccerrillos added 11 commits July 1, 2017 17:05
Usage
/live/selection track_id, scene_id, width, height
Fixes /live/tracks to work as expected, previously manual calls to
/live/tracks wouldn’t get a response if the # of tracks didn’t change.
For some reason every message passed to the constructor is a tuple of
the message. This causes problems when attempting to send a list or
tuple, as the constructor didn’t handle a list/tuple within a
list/tuple.
The OSC args didn’t match up properly and the appending was incorrect.
Fixes manual calls to /live/scenes
Implementation to get, add, and remove notes from a midi clip.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant