Erik Mackdanz

Results 2 issues of Erik Mackdanz

There is not a way currently to send user-defined headers when a file is PUT to the object store. Most notably, Content-Type can't be controlled and is instead guessed at...

On the MultiButton docs page: `"ontouchstart": "oscManager.sendOSC('/button', 'ii', this.childID, this.value)",` which (on Android at least) results in no message being received. The code that works: `"ontouchstart": "oscManager.sendOSC(['/button', 'ii', this.childID, this.value])",`...