{"id":15691233,"url":"https://github.com/anandchowdhary/drumpad","last_synced_at":"2026-05-02T19:37:28.065Z","repository":{"id":78705867,"uuid":"119052795","full_name":"AnandChowdhary/drumpad","owner":"AnandChowdhary","description":"Ardunio-based music generator","archived":false,"fork":false,"pushed_at":"2019-05-12T20:53:54.000Z","size":18646,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T18:58:12.957Z","etag":null,"topics":["arduino","music","processing"],"latest_commit_sha":null,"homepage":null,"language":"Processing","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnandChowdhary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-26T13:09:41.000Z","updated_at":"2025-08-13T09:09:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"95afcfca-b804-4124-a7bd-afa884e72e8b","html_url":"https://github.com/AnandChowdhary/drumpad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnandChowdhary/drumpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Fdrumpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Fdrumpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Fdrumpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Fdrumpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnandChowdhary","download_url":"https://codeload.github.com/AnandChowdhary/drumpad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Fdrumpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","music","processing"],"created_at":"2024-10-03T18:20:46.198Z","updated_at":"2026-05-02T19:37:28.046Z","avatar_url":"https://github.com/AnandChowdhary.png","language":"Processing","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drumpad\n\nDrumpad is an Ardunio-based music generator built for my Programming and Physical Computing project, Module 2 (Smart Environments) of Creative Technology BSc at the University of Twente.\n\nDemo video: https://photos.app.goo.gl/tPB6ctdRPL0f0L7h2\n\n## Screenshots\n\n### *Your Band* screen\n\n![Your Band screen on Drumpad](https://user-images.githubusercontent.com/2841780/35483170-45d617f4-043f-11e8-80a1-d5977891d1f8.png)\n\n### *Your Recordings* screen\n\n![Your Recordings screen on Drumpad](https://user-images.githubusercontent.com/2841780/35483171-45f17602-043f-11e8-95ef-ea94c69a0ab4.png)\n\n### Real-life shot\n\n![Arduino image](https://user-images.githubusercontent.com/2841780/35484050-57e60e4e-044a-11e8-9c55-215c004f9fa5.jpg)\n\n## Toolkit\n\n### Materials\n- Arduino Uno\n- 4 × 1MΩ resistors for capacitive sensors\n- 4 × 330Ω resistors for LEDs\n- 4 × conductive input surfaces\n- 4 × LEDs for output\n- 2 × potentiometers\n\n### Sounds\n- [Kawai R50 drumkit](https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2Fkawai+R50+drumkit%2F) from SampleSwap (Public Domain)\n- [Casio 1000P synthesizer pack](https://freesound.org/people/acollier123/packs/17687/) by Auto-Pilot from Freesound (CC BY 3.0)\n- Samples from the [Music Technology Group](https://www.upf.edu/recercaupf/en/grups/gr-mtg.html), [Department of Information and Communications Technologies](https://www.upf.edu/recercaupf/en/departaments/dtecn.html), [Universitat Pompeu Fabra, Barcelona](https://www.upf.edu/en/) (CC BY 3.0)\n\n### Libraries\n- [CapacitiveSense.h](https://github.com/PaulStoffregen/CapacitiveSensor) by Paul Bagder (2009), updated by Paul Stoffregen (2010–2016) (MIT License)\n- Libraries part of the Processing project (LGPL License)\n\t- [PSerial](https://github.com/processing/processing/tree/master/java/libraries/serial) – class for serial port goodness\n\t- [Processing Sound](https://github.com/processing/processing-sound) by Wilm Thoben\n\n\n## How it works\n\n### Fritzing structure\n\n![Fritzing structure](https://user-images.githubusercontent.com/2841780/35483888-ced36f86-0447-11e8-9c0c-a82fb746e37f.png)\n\n### Directory Structure\n\n```\n.\n├── arduino\n│   ├── CapacitiveSensor.h\n│   └── drumpad.ino\n└── processing\n    ├── drumpad.pde\n    ├── data\n    ├── exports\n    └── samples\n\t    └── instrument_name\n\t\t    └── 0.wav … n.wav\n```\n\n### Instruments\nDrumpad automatially fetches instruments from the `processing/drumpad/samples` folder. Each instrument should have a corresponsing folder with WAV files from 0 to n, based on the number of input capacitive sensors. This means that it's completely agnostic to the instruments, users have the ability to add or remove instruments from their collection.\n\n### Recording\nUsers can press the \"Record\" button to start recording their music. On completion, a data file with the extension `.drumpad` is created in the `processing/drumpad/exports` folder. When a user goes to the \"Import\" screen, they see a lit of their recordings, which then can be played.\n\n## License\n\nMIT; see LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandchowdhary%2Fdrumpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanandchowdhary%2Fdrumpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandchowdhary%2Fdrumpad/lists"}