{"id":19485115,"url":"https://github.com/brainfoolong/gdscript-midi-parser","last_synced_at":"2025-04-25T16:33:57.040Z","repository":{"id":214483352,"uuid":"736630033","full_name":"brainfoolong/gdscript-midi-parser","owner":"brainfoolong","description":"Godot GDScript 4+ Midi File Parser and Player","archived":false,"fork":false,"pushed_at":"2024-01-27T12:51:18.000Z","size":50,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T05:26:05.717Z","etag":null,"topics":["gdscript","godot","midi","parser","player"],"latest_commit_sha":null,"homepage":"","language":"GDScript","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/brainfoolong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-12-28T12:31:15.000Z","updated_at":"2024-03-05T15:12:40.000Z","dependencies_parsed_at":"2023-12-28T13:56:25.761Z","dependency_job_id":"b7ded132-a12c-4df7-bbe5-b4f8f22a6313","html_url":"https://github.com/brainfoolong/gdscript-midi-parser","commit_stats":null,"previous_names":["brainfoolong/gdscript-midi-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfoolong%2Fgdscript-midi-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfoolong%2Fgdscript-midi-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfoolong%2Fgdscript-midi-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfoolong%2Fgdscript-midi-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainfoolong","download_url":"https://codeload.github.com/brainfoolong/gdscript-midi-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224010170,"owners_count":17240697,"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","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":["gdscript","godot","midi","parser","player"],"created_at":"2024-11-10T20:25:54.412Z","updated_at":"2024-11-10T20:25:55.467Z","avatar_url":"https://github.com/brainfoolong.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Godot GDScript 4+ Midi File Parser and Player\n\nParse your midi files directly with native GDScript 4+ with no other dependencies. The example also include a demo of how you can create a sound player based on the parsed midi data.\n\n## Install\nClone/Download this repository into your project.\n\n## Usage\n```python\nvar parser = MidiFileParser.load_file(\"res://yourmidi.mid\")\n# parser.header contains midi header data\n# parser.tracks contains all midi tracks\n\n## iterate over tracks and events\nfor track in parser.tracks:\n    for event in track.events:\n        # do something with events here   \n```\n    \n## Playback Demo\n\nSee `midi_file_player_example.gd` or load and play scene `demo/midi_demo`.\n\nIt will contain all required parts (timing, _process loop) to play notes at correct times.\n\nThe demo uses a very simple generic audio signal generator. Quality is not good but frequencies are correct. It will play \"Beethoven - Fur Elise\", which you will know for sure.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainfoolong%2Fgdscript-midi-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainfoolong%2Fgdscript-midi-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainfoolong%2Fgdscript-midi-parser/lists"}