Joel Auterson

Results 70 comments of Joel Auterson

I'm noticing this with the MiniAudio backend in the case where audio is being played through my monitor (DisplayPort) - with my USB headphones it is fine. The sound is...

Thanks! Could you maybe explain what you mean by embedding it? Right now it should, in theory, be possible to put the script and `` for it to mount on...

Okeydoke, I guess [Notebook](https://github.com/JoelOtter/kajero/blob/master/src/js/Notebook.js) would be the entrypoint.

How would that work with Kajero's reducers, then? Would a way need to be provided to compose those with a user's reducer, or is there a way to fully encapsulate...

@mpe cool, glad to have someone affirm this would be useful. 👍 It shouldn't be too hard to implement.

I decided quite early on in this project that I didn't want to make read-only notebooks - I think being able to edit the code and mess around with it...

Code execution currently happens in the file `reducers/executionReducer.js` - you may wish to read up on [Redux](http://redux.js.org/) before making changes there. Adding support for other languages is something I'd very...

@CreativeCode I've not really used Processing, but from [this page](http://processingjs.org/articles/jsQuickStart.html) it would seem you can call the compiler from a code block and point it at the correct drawing surface....

You can use third party libraries by saving as an HTML page and then adding the `` tags to the header in the usual way. Including them directly from the...

@xgrommx Issue for async code is #44 if you want to subscribe to it.