rerdavies / pipedal

Guitar Effect Pedal for Raspberry Pi, with a web interface designed specifically for phones.
https://rerdavies.github.io/pipedal/
Other
95 stars 7 forks source link

Important additions / improvements #258

Open BorisSutin opened 4 days ago

BorisSutin commented 4 days ago

Hi Robin . I'll write a list of fixes/improvements in one post

  1. I have long asked to add the function of selecting the profile/impulse file when changing the line in list, so that the window does not close.

  2. Plugin Aida-X problems with changing, loading, and displaying the selected profile. Check the entire plugin.

    1. When loading a (preset / pedalboard), the default snapshot should be activated, the one that was active when the preset was last saved. The preset is currently loading , but you have to select the snapshot manually.

    2. You promised to add a file download function . If you remember, I built a plugin for recording.
      https://github.com/BorisSutin/skhrecord.lv2

    Your recommendation, files are saved in /var/pipedal/audio_uploads/shared/audio/Tracks, files saved in disk but are not displayed in the browser.

  3. Support for plugins that do not have "audio_input_port" 2024-11-27 19:29:44.760 DBG: Plugin Audio File (http://kxstudio.sf.net/carla/plugins/audiofile) skipped. No audio inputs.

  4. Add group or function displays only favorite plugins.

Thank you in advance !)

BorisSutin commented 3 days ago

Task 4: .... partially resolved the issue. Added "wav" to mod:fileTypes, files are now displayed. Please add the "download file" function. And "Delete file" check the same does not work.