rename MonoSlicer to Monoslicer (lower-case s)

This commit is contained in:
Armin 2026-07-22 00:33:03 +02:00
commit 9b7c973622
8 changed files with 78 additions and 58 deletions

View file

@ -1,4 +1,4 @@
# MonoSlicer
# Monoslicer
A monophonic sample slicer and sampler instrument built with [JUCE](https://juce.com/) and CMake.
@ -6,7 +6,7 @@ Load an audio file, slice it into regions (automatically via onset detection or
## Screenshot
![MonoSlicer](monoslicershot.png)
![Monoslicer](monoslicershot.png)
## Features
@ -31,7 +31,7 @@ Requires CMake 3.22+ and a C++17 compiler.
make # Fetch JUCE, configure, build, and install (AU + VST3)
```
Running `make` with no arguments will fetch JUCE, build MonoSlicer in Release mode, copy the AU and VST3 plugins to your system directories, and trigger an Audio Unit rescan.
Running `make` with no arguments will fetch JUCE, build Monoslicer in Release mode, copy the AU and VST3 plugins to your system directories, and trigger an Audio Unit rescan.
Individual targets are also available: