Quantizer Buddy

My new Arcade Button CV Keyboard needed a quantizer buddy imo, so I simplified a quantizer Hagiwo inspired me to build. The design works with 5V or in my case 9V (which is regulated down to 5V by a 7805 linear voltage regulator circuit) Link to code: Here

Quantizer – Hagiwo Arduino build

It has a slide function that can be used with external cv or configured with a knob. A rotary encoder changes scales. Other than that it just quantizes incoming CV and pretty accurate at that. The 12-bit DAC is enough for my purposes. Link to original project page: Here #define ENCODER_OPTIMIZE_INTERRUPTS //エンコーダノイズ対策 #include <Wire.h> #include […]