Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsemancik committed Nov 10, 2020
1 parent e877ab7 commit 823b3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# astral-visuals

Just some Processing sketches. Source code for visuals we use in [Soul Ex Machina](https://www.facebook.com/SoulExMachinaDnB).
Just some Processing sketches. Source code for visuals we use at [Soul Ex Machina](https://www.facebook.com/SoulExMachinaDnB).


![](demo-gif.gif)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OscManager(
companion object {
const val INPUT_PORT = 7001
const val OUTPUT_PORT = 7001
const val OUTPUT_IP = "192.168.1.11"
const val OUTPUT_IP = "192.168.1.17"
}
private val outputDevice = NetAddress(outputIp, outputPort)
private val oscP5: OscP5 by lazy { OscP5(sketch, inputPort) }
Expand Down

0 comments on commit 823b3b5

Please sign in to comment.