Michał Ochman

Results 21 comments of Michał Ochman

Instead of `master` you can point to the hash of individual commit: ```diff - pip install git+https://github.com/MatthieuBizien/roam-to-git.git@master + pip install git+https://github.com/MatthieuBizien/roam-to-git.git@8cb601bbde6a8252e9d28d3ef7343c00fad49933 ``` This way you don't have to maintain a...

@sheerun canvas is not created by react-pixi-fiber if you pass your own app – it is created by PIXI.Application not by react so it doesn't make sense for React to...

No, it is not: https://github.com/michalochman/react-pixi-fiber/blob/master/src/hooks.js#L45-L48 The main problem with your proposed solution is that app would be created every time `` is rendered.

Let's leave this issue open as this is an interesting idea generally.

Hi @kresli, yes, the tests for `react-pixi-alias` require that the app is built first. I'll update the README. With regards to the warning, I was not able to get rid...

@YeonV sure, this project is MIT licensed so feel free to do whatever is allowed by it. Just make sure to include original LICENSE file next to the code you...

@shyndman cool! Feel free to open pull requests here with new modules, I am open to collaboration on this project.

I have a lot of experience with React. However, when it comes to Web Audio API and Digital Signal Processing this project was my way of learning them.

Nice! 🔥 I would not ignore the visualisation as my primary need for this project was to visualise the signal chain and understand what effect various components have on the...

> I was thinking fancy tooltips on the connection ports. Frequency spectrums for signal ports, scalars for a-rates....and maybe a scrolling line graph for the k-rates? Just thinking about loud...