Content in “rhythm”

All content tagged with or belonging to this tag/category.

Gets funky with it's surroundings
Using a
Rating:
5
Average: 5 (10 votes)
Audiofile Engineering asked me to do a sequel to a robot of mine, Yellow Drum Machine. It got the name Yellow Drum Machine II (YDM II). I am going to ship it to … Read more
fritsl's picture
fritsl

Making sticks sync for a drum-machine

fritsl's picture

To The Cow God (and anyone else interested)

Making a microcontroller do beats is an awful thing.

Code needs to be in 2 parts;

  1. The "Hit"
  2. The "Sequence / note-part"

In 2) There is all the logic that makes up a song, consisting of lines of code divided into segments of 16

In 2) bits are set, such as BD = 1 (Play BassDrum), and also head, speaker-click etc. Once for every 16'th note

Every other "line" in 2) should also have an extra pause, how long it is makes the beat more or less shuffle.