Thread: Midi <-> OSC
View Single Post
Old 11-19-2017, 01:59 PM   #101
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

You can't use == for strings (except in certain instances but you shouldn't rely on that), you must use strcmp(#string,"value")==0.

BTW, I've updated https://cockos.com/oscii-bot/ with a git repository of oscii-bot source, with some changes since 0.5 (in case you have a compiler and want to use it before I can put together a release).
Justin is offline   Reply With Quote