{"id":18824616,"url":"https://github.com/ematech/midi_const","last_synced_at":"2026-02-26T12:02:08.153Z","repository":{"id":183104119,"uuid":"669598661","full_name":"EMATech/midi_const","owner":"EMATech","description":"MIDI constants for Python.","archived":false,"fork":false,"pushed_at":"2025-05-10T23:33:07.000Z","size":40,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-23T17:12:39.822Z","etag":null,"topics":["constants","midi","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/midi_const","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EMATech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"github":"rdoursenaud","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-07-22T19:59:11.000Z","updated_at":"2025-05-13T22:07:41.000Z","dependencies_parsed_at":"2023-07-22T21:46:47.594Z","dependency_job_id":"8aedc62b-8ecb-4eac-aa04-02d8a9caacb8","html_url":"https://github.com/EMATech/midi_const","commit_stats":null,"previous_names":["ematech/midi_const"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/EMATech/midi_const","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMATech%2Fmidi_const","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMATech%2Fmidi_const/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMATech%2Fmidi_const/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMATech%2Fmidi_const/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMATech","download_url":"https://codeload.github.com/EMATech/midi_const/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMATech%2Fmidi_const/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29858461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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":["constants","midi","python"],"created_at":"2024-11-08T00:56:56.752Z","updated_at":"2026-02-26T12:02:08.137Z","avatar_url":"https://github.com/EMATech.png","language":"Python","funding_links":["https://github.com/sponsors/rdoursenaud"],"categories":[],"sub_categories":[],"readme":"MIDI constants for Python\n=========================\n\nmidi_const\n----------\n\nThis very simple package provides useful constants derived from official \nMIDI specifications available at:\n- MIDI Association, ex MIDI Manufacturers Association (MMA) [US]:\n  https://midi.org\n- Association of Musical Electronics Industry (AMEI) [JP]:\n  https://www.amei.or.jp/\n- MIDI Standard Committee (MSC) [JP]:\n  http://amei.or.jp/midistandardcommittee\n\n### Status\n\nAlready covers most of the MIDI 1.0 Detailed Specification v4.2.1 from \nFebruary 1996.\n\nOther specifications will be added along the way.\n\nContributions welcome!\n\n### License\n\nTo allow maximal re-usability, these constants are offered,\nat your option, under any of the following licenses:\n - CC0-1.0\n - MIT (OSI and FSF compatible)\n - Unlicense\n\n### Installation\n\n```shell\npip install midi_const\n```\n\n### Usage\n\nInteractively:\n\n```pycon\n\u003e\u003e\u003e import midi_const as midi\n\n\u003e\u003e\u003e midi.STATUS_BYTES.get(0x80)\n'Note Off'\n\n\u003e\u003e\u003e midi.CONTROLLER_NUMBERS.get(7)\n'Channel Volume'\n\n\u003e\u003e\u003e midi.SMF_DEFAULT_TEMPO\n500000.0\n\n\u003e\u003e\u003e help(midi)\n```\nWithin a program:\n\n```python\nfrom midi_const import GENERAL_MIDI_SOUND_SET, GENERAL_MIDI_SOUND_SET_GROUPINGS\n\nindex = GENERAL_MIDI_SOUND_SET.index('Banjo')\n# index = 105\ngroup = GENERAL_MIDI_SOUND_SET_GROUPINGS.get(index)\n# group = 'Ethnic'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fematech%2Fmidi_const","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fematech%2Fmidi_const","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fematech%2Fmidi_const/lists"}