-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed up the client side to use the window.location.port to connect to
Removed mdns from package.json Changed minification to a server option, rather than a path.
- Loading branch information
Showing
5 changed files
with
26 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Acequia TODO | ||
------------ | ||
|
||
Add namespace to the message object | ||
|
||
OSCClient.prototype.send = function (message) { | ||
// TODO: convert the message to an OSC message | ||
|
||
Define OSC messages for connect/disconnect, etc. | ||
|
||
rename the msg module to something else. | ||
rename the msg module to something else. | ||
|
||
Add mdns back to package.json | ||
, "mdns" : ">=0.0.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.