-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
033938b
commit 384eb87
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# BleepBloop-7 | ||
A JS Blip Synth. | ||
|
||
### Current Plans | ||
7 sequence banks. | ||
7 synth voices. | ||
7 notes in a scale/mode. | ||
Record songs/sequences and download them. | ||
Save files for later retrieval (local storage). | ||
Octave control (per pad). | ||
Tempo control (global). | ||
Key selector (per sequence). | ||
Scale/mode selector (per sequence). | ||
Mobile Responsive GUI. | ||
|
||
### Future Plans | ||
Song mode w/ sequence chaining. | ||
BleepBloop-7 sampler fork (otherwise similar feature-set). | ||
Export files for later retrieval (json download). | ||
|
||
### Currently Implemented | ||
Basic desktop gui. | ||
Pad activation. | ||
Sequence/voice bank activation and memory. | ||
Data structure for song files. |