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

fixed OSCClient.sendto #1

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

Commits on Jul 7, 2014

  1. fixed OSCClient.sendto

    the sendto method would fail if a socket hadn’t already been created.
    this version makes sure the socket exists and uses a connection-less
    socket (socket.sendto) as the user would probably expect.
    cpmpercussion committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    dbcc1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab20c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b1b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2518f8 View commit details
    Browse the repository at this point in the history
  5. formatting

    cpmpercussion committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    346e70c View commit details
    Browse the repository at this point in the history
  6. formatting

    cpmpercussion committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    a669dec View commit details
    Browse the repository at this point in the history
  7. formatting

    cpmpercussion committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    cedfc39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77eef0f View commit details
    Browse the repository at this point in the history
  9. formatting

    cpmpercussion committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    170181e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Revert dbcc1fd..170181e

    This rolls back to commit dbcc1fd.
    cpmpercussion committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    6288f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb8684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77915d5 View commit details
    Browse the repository at this point in the history
  4. small fixes

    cpmpercussion committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    1813b07 View commit details
    Browse the repository at this point in the history