mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 04:10:45 +02:00
Fix MIDI note reference: C3 -> C4
This commit is contained in:
parent
10b32ab3ce
commit
c6f9ff733c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ Load an audio file, slice it into regions (automatically via onset detection or
|
|||
|
||||
## Features
|
||||
|
||||
- **Slice & trigger** -- Load WAV, AIFF, FLAC, or OGG files and play slices chromatically via MIDI (starting at C3)
|
||||
- **Slice & trigger** -- Load WAV, AIFF, FLAC, or OGG files and play slices chromatically via MIDI (starting at C4)
|
||||
- **Auto-slice** -- Onset-based detection with adjustable sensitivity
|
||||
- **Manual slice control** -- Click to add, right-click to remove, drag to reposition slice markers
|
||||
- **Per-voice envelopes** -- Amplitude and filter ADSR envelopes with configurable depth
|
||||
|
|
@ -58,7 +58,7 @@ make clean
|
|||
|
||||
1. Load an audio file via the **Load** button, drag-and-drop, or the **<** / **>** buttons to browse the current folder
|
||||
2. Click **Auto Slice** or manually click on the waveform to place slice markers
|
||||
3. Play slices via MIDI -- note C3 triggers slice 0, C#3 triggers slice 1, and so on
|
||||
3. Play slices via MIDI -- note C4 triggers slice 0, C#4 triggers slice 1, and so on
|
||||
4. Shape the sound with the amp/filter envelopes, filter, and tone controls
|
||||
|
||||
### Waveform Interaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue