More docs about what's in.

This commit is contained in:
severak 2019-12-31 19:36:42 +01:00
parent f087938495
commit d27fd3813d
2 changed files with 20 additions and 1 deletions

View File

@ -7,10 +7,10 @@ virtual instrumens and other music resources
What's included:
- [cabbages](cabbages) - various instruments and tools developed with [Cabbage framework](https://cabbageaudio.com/)
- [drumsheet](drumsheet) - dead simple drum machine
- `midiwire` - lua wrapper of windows' MIDI interface
- `sunvoxlua` - lua wrapper of headless [Sunvox](https://www.warmplace.ru/soft/sunvox/)
- `cabbages` - various instruments and tools developed with [Cabbage framework](https://cabbageaudio.com/)
- `commented_cabbage` - Cabbage code developed by others and commented by me (for reverse engineering purposes)
- `misc` - various tests and scratches

19
cabbages/README.md Normal file
View File

@ -0,0 +1,19 @@
# Cabbages
various instruments and tools developed with [Cabbage framework](https://cabbageaudio.com/)
What's included:
- **WaggonBAU** - simple drum sampler - you select sample for each note in octave and then do the keyboard drumming
- **Rebeat** - simple guital-pedal-like looper. After first press of the button it starts recording, after second it starts playing in the loop and after last press its waiting for another recording.
- **Starter** - just big START button, which sends MIDI note ON when you click on it and turns itself into STOP button, which sends MIDI note OFF when you click on it. Its designed to start and stop [Sequenc-Air](https://www.fullbucket.de/music/sequencair.html), which would otherwise took precious screen space when live performing.
- **Traveller** - a monophonic synth with a twist inspired by Korg Synthe-Bass.
![](traveller.png)
Other not useful or in development:
- **rychta** - drum sequencer
- **dentaku** - WIP Casio VL-1 clone
- **velfoix** - broken MIDI velocity tool
- **midilog** - MIDI logger (also semi-broken)