Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Oct 8, 2012
1 parent 1b032db commit 0d22992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oscflow-client/osc_send.rb
Expand Up @@ -9,7 +9,7 @@ def connect(host="localhost",port=8080)
end

def send_data(channel, *args)
puts "send message #{args}"
#puts "send message #{args}"
@client.send( OSC::Message.new( "/chan/#{channel}" , args.to_s ))
end

Expand Down

0 comments on commit 0d22992

Please sign in to comment.