Skip to content

Master resync #2003

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/osc/README.developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Before we begin you should do the following:
* Have an understanding of the map & vector classes from the STL
(http://www.sgi.com/tech/stl/ or http://www.cplusplus.com/reference/stl/).
* Know something about the
[OSC specification](http://opensoundcontrol.org/spec-1_0). You don't need
to know the wire format for the OSC messages. but you should at least
recognize OSC addresses and know the different data types in a message.
[OSC specification](https://opensoundcontrol.stanford.edu/spec-1_0.html). You
don't need to know the wire format for the OSC messages. but you should at
least recognize OSC addresses and know the different data types in a message.
* Look at the [liblo site](http://liblo.sourceforge.net/) and read the
examples.
* Get familiar with the
Expand Down
2 changes: 1 addition & 1 deletion plugins/osc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OSC (Open Sound Control) Plugin
===============================

This plugin allows OLA to send and receive
[OSC](http://www.opensoundcontrol.org/) messages.
[OSC](https://opensoundcontrol.stanford.edu/) messages.

OLA uses the blob type for transporting DMX data.

Expand Down
Loading