Search found 6 matches

by s.hellmann
Mon Oct 26, 2020 15:30
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 14568

Re: OSC with special characters

I am on Windows.
I have installed the most recent version of Processing and OscP5. I will check that on another machine.
by s.hellmann
Tue Oct 20, 2020 13:25
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 14568

Re: OSC with special characters

Yes, they do!
by s.hellmann
Tue Oct 20, 2020 11:31
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 14568

Re: OSC with special characters

I did this:

OscMessage Name = new OscMessage("/composition/layers/3/clips/9/video/source/blocktextgenerator/text");
Name.add("hüpfen");
oscP5.send(Name, myRemoteLocation);



And it only showed me in Resolume Arena 6: "h pfen"

with "hüpfen" replaced with "Processingäß", it showed me "Processing ...
by s.hellmann
Fri Oct 16, 2020 09:25
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 14568

Re: OSC with special characters

Thanks!

That is weird. I am gonna check my code. Thanks for answering so fast!
by s.hellmann
Wed Oct 14, 2020 22:23
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 14568

OSC with special characters

Hi.
Following problem:
I am using Arena 6. I want to send some OSC strings with Processing to Arena. With all latin characters there is no problem. But when I use german chars like "ä", "ß" etc., they won't get displayed. They are not even identified by Arena, when I look into the OSC protocol. I ...
by s.hellmann
Wed Jul 04, 2018 13:23
Forum: Problems? Bugs? Solutions!
Topic: Tutorial on modeling for projection mapping
Replies: 0
Views: 2631

Tutorial on modeling for projection mapping

Hey mates!
I am looking for a tutorial how to create 3d models in a 3d-software like blender for projection mapping. I would like to know what I need to consider when doing a model for that purpose e.g. building up and tearing down a building.

Does anyone have an idea?

Much love,
Shawn