{"id":27004294,"url":"https://github.com/sojamo/midimapper","last_synced_at":"2025-08-18T11:43:14.070Z","repository":{"id":27391799,"uuid":"30868025","full_name":"sojamo/midimapper","owner":"sojamo","description":"A processing library to assign midi events to members of a sketch.","archived":false,"fork":false,"pushed_at":"2016-03-14T04:54:15.000Z","size":31,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-04T10:43:01.708Z","etag":null,"topics":["java","midi","midi-device","processing","processing-library"],"latest_commit_sha":null,"homepage":"","language":"Java","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/sojamo.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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":"2015-02-16T12:49:06.000Z","updated_at":"2024-11-23T12:56:08.000Z","dependencies_parsed_at":"2022-08-20T07:50:32.713Z","dependency_job_id":null,"html_url":"https://github.com/sojamo/midimapper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sojamo/midimapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojamo%2Fmidimapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojamo%2Fmidimapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojamo%2Fmidimapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojamo%2Fmidimapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sojamo","download_url":"https://codeload.github.com/sojamo/midimapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sojamo%2Fmidimapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267163747,"owners_count":24045707,"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-07-26T02:00:08.937Z","response_time":62,"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":["java","midi","midi-device","processing","processing-library"],"created_at":"2025-04-04T06:15:52.597Z","updated_at":"2025-07-26T12:10:30.387Z","avatar_url":"https://github.com/sojamo.png","language":"Java","readme":"# MidiMapper\n\nMidiMapper is a processing library that allows to maps midi devices and their events to members of a sketch such as variables and functions. Currently this library is in development stage.\n\n## The most basic example\nConnect to a midi device and assign a note to a variable. Controller changes will be automatically applied to the value of the variable.\n\n```java\n\n\timport sojamo.midimapper.*;\n\tMidiMapper midi;\n\tfloat a;\n\n\tvoid setup() {\n\t  midi = new MidiMapper(this);\n\t  /* SLIDER/KNOB is the name of the Korg nanoKontrol2 device as detected on osx */\n\t  midi.connect(\"SLIDER/KNOB\").assign(16).to(\"a\");\n\t}\n\n\tvoid draw() {\n\t  background(0);\n\t  fill(255);\n\t  translate(width/2, height/2);\n\t  rotate(map(a, 0, 127, -PI, PI));\n\t  translate(-20, -20);\n\t  rect(0, 0, 40, 40);\n\t}\n```\n\n\n_18 February 2015_","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojamo%2Fmidimapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsojamo%2Fmidimapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojamo%2Fmidimapper/lists"}