{"id":30012627,"url":"https://github.com/haochuan/midi-drum-controller","last_synced_at":"2025-08-14T11:46:19.054Z","repository":{"id":15618696,"uuid":"18355211","full_name":"haochuan/MIDI-Drum-Controller","owner":"haochuan","description":"Midi Drum Controller using Serpent","archived":false,"fork":false,"pushed_at":"2014-04-02T05:15:57.000Z","size":3484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-02T04:42:39.701Z","etag":null,"topics":["midi","serpent"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haochuan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-02T05:03:33.000Z","updated_at":"2019-01-04T07:09:49.000Z","dependencies_parsed_at":"2022-08-25T07:00:36.778Z","dependency_job_id":null,"html_url":"https://github.com/haochuan/MIDI-Drum-Controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/haochuan/MIDI-Drum-Controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haochuan%2FMIDI-Drum-Controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haochuan%2FMIDI-Drum-Controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haochuan%2FMIDI-Drum-Controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haochuan%2FMIDI-Drum-Controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haochuan","download_url":"https://codeload.github.com/haochuan/MIDI-Drum-Controller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haochuan%2FMIDI-Drum-Controller/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268910448,"owners_count":24327512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["midi","serpent"],"created_at":"2025-08-05T14:06:40.212Z","updated_at":"2025-08-05T14:06:40.920Z","avatar_url":"https://github.com/haochuan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"MIDI-Drum-Controller\n====================\nThis is a MIDI Drum Controller written in [Serpent](http://sourceforge.net/projects/serpent/) which can accept control messages via the [Open Sound Control (OSC) protocol](http://en.wikipedia.org/wiki/Open_Sound_Control).\n\n##Set Up\n\na. Open TouchOSC on your Device (I use in IOS). \n\nb. This is the setting: You should replace the ‘Host’ with your IP address. Outgoing and incoming Port are 8001 and 60385\n\nc. You should unzip my project folder and open it, in line 4 in “oscSender.srp”, you should change”128.237.207.143\" to your device IP address which is running the TouchOSC. (my device IP address should be 128.237.207.143 as the image above)\n\nd. For the layout in TouchOSC, please select ‘Beatmachine’.\n\n******Note Start*******\nThere should be 4 windows of ‘Beatmachine’ layout in your TouchOSC, at very top of your device you can change the window. Window 1 is for ‘Drum Pad’ in wxserpent and window 2 is for ‘Drum Pattern’ in wxserpent\n******Note End*******\n\ne. Then you can open init.srp with wxserpent.\n\n##Drum Pad Window\n\nYou can get most information about the function of each button/key/slider through the ‘Drum Pad’ window of wxserpent.\n\nYou can hit the drum pad to hear the sound.\n\nVolume Slider: Value from 0 to 127. Just control the volume of drum pad in ‘Drum Pad’ window.\n\nMute: Mute the drum pad.\n\nTempo Slider: This is the tempo control for ‘Drum Pattern’ window. It can change the tempo of the drum loop. Value from 40 to 180.\n\nClick: Turn on/off a metronome.\n\nRandom: Generate a random drum loop in ‘Drum Pattern’ window. \n\nClear: Clear the loop information in ‘Drum Pattern’ window.\n\nLoad: Load a pre-defined drum loop in ‘Drum Pattern’ window.\n\n******Note Start*******\nWhile the drum loop is playing, you can also hit the drum pad to get drum sound, which has no relationship with the sound in the drum loop.\n******Note End*******\n\n##Drum Pattern Window\n\nHere you can draw your own drum loop and play. There are sixteen-note long loop you can draw, and each line from top to bottom represents Crash, Tom 2, Tom 1, Hi-Hat, Snare and Kick.\n\nThere are also faders in the bottom of the screen, you can use that to control the volume of each ‘beat’. Values are from 0 to 100.\n\nWhen you click ‘Random’ button in ‘Drum Pad Interface’, it will automatically load a random pattern into the screen, and the volume of each ‘beat’ is also set randomly.\n\nWhen you click ‘Clear’ button in ‘Drum Pad Interface’, it will clear all notes here.\n\nWhen you click ‘Load’ button in ‘Drum Pad Interface’ it will automatically load a pre-defined pattern into the screen, and the volume of each ‘beat’ is also set to 70.\n\n******Note Start*******\nCurrently ‘Drum Pattern’ window can not talk back to your device running TouchOSC, which means when you draw your loop in TouchOSC the ‘Drum Pattern’ window can be updated. But when you draw your loop in ‘Drum Pattern’ window, you can not see that in TouchOSC.\n******Note End*******\n\n******Note Start*******\nThere should be a font warning when run this program:\n\nCoreText performance note: Client called CTFontCreateWithName() using name \"Times\" and got font with PostScript name \"Times-Roman\". For best performance, only use PostScript names when calling this API.\n******Note End*******\n\nHave Fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaochuan%2Fmidi-drum-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaochuan%2Fmidi-drum-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaochuan%2Fmidi-drum-controller/lists"}