flutter_sequencer icon indicating copy to clipboard operation
flutter_sequencer copied to clipboard

how to add reverb and delay

Open odaymusic opened this issue 4 years ago • 3 comments

how to add reverb and delay and paning , comporessor

odaymusic avatar Aug 01 '21 15:08 odaymusic

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.

mikeperri avatar Aug 14 '21 16:08 mikeperri

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

odaymusic avatar Aug 15 '21 12:08 odaymusic

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/.

mikeperri avatar Aug 23 '21 18:08 mikeperri