Proteus-Audio / proteus-author

Simple Vue3 + Electron starter template in TypeScript, including ViteJS and Electron Builder
MIT License
0 stars 0 forks source link

Make the effects chain reorderable #19

Closed howardah closed 2 years ago

howardah commented 2 years ago

The effects (currently only reverb and compression) can currently only be reordered by removing one and then adding another at the end. They need to be orderable in a simpler way. Ideally by dragging and dropping. There is already a "vuedraggable" project dependency which should do what's needed :)