Aric Allen

Results 4 comments of Aric Allen

The `@media all` workaround wasn't working for me so I found another and wanted to share incase anyone else was still having trouble with this. I tweaked the `gulpfile` to...

I would maybe try console.log'ing the contents returned from the `fs.readFileSync(fontsFilePath).toString();` to make sure that the file is being found correctly.

I'll add that I am able to load and send messages to native UGen/SynthDefs from supercolliderjs as expected. This is only a problem when trying to send messages to a...

Thanks for the response. With your suggestions I was finally able to get it to work by specifying a `:` delimited string of paths like `${Platform.userExtensionDir}:${Platform.resourceDir}`. But it is still...