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

Commits on Jul 2, 2017

  1. Implement /live/selection

    Usage
    /live/selection track_id, scene_id, width, height
    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    7b50c5e View commit details
    Browse the repository at this point in the history
  2. Don't check the previous track count on cb

    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.
    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    83ab7e6 View commit details
    Browse the repository at this point in the history
  3. Log OSC encoding errors

    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    4d56624 View commit details
    Browse the repository at this point in the history
  4. Fix List/Tuple support in OSC

    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.
    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    de01d49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7a5dc2 View commit details
    Browse the repository at this point in the history
  6. Fix /live/clip/name/block implementation

    The OSC args didn’t match up properly and the appending was incorrect.
    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    e020cc4 View commit details
    Browse the repository at this point in the history
  7. Don't check the previous scene count on cb

    Fixes manual calls to /live/scenes
    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    fea94db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5da4ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eaaf743 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    323a329 View commit details
    Browse the repository at this point in the history
  11. Midi clip note calls

    Implementation to get, add, and remove notes from a midi clip.
    ccerrillos committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    a22d7ed View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Add /live/jump

    ccerrillos committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    52ab114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e4a67a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Fix /live/play listener

    ccerrillos committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    c90450c View commit details
    Browse the repository at this point in the history