mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 12:10:46 +02:00
rename MonoSlicer to Monoslicer (lower-case s)
This commit is contained in:
parent
ac6f17d9ae
commit
9b7c973622
8 changed files with 78 additions and 58 deletions
|
|
@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue