All Projects → shortcircuitaudio → loopy-docs

shortcircuitaudio / loopy-docs

Licence: other
DIY Programmable 8 Loop Guitar Pedal Switcher

Projects that are alternatives of or similar to loopy-docs

arcade-pcb-case
Plans to build Arcade PCB cases
Stars: ✭ 29 (+38.1%)
Mutual labels:  pcb
pedals
No description or website provided.
Stars: ✭ 32 (+52.38%)
Mutual labels:  guitar
iceskate
A low cost FPGA development board for absolute newbies
Stars: ✭ 15 (-28.57%)
Mutual labels:  pcb
Gameboy-Color-Cartridge
Board layout for an eeprom powered GB cartridge
Stars: ✭ 58 (+176.19%)
Mutual labels:  pcb
pedalevite
Pédale Vite — DIY multi-FX pedalboard for guitar/bass/etc.
Stars: ✭ 68 (+223.81%)
Mutual labels:  guitar
lumberjack-keyboard
5x12 ortholinear through-hole component keyboard PCB for standard 60% cases
Stars: ✭ 231 (+1000%)
Mutual labels:  pcb
MarzWorkbench
FreeCAD Workbench for guitar design
Stars: ✭ 40 (+90.48%)
Mutual labels:  guitar
lightroom-macro-pad
Lightroom Macro Pad With CircuitPython Boards
Stars: ✭ 33 (+57.14%)
Mutual labels:  pcb
for-science-keyboard
A split ergo 4x5 keyboard with 3 thumb keys where each half is smaller than the 100x100mm cheap PCB production size.
Stars: ✭ 63 (+200%)
Mutual labels:  pcb
arduino-stoerbert
MP3 player for small children - firmware & PCB schematic
Stars: ✭ 31 (+47.62%)
Mutual labels:  pcb
Chameleon
Vintage guitar amp using neural networks.
Stars: ✭ 49 (+133.33%)
Mutual labels:  guitar
awesome-guitar
⭐ Useful resources for guitar players
Stars: ✭ 76 (+261.9%)
Mutual labels:  guitar
programmable-air
A hardware kit to experiment with inflatable and vacuum based soft robotics.
Stars: ✭ 54 (+157.14%)
Mutual labels:  pcb
amanuensis
The Amanuensis is an automated songwriting and recording system aimed at ridding the process of anything left-brained, so one need never leave a creative, spontaneous and improvisational state of mind, from the inception of the song until its final master. See the README for instructions and feel free to message me at soundcloud.com/to_the_sun.
Stars: ✭ 30 (+42.86%)
Mutual labels:  looper
waffling60
Multi layout 60% PCB with support for common ANSI and ISO layouts and split space. SE-version is for use in Polaris, DB-version for use in Bakeneko/Kei.
Stars: ✭ 42 (+100%)
Mutual labels:  pcb
soundshed-app
Desktop app to browse and manage guitar amp tones. Control your bluetooth amp, jam to video backing tracks.
Stars: ✭ 36 (+71.43%)
Mutual labels:  guitar
keyswitch-kicad-library
Footprints for popular keyboard switches
Stars: ✭ 163 (+676.19%)
Mutual labels:  pcb
dxkSynthDefs
some synth defs for SuperCollider
Stars: ✭ 21 (+0%)
Mutual labels:  looper
BelalHashmi-Assembly-Exercise-Solutions
💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts.
Stars: ✭ 30 (+42.86%)
Mutual labels:  pcb
pcb-ws2812-wifi-controller
WiFi Controller for WS2812 LED Stripes
Stars: ✭ 48 (+128.57%)
Mutual labels:  pcb

Loopy

Looper

Loopy (LP8+) is a DIY 8 loop programmable guitar pedal switcher with support for MIDI commands.

Loopy is designed around easy-to-find components:

  • 1 atmega328(p) micro controller
  • 2 74HC595
  • 8 relays
  • several LED
  • several audio jack

Main Board

This page is a collection of documents that can help you build your own looper.

FAQ

How does it work?

Have a look at the Manual for more info. There is a short video there too. I will try to film more to show all the available features.

Can you guide me through the build?

Please refer to the How To Build Loopy page.

Where can I find a PCB?

Please contact me if you need a PCB: I will try to have some available as long as there is demand for it. Alternatively, you can check my eBay profile.

Why no display?

Rectangular holes (of good quality) are generally quite hard to make unless you have specialised tools, so I have put more effort on dislaying the status using LED, which only require round holes.

Does the signal go through a buffer?

No. Loopy doesn't contain any signal buffer: this gives the final user the flexibility to choose whether to have or not a buffer.

Is this an Arduino project?

No. While the micro controller used in this project is the same of the Arduino UNO, nothing of the Arduino platform is used: no bootloader, no USB port, no libraries. In fact, all the code is written from scratch in C++.

Can I build this project and sell it?

No. However, I could be interested in discussing a partnership. Please get in touch.

Can I have the source code of the firmware?

No. At the moment, I have decided to keep the source code private. However, HEX file for the firmware is available in this repo, and you are free to program your own chip with it. Check the instructions on how to setup your microcontroller.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].