Loop player for Adafruit NeoTrellis M4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Oleksiy 1d8b43b378 Update 'README.md' 8 months ago
NeoBreaks Plays samples from SPI flash. USB mass storage conflicts with USB MIDI so it's commented out for now 2 years ago
.gitignore added gitignore 2 years ago
README.md Update 'README.md' 8 months ago

README.md

NeoBreaker

Loop player for Adafruit NeoTrellis M4

Features

  • 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

Ideas and TODO

  • Clock input (& Slicing)
    • Korg click
    • USB MIDI
  • Configure one-shot/loop samples
  • 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