Alejandro M Guillén

Results 24 comments of Alejandro M Guillén

This sounds interesting. Pizzicato does not currently have a pitch shift effect, but it would definitely be a very welcome addition. I can take a look in the upcoming days.

I can't give you a precise date. I can take up to two weeks. If you need something sooner feel free to submit a PR.

Thanks for the tip @rkuhl I believe modifying the playbackRate will slow down the audio as well, which may be an unwanted consequence (depending on the use case). In order...

Hey @midipixel, I checked out your [sound design app](http://blendwave.net/beta/?p=wavePanel). Very cool stuff 👍 I couldn't help noticing you have a nice pitch bending effect. If you'd like to chime in...

Hey guys. I'll look into this... it's currently not in the immediate roadmap but it would be interesting to explore the use case. Will keep you posted.

@adarsh-farmguide it's not in the roadmap but if you wish to give it a shot feel free to do so. One idea is to take a [scriptProcessorNode](https://developer.mozilla.org/en-US/docs/Web/API/ScriptProcessorNode) which could be...

Hey @christoph-phillips, sorry for my late reply. That sounds like a very interesting feature, we would definitely welcome a PR on it 👍 How do you envision the API for...

Hi @Olliebrown, Thanks for the suggestion. I think the ```once``` would be a good idea if it works like Jquery's [one](https://api.jquery.com/one/) method. As for the symbol we could pass on...

Hi @dkozar, Hard to know specifically without more info of your use case. However, there are some projects that mock the web audio api in a Node JS environment, maybe...

Hi @nascent , An option would be to create a Pizzicato Effect with the implementation of the parametric equaliser you already made. Effects are in the [effects folder under src](https://github.com/alemangui/pizzicato/tree/master/src/Effects)...