surf plugins & samples
listen to audio samples in an easily-navigable Qt-based file browser made for the task. when you find what you want, drag&drop it into your preferred environment. it used to work ok but it's been like 10 years I promise nothing
works with carla, drumkv1, ardour and any other app that supports drag-and-drop
plugin browsing (ladspa,dssi,lv2,vst) to come hopefully. lv2 browsing sort of works! it can be used with my little ingen helper app ingen.place to put stuff in an ingen engine
- python3.12
- numpy
- PyQt6
- ffmpeg
- sox
- yaml
- lilv
- uv
git clone https://github.com/rhetr/surplus
cd surplus
uv run surplus
- use arrow keys or jkl; (vi-style) to navigate
- tab switches between plugins/files
- forward slash focuses the input box (escape unfocuses it)
- typing a forward slash into the input box lets it know that you're going to enter another path
- otherwise a local, case-insensitive
awk
search is performed in the current directory (I'm not sure how useful this will be but it was fun to figure out how to do)
- view recently used samples (i.e. samples that were dragged out) by selecting Recent from the input box dropdown menu
- space/enter triggers playback
- checkbox disables/enables auditioning
- the config file is in
$XDG_CONFIG_HOME/surplus/config
(or$HOME/.config/surplus/config
if$XDG_CONFIG_HOME
is not set) - add/remove favorite places to the dropdown filepath menu by clicking the +/- button
- drag and drop plugins into ingen.place to add them to a graph
- search for plugins by name, category or author
- reduce subprocess usage
- styling
- make a proper install script
- config file
- plugin paths
- more shortcuts
- settings dialog alt+P (just open up a default text editor for the config file)
- add keybinding for recently used
- delete recently used with delete key (confirmation dialogue)
- open current dir in default browser
- gg to go to beginning, Shift+G to go to end
- Shift+F for page down, Shift+B for page up lol
- sample tagging/smart sample searching
- InputWidget improvements (probably gonna have to implement a custom widget for this)
- shortcut to expand dropdown menu
- tab completion
- breadcrumbs-style clickable interaction (like nautilus)
- searching searches both the cwd and plugins
- show carla and ingen presets (both in the filebrowser and in a treeview under each plugin)
- add ingen presets to plugin viewer
- project search for plugins (doesn't look like the python lilv bindings are up for it yet...)
- use ardour peakfiles or something more universal
- scroll
- figure out how to get information from ladspa,lv2,vst
- folders have to be doubleclicked
- if you use the arrow keys down to a file and then click it, it doesn't trigger the first time
- when you follow a symbolic link and go back it takes you to back through the original path
- j is treated differently from left arrow for some reason
- peak files are big