From b2652dee1d3bf4d4ec1468610044343050f1cb38 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 17 Aug 2021 20:42:39 +0000 Subject: [PATCH 1/6] Update 'README.md' --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 3df8606..fd10319 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # NeoBreaker +### Loop player for Adafruit NeoTrellis M4 + +## Features +* 4 groups of 7 samples stored in QSPI memory (G1_1.wav to G4_7.wav) +* playback of 1 sample from each grop at a time +* loop launch quintized to 1/8th (kind of) +* right channel outputs 15ms 2ppqn pulse for Korg devices + +## Ideas andTODO +* Clock input (& Slicing) + * Korg click + * USB MIDI +* USB mass storage to transfer samples +* Sequencer + * MIDI out + * Internal synths + +# Tip +To upload samples, switch M4 to Circuit Python or upload msc_external_flash from Adafruit TinyUSB Arduino examples \ No newline at end of file From e0c30c365693013d4cf61d7bd2e949e01862395a Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 17 Aug 2021 20:43:00 +0000 Subject: [PATCH 2/6] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd10319..acaedca 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ * MIDI out * Internal synths -# Tip +## Tip To upload samples, switch M4 to Circuit Python or upload msc_external_flash from Adafruit TinyUSB Arduino examples \ No newline at end of file From bb49d4b4285bbf0476cf32ba45d71e3d7998a7c8 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 17 Aug 2021 20:43:42 +0000 Subject: [PATCH 3/6] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acaedca..d312e52 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ * Clock input (& Slicing) * Korg click * USB MIDI +* Configure one-shot/loop samples * USB mass storage to transfer samples * Sequencer * MIDI out From 3bdab7e49580579d963fc90742d6374facbaf744 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 17 Aug 2021 20:44:17 +0000 Subject: [PATCH 4/6] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d312e52..0fe036c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NeoBreaker -### Loop player for Adafruit NeoTrellis M4 +#### Loop player for Adafruit NeoTrellis M4 ## Features * 4 groups of 7 samples stored in QSPI memory (G1_1.wav to G4_7.wav) From f1b25863040d9e1e41f99338a9a864929ab78c08 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 17 Aug 2021 20:44:32 +0000 Subject: [PATCH 5/6] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fe036c..8900609 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ #### Loop player for Adafruit NeoTrellis M4 + ## Features * 4 groups of 7 samples stored in QSPI memory (G1_1.wav to G4_7.wav) * playback of 1 sample from each grop at a time From 558be1c508bc7a7ddc6fe750fbcf7ddf06b37a84 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 17 Aug 2021 20:45:47 +0000 Subject: [PATCH 6/6] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8900609..5a5e7ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Features -* 4 groups of 7 samples stored in QSPI memory (G1_1.wav to G4_7.wav) +* 4 groups of 7 samples (MONO 44,1k 16bit PCM WAV) stored in QSPI memory (G1_1.wav to G4_7.wav) * playback of 1 sample from each grop at a time * loop launch quintized to 1/8th (kind of) * right channel outputs 15ms 2ppqn pulse for Korg devices