Schlagwort: Drum Machine

  • The user’s heart beat controls this drum machine

    The user’s heart beat controls this drum machine

    Reading Time: 2 minutes

    Every holiday season, several of YouTube’s most prominent makers get together for a Secret Santa gift exchange. It is always fun to see what kind of tailored gifts they create and this year is no different. Sam Battle of the LOOK MUM NO COMPUTER YouTube channel drew Ali Spagnola in the most recent exchange. Ali likes both music and exercise, so Battle built her this quirky drum machine controlled by the user’s heart beat.

    At first glance, this looks like a fairly conventional drum sequencer. It cycles through eight beats and can play from five different samples. Each beat has a set of five switches to select the sample to play on that beat. But the twist is that the machine only moves to the next beat when the user’s heart beats, as opposed to moving through the sequence at a consistent rate.

    That sounds a little bit jarring, because hearts are not metronomes. But the benefit is that the tempo increases with the user’s heart rate, so the pace matches their activity level.

    An Arduino Nano board detects the user’s pulse through a Pimoroni Pulse Sensor. It plays drum samples (or any audio clips) loaded onto a SparkFun WAV Trigger module. Battle wired the sequencer switches in a keyboard-style matrix, which reduces the number of IO pins required to just the number of rows plus columns instead of one pin for every switch. On each beat, the Arduino checks the switches and then plays the corresponding drum samples. Finally, Battle crammed all of that hardware into an enclosure with 3D-printed decoration that makes the device look like an oversized heart.

    [youtube https://www.youtube.com/watch?v=39Upfs-fVWA?feature=oembed&w=500&h=281]

    This isn’t something you’d ever see on a store shelf, which is what makes it the perfect gift for one maker to send another.

    The post The user’s heart beat controls this drum machine appeared first on Arduino Blog.

    Website: LINK

  • DrumKid is a handheld aleatoric drum machine

    DrumKid is a handheld aleatoric drum machine

    Reading Time: 2 minutes

    DrumKid is a handheld aleatoric drum machine

    Arduino TeamSeptember 17th, 2019

    Hearing live music is certainly enjoyable, but if the musician is using a drum machine, things can eventually get static. To add a bit more spontaneity into this class of robo-musician, Matt Bradshaw has created DrumKid — a handheld, battery-powered unit that uses random numbers to determine the rhythm and sound of a beat.

    The device goes through a drum sequence, with a series of LEDs to indicate its progression, but also inserts randomly generated drum hits to the original beat. It features a variety of controllable parameters to alter how it sounds when played live via four knobs and six buttons.

    The DrumKid was developed on an Arduino Uno and breadboard, then transferred to a PCB for the final version that will be for sale later this year. More info on the build is available in Bradshaw’s project write-up, while code and design files are on GitHub if you’d like to make your own!

    [youtube https://www.youtube.com/watch?v=PbklWwytfTM?feature=oembed&w=500&h=281]

    Website: LINK

  • Desktop USB drum for some serious finger tapping

    Desktop USB drum for some serious finger tapping

    Reading Time: < 1 minute

    Desktop USB drum for some serious finger tapping

    Arduino TeamAugust 27th, 2019

    When you need a distraction, or perhaps even now, you may turn to tapping on your desk. While a good way to keep your hands active, or pass a few uninteresting seconds, if you want to get serious with your finger drumming, then the “Arduino USB Drum” by creator colonelwatch may be just the thing.

    The 3D-printable device hooks onto the edge of the table, and reads taps on its pads with a pair of strain gauges. Signals are amplified and passed along to an Arduino Uno—including tap intensity—which sends MIDI data to a computer via serial. 

    Code and other build info are available on GitHub, and you can see a video of it in action here.

    Website: LINK

  • Bitty is a tiny Arduino-compatible drum machine/synth

    Bitty is a tiny Arduino-compatible drum machine/synth

    Reading Time: 2 minutes

    Bitty is a tiny Arduino-compatible drum machine/synth

    Arduino TeamMay 2nd, 2019

    There are a wide variety of ways to create electronic music. For a capable machine that fits in the palm of your hand and is loud enough to use outdoors, however, it’s hard to imagine a battery-powered device cooler than Bitty from Curious Sound Objects. 

    The pocket-sized drum machine and synthesizer, currently on Kickstarter, was prototyped using an Arduino Nano and will be fully Arduino-compatible when released. This means that in addition to changing the sound and interface around with readily-available sound packs—which include Theremin Bitty, Techno Bitty, Basement Bitty, Trap Bitty, Lofi Bitty, and Beach Bitty—it can be programmed with the Arduino IDE. The device can even run sound software written for other Arduino boards.

    Bitty features four sample trigger buttons, a pair of knobs, and a speaker. Designed for entry-level EDM enthusiasts and studio musicians alike, you can play the drums and melodies manually, as well as trigger patterns to produce dance music or hip hop beats. These can be chosen via the left knob, while the right knob handles pitch, note selection, and arpeggiation.

    Check it out in action below!

    [youtube https://www.youtube.com/watch?v=T8OdetwIe0E?feature=oembed&w=500&h=281]

    Website: LINK