Loupv

Results 2 comments of Loupv

hi freekatet, if you manage to find the lines you were talking about to receive string objects, i'd be really interested, thanks !

nevermind, just add the following in the OscMessage class (after GetInt and GetFloat) and it should work ``` public string GetString(int index) { if (values[index].GetType() == typeof(string)) { string data...