Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndrOSC adds quotation marks around OSC arguments #1

Closed
ia85 opened this issue Aug 14, 2014 · 8 comments
Closed

AndrOSC adds quotation marks around OSC arguments #1

ia85 opened this issue Aug 14, 2014 · 8 comments

Comments

@ia85
Copy link

ia85 commented Aug 14, 2014

Hi,
Tried the app, the interface is great and simple

But OSC messages sent from AndrOSC reach as the default (/push , /button , etc..)
and the OSC message doesn't go through.

ive used your other app - quickOSC , it was great,
ill be happy to see this one working as well.

Best

@ahmetkizilay
Copy link
Owner

what is your OSC receiving application? From what I understand your application is unable to read the arguments of the osc message.

I would be happy to look into it if you could tell me more about your set up.

@ia85
Copy link
Author

ia85 commented Aug 14, 2014

Receiving app is VPT7.
it works perfect with QuickOsc.

I had another look now, here are all the details

With AndrOSC - OSC message are received with VPT, i see them come in.
but all the numbers are with " ".

i wrote on Ander OSC : fullscreen 1,
and the message i get on the receiving app is : fullscreen "1"

See attached images.

so i guess thats the problem and the " " needs to be removed somehow ?
any ideas?

btw, i donated & rated last week, dont know if you sew it.

thanks!

On Thu, Aug 14, 2014 at 1:50 PM, Ahmet Kizilay notifications@github.com
wrote:

what is your OSC receiving application? From what I understand your
application is unable to read the arguments of the osc message.

I would be happy to look into it if you could tell me more about your set
up.


Reply to this email directly or view it on GitHub
#1 (comment).

@ahmetkizilay
Copy link
Owner

hello,
I see, so you get strings as opposed to numbers. One thing I notice is that you don't have a forward slash in front of fullscreen. Do you get a different output when you change your message to '/fullscreen 1'?

Thank you so much for your donation and your feedback! I will buy me a sandwich when Google redirects the money to my account :)

@ia85
Copy link
Author

ia85 commented Aug 14, 2014

I think he fwd slash is there .. look again :-)

i also tried it with a few messages , all with fwd slash , and numbers
came with " ".

see image below

any ideas ? does ANDR work for you ?
its strange, because QuickOSC works perfect.

anyway the app is called VPT7 (win)

[image: Inline image 1]

On Thu, Aug 14, 2014 at 2:43 PM, Ahmet Kizilay notifications@github.com
wrote:

hello,
I see, so you get strings as opposed to numbers. One thing I notice is
that you don't have a forward slash in front of fullscreen. Do you get a
different output when you change your message to '/fullscreen 1'?

Thank you so much for your donation and your feedback! I will buy me a
sandwich when Google redirects the money to my account :)


Reply to this email directly or view it on GitHub
#1 (comment).

age

@ahmetkizilay ahmetkizilay changed the title AndrOsc AndrOSC adds quotation marks around OSC arguments Aug 14, 2014
@ahmetkizilay
Copy link
Owner

I am pretty sure the cause of problem is that the OSC message arguments are sent to your application as string types while you expect them to be integers or floats. I checked that in qOSC I am converting messages to integers or floats before sending them as a part of the OSC.

I fixed the code and published an update. Keep an eye on the Play Store to download the latest version when it is available. Let me know whether of not the update fixes your problem.

@ia85
Copy link
Author

ia85 commented Aug 14, 2014

Will do.
Thanks man !!!
On 14 Aug 2014 16:02, "Ahmet Kizilay" notifications@github.com wrote:

I am pretty sure the cause of problem is that the OSC message arguments
are sent to your application as string types while you expect them to be
integers or floats. I checked that in qOSC I am converting messages to
integers or floats before sending them as a part of the OSC.

I fixed the code and published an update. Keep an eye on the Play Store to
download the latest version when it is available. Let me know whether of
not the update fixes your problem.


Reply to this email directly or view it on GitHub
#1 (comment).

@ia85
Copy link
Author

ia85 commented Aug 15, 2014

Downloaded the new ver, it works great!
big thanks.
ill sure give it a 5 star rating + another donation!

hope to see more great apps from you.

Best,
Imri

On Thu, Aug 14, 2014 at 4:04 PM, Imri Adelman imri.adelman@gmail.com
wrote:

Will do.
Thanks man !!!
On 14 Aug 2014 16:02, "Ahmet Kizilay" notifications@github.com wrote:

I am pretty sure the cause of problem is that the OSC message arguments
are sent to your application as string types while you expect them to be
integers or floats. I checked that in qOSC I am converting messages to
integers or floats before sending them as a part of the OSC.

I fixed the code and published an update. Keep an eye on the Play Store
to download the latest version when it is available. Let me know whether of
not the update fixes your problem.


Reply to this email directly or view it on GitHub
#1 (comment).

@ahmetkizilay
Copy link
Owner

I am glad the update worked for you.
thank you so much for your support. I really appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants