davidfoerster / KaleidOK-examples

KaleidOk invites participants to use a new kind of interactive media tool and take part in an emerging experience which explores speech recognition, media retrieval and visuals generating in a collaborative context (between people, and between people and machines).
http://www.kaleidok.co/
5 stars 0 forks source link

Application parameters are suddenly case-sensitive #54

Closed davidfoerster closed 8 years ago

davidfoerster commented 8 years ago

Turns out that the original issue happened, because the responsible property file entry wasn't looked up case-insensitively like in the old AWT Applet days.

Instead of just changing the entry name I restored backwards compatibility of mixed-case application parameters by transforming them to lower-case during look-up. Fixed in 7615bcb of processing-3.1 and merged into master-next.