1

(1 replies, posted in General Discussion)

We are created 1-bit instruments using Arduino only: sync, mic, guitar and drum.
(Drum is controlled by physical pedal.)
It allows us to perform live.


Codes and assembly instructions:
https://github.com/EndlessBits/EndlessSynth

Site:
https://eamuseum.com/Endless-Instruments

We playing live music from "Nether Earth":
https://youtu.be/5QS8183hRQ8

Hello. I have a question about Part 10 ("PCM replay"):
Proposed scheme uses five volume levels:
  0%    00000000  #00
25%    00010000  #10
50%    00011000  #18
75%    00011100  #1c
100%    00011110  #1e
I am wondering if the quality will improve, if we will use more delicate on/off scheme, I mean, if "0" and "1" are placed more uniformly:
00010000
00010100             
00010101
00011110
Does it makes sense?