From a8dfb15ade9b5065d6478cbab0172ab291f9e85b Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 24 Jun 2018 12:17:56 -0700 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3a397e6..ac53337 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,24 @@ 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. + * 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). + * 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. + * Basic desktop gui. + * Pad activation. + * Sequence/voice bank activation and memory. + * Data structure for song files.