File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ OSC (Open Sound Control) Plugin
22===============================
33
44This plugin allows OLA to send and receive
5- [ OSC] ( http ://www. opensoundcontrol.org /) messages.
5+ [ OSC] ( https ://opensoundcontrol.stanford.edu /) messages.
66
77OLA uses the blob type for transporting DMX data.
88
You can’t perform that action at this time.
0 commit comments