Daniele Zannotti

Results 11 comments of Daniele Zannotti

this is already discussed in https://github.com/airbnb/native-navigation/issues/53

I just noticed that the native code does indeed have `replace` but it's not exposed to the JS module

@lelandrichardson the most common use case I can see for this is what happens when the user taps on an item of an hamburger menu where it's common to have...

@lelandrichardson another good use case for exposing reset/replace stack is a classic login flow, after the login screen you'd never want to tap back to go to the login screen,...

The reasoning behind this was that it wouldn't clog your console with results and that you can uncomment yourself the parts that you want to test.

the range seems to be of 1 tone and seems to match the sounds, but the slider to amount is currently wrong (atm is linear) (i've to lower waaay down...

That's great, i think the real error is here https://github.com/dzannotti/junox/blob/master/src/junox/voice.js#L64 `this.patch.lfo` is the `[0..1]` slider, and i don't think it should be linear I mean currently it does +-200 cents,...

exchange patches is already implemented in the share patch button

babel-macro work exactly like C macros, and they are transpiled at compile time. this would allow us to have an `inline` function behaviour, which saves the function call overhead at...

> synth.worklet.js > * this.bufferL and this.bufferR do not appear to be used. Allocated once every 128 samples. It's allocated only once (and then if webaudio ever requests more than...