mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

how to add reverb and delay #14

Open odaymusic opened 3 years ago

odaymusic commented 3 years ago

how to add reverb and delay and paning , comporessor

mikeperri commented 3 years ago

That's not supported now, but it will be in a future version. I've been working on switching over the SFZ player from the AudioKit sampler to sfizz. It supports reverb, compression, delay, panning, and filters, and can also stream samples from disk instead of loading them all into memory, which will allow you to use higher quality samples.

Since I'm just doing this in my free time, there's no particular timeline for when it'll be ready, but I am making good progress on it. If you'd like to help, please send me an email and we can figure something out.

odaymusic commented 3 years ago

The truth is that there is no solution so far except by using JavaScript.. The truth is that I am seeking to learn a programming language to create an integrated music program, as I work as a composer and music arranger. There are many investors who can support this with everything, but I need to present at least a good model before the big development

mikeperri commented 3 years ago

I just published a new version of the library which uses sfizz for playing SFZ format, and it supports effects like reverb and delay. This is the list of SFZ opcodes it supports - https://sfz.tools/sfizz/development/status/opcodes/.