1. New video: How to build a Chien (hurdy gurdy buzzing bridge)

    The article I wrote a few years ago is now available for your viewing pleasure.

  2. Today I realised I had never taken any good photos of this mountain dulcimer I built in 2016 as a warm-up project after moving to a new workshop.

    An hourglass-shaped mountain dulcimer with four strings, made from walnut, cedar and ebony, with mother-of-pearl fretboard inlays, against a folded blue fabric background

  3. I love working with walnut, and these sides are almost too good to use on a ukulele. Using such beautiful materials keeps me motivated to do the extra bit of work and get every little detail right.

  4. Cookin’ up a new gurdy preamp with even less noise than before. The secret ingredient? The pot itself! Turns out EM shielding is every bit as important as all those grumpy people on guitar forums spend their spare time telling each other.

    Photo shows a kitchen pan in an electronics workspace, with various components hanging out of it.

  5. Augmented Hurdy Gurdy Experiments

    https://www.youtube.com/watch?v=hPGKeMdRU5I

    As I can’t currently commit to building a new series of gurdies due to my living situation, I’ve been keeping myself busy developing the MIDI system for my instruments, to develop new extended, augmented playing techniques.

    This video is the first demonstration of some hybrid electronic-acoustic experiments using the prototype MIDI system installed on my hurdy gurdy.

    0:22 Technique: Pitch-shifting Polyphony

    Gurdy MIDI and Audio → Apogee ONE → Macbook running a puredata patch

    Monophonic acoustic gurdy signal is pitch-shifted down in real time to play chords and harmonies. Chords and intervals on the keyboard can also be used to pitch-shift the trompette signal (0:55) or the drones. Inspired by an idea from Sébastien Tron.

    1:18 Technique: Expressive MIDI Controller

    Hurdy Gurdy MIDI → DIY Hybrid Poly Synth based off Mutable Instruments Ambika

    The keyboard and wheel sensors send MIDI note, expression and polyphonic aftertouch messages to a polyphonic synthesizer. In this case a split keyboard effect is used to play two sounds.

    1:36 Technique: Layered Acoustic and Electronic Sound

    Hurdy Gurdy Acoustic audio, Gurdy MIDI → DIY Hybrid Poly Synth based off Mutable Instruments Ambika

    1:36 The acoustic string plays a melody, the bottom half of the keyboard controls a synthesizer with a long release for subtle held chords

    2:08 Using trompette technique can send MIDI messages, used here to play synthesized percussion on an Ambika voice assigned to MIDI channel 10, whilst the keyboard plays chords.

    2:30 Acoustic trompette and melody string sound layered over subtle polyphonic synthesized chords

    Playing, Instrument and Software: Barnaby Walters https://gurdy.is https://waterpigs.co.uk
    Polyphonic Pitch-shifting idea: Sébastien Tron
    Filming, editing: Adriana Borger

  6. I’ll be at the Mazurki Festival Tagowisko Instrumentów (Musical Instrument Exhibition) with my instruments on Saturday the 28th. It’s not on the English programme, but is on the Polish one so is definitely happening! Come and try out my gurdies, and see my (experimental) MIDI system and hybrid synth in action!

  7. Hurdy Gurdy , finished and picked up by the customer!

    3x chanters, 2x drones, 2x trompettes, 4x capos, 4x sympathetic strings, 3 channel active preamp system. Very happy with how this one came out — in fact I need to retro-fit some of the electronics changes onto my own instrument… No more 50Hz hum!

  8. Doing some prototyping+testing for the next MIDI-enabled gurdy board:

    My current approach is an Arduino (Genuino) Uno with a custom made board with a line of hall effect sensors, and the various other boards plugged into the Arduino. It works, but there are various problems — wiring the whole thing together is a hassle; the limited I/O on the Uno requires me to multiplex the sensors, introducing delays; hand-soldering through-hole sensors means they’re all in slightly different positions; and a single line of sensors isn’t enough to cover the whole throw of a key, resulting in notes turning off when they’re bent too far.

    I heard about emsproto.com and was initially considering designing a board containing the sensors and microcontroller myself, and having it built, but after drafting up a very simple one-component test board and seeing that there’s a base cost of €200 per board for PCB and assembly, I decided on another approach.

    The next version of the board will be a custom designed sensor and breakout board with two rows of surface-mounted hall effect sensors, into which I can plug a Teensy 3.5, removing the need for multiplexing, vastly increasing the speed at which the system can run, and opening up various possibilities like easy-to-implement USB-MIDI support.