This project is an open source hardware project that is intended to be an automated way to play a recorder instrument. Build it for yourself and use the Python Interface to send your MIDI files to the robotic recorder player and hear them played on the recorder!
This project had been designed so that it only requires a limited toolset and you don't have to be an expert to build it. An overview is below but more detailed instructions can be found in each folder.
.mid
file (guide), use one of our examples, or find one someone else has made.This is an open souce hardware project and anyone is welcome to use and develop this project in line with the licences. We also encourage anyone interested to contribute to this development, especially in the areas outlined below.
These are some of the areas we intend to focus future development:
Contributing to the project is easy and we encourage anyone who is interested to make pull requests.
The general process of contributing on GitHub is widely documented however the outline process is below:
Identify where you want to host the project locally. This could be a Music Makers projects folder for example.
Clone or fork the repository using GitHub desktop or the CLI into this location (CLI is recommended as this helps you become more familiar with Git in general). You can do this with the following command:
git clone https://github.com/ICMC22-tmp/OSH_Automated_Recorder
Update the project and then make a pull request!
If you use this project for research, please cite the paper:
@inproceedings{bennett2022towards,
title={Towards Open Source Hardware Robotic Woodwind: an Internal Duct Flute Player},
author={Bennett, James and Moncur, Bethan and Fogarty, Kyle and Clawson, Garry and Fox, Charles},
booktitle={International Computer Music Conference, ICMC; 2022 Jul 3-7},
year={2022},
%organization={International Computer Music Association}
}
Just for fun we thought it would be interesting to include other robotic music players. They range from the sublime to the wacky, but each one is beautiful.
The inspiration for this project was Andrew Henry's automated guitar player.
This is an open-source project and licences have been chosen so to give you the freedom to use, modify, and share this project. The licences also protect the project (by ensuring contributions remain open) and its contributors (by limiting liability and warranty). Please read the licences; helpful summaries are linked below and copies of the full licences are found in the repository root.
Software is licensed under the GNU General Public License v3.0 LICENCE_GNU-GPL-3.0
. Hardware is licensed under the CERN Open Hardware Licence Version 2 - Weakly Reciprocal LICENCE_CERN-OHL-W-2.0
. The other content of this repository including images, media, documentation, examples, sample MIDI files and anything not licensed under the other licences is licenced under the Creative Commons Attribution Share Alike 4.0 International LICENCE_CC-BY-SA-4.0
.