Skip to content

Commit

Permalink
Merge branch 'uint64-type' of https://github.com/peternewman/ola into…
Browse files Browse the repository at this point in the history
… uint64-type
  • Loading branch information
peternewman committed Nov 20, 2024
2 parents 383d298 + 9ea2dbc commit 881932b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions plugins/osc/README.developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ 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

0 comments on commit 881932b

Please sign in to comment.