I enjoy my Tonverk.
I do not enjoy processing samples on my computer.
This little tool in an attempt to make the process less painful.
This is an audio slice editor for the Tonverk with a few keyboard shortcuts.
It processes audio files into multisamples patches and round-robin drum kits, exports .elmulti and .eldrum formats.
It runs locally in your web browser. No data/samples are collected.
I shared a barely working version last week, and have polished it (still no touchscreen support yet).
It is still in development; you should still expect some rough edges and bugs.
If you encounter any, or if you have any suggestions or feedback please let me know :)
Implemented:
Automatic conversion to 48kHz
Multisample and subtracks round robin mode
Keyboard shortcuts
Interactive slice editor with zoom and pan
Real-time audio playback
Adaptive automatic zone slicing
Custom grid divisions
Drag-and-drop file loading
Multiple velocity layers (for multisample mode)
Easy individual slice export (ZIP download of all slices)
MIDI note mapping for multisamples (root note + interval settings)
(simple) .elmulti/eldrum file validation
Installable PWA (Standalone app) for offline operation
Planning on (maybe) implementing :
Summary
(better) .elmulti/eldrum file validation
Import eldrum and elmulti patches to edit and re-export
Mobile and touchscreen support
Normalizing slices way harder than anticipated
Normalizing tracks
Undo/redo functionality
Slice amplitude adjustment too complex imho
Slice pitch adjustments too complex
Fade adjustments too complex
Quick Batch processing for multiple exports
Sending patches directly to the Tonverkās SD card with WebUSB API
Reading patches directly from the Tonverkās SD card with WebUSB API
Here are a few screencasts of the features :
Summary
Drag and drop single or multiple samples
Slice count adapts to the length of the sample
Editable slice points with mouse drag or keyboard
Auto concatenation for easy sample chain creation
Keyboard shortcuts
Midi note spread (for multisample)
Round robin kit creation
.eldrum and .elmulti tester
Slice and export individual slices anytime, in two click
This is awesome. Just put together my first ā.eldrumā package, sampling from Syntakt into Ableton, dragging files into Recycle, then exporting individual slices and editing the ā.eldrumā in VS Code.
Any system that can make shortcuts in that process is a godsend. Look forward to try.
Lifted the 32 velocity layers limitation to 127. Iāve pushed the change but havenāt had time to test it on the TV yet, if anyone does please let me know !
It works! Finally managed to load 127 drum loops, sliced independently, on a single multisample track
P.S: If you still see a 32 track limit, use Ctrl/Cmd+Shift+R to refresh the cache
Now installable as a PWA thru Chrome for complete offline operation There is a font issue for some reason but everything else works
Font should be fixed
Itās a bit difficult to delete slice markers. I have read the help section and actually know how to do it. However, it usually does not work. Any ideas what I do wrong?
In the first versions, overlapping a start and and end point would delete a slice, but it was way too easy to trigger the deletion accidentally so i eventually removed the feature and forgot to update the help popup
I can probably add a delete button to remove the current sliceās markers, if thatās useful to you