Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes and new features #10

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

ccerrillos
Copy link

@ccerrillos ccerrillos commented Jul 2, 2017

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

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.

None yet

1 participant