Skip to content

Commit

Permalink
update bundle example
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Dec 24, 2015
1 parent 0a42887 commit 8bf8514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/oscbundle_heartbeat.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else

sendHeartbeat = () ->
buf = osc.toBuffer(
timetag : 12345
timetag : 0.001 # 0.001 seconds from now
elements : [
{
address : "/p1"
Expand All @@ -38,4 +38,4 @@ sendHeartbeat = () ->

setInterval sendHeartbeat, 2000

console.log "sending heartbeat messages to http://localhost:" + outport
console.log "sending heartbeat messages to http://localhost:" + outport

0 comments on commit 8bf8514

Please sign in to comment.