Skip to content

Commit 6c8932a

Browse files
committed
Merge branch '0.10' of https://github.com/openlightingproject/ola into master-resync
2 parents e8c755c + c5b5428 commit 6c8932a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/osc/README.developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Before we begin you should do the following:
1818
* Have an understanding of the map & vector classes from the STL
1919
(http://www.sgi.com/tech/stl/ or http://www.cplusplus.com/reference/stl/).
2020
* Know something about the
21-
[OSC specification](http://opensoundcontrol.org/spec-1_0). You don't need
22-
to know the wire format for the OSC messages. but you should at least
23-
recognize OSC addresses and know the different data types in a message.
21+
[OSC specification](https://opensoundcontrol.stanford.edu/spec-1_0.html). You
22+
don't need to know the wire format for the OSC messages. but you should at
23+
least recognize OSC addresses and know the different data types in a message.
2424
* Look at the [liblo site](http://liblo.sourceforge.net/) and read the
2525
examples.
2626
* Get familiar with the

plugins/osc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OSC (Open Sound Control) Plugin
22
===============================
33

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

77
OLA uses the blob type for transporting DMX data.
88

0 commit comments

Comments
 (0)