{"id":16141801,"url":"https://github.com/kermalis/vgmusicstudio","last_synced_at":"2025-04-06T16:13:13.484Z","repository":{"id":36495371,"uuid":"134186430","full_name":"Kermalis/VGMusicStudio","owner":"Kermalis","description":"🎵 A program that lets you listen to the music from popular video game formats. 🎵","archived":false,"fork":false,"pushed_at":"2024-07-13T18:57:45.000Z","size":4817,"stargazers_count":273,"open_issues_count":49,"forks_count":32,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-30T15:08:47.390Z","etag":null,"topics":["agb","dls","emulator","gameboy-advance","gameboy-advance-emulator","gba","mp2k","music-player","naudio","nds","nintendo-ds","nintendo-ds-emulator","rom","rom-hacking","sdat","sf2","sound-engine","sound-processing","sound-visualizer","soundfont2"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kermalis.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-05-20T21:02:38.000Z","updated_at":"2025-03-27T15:08:48.000Z","dependencies_parsed_at":"2023-01-17T02:02:51.507Z","dependency_job_id":"249695e2-f27c-43db-9ef0-c7ddd0be0799","html_url":"https://github.com/Kermalis/VGMusicStudio","commit_stats":{"total_commits":455,"total_committers":4,"mean_commits":113.75,"dds":0.00879120879120876,"last_synced_commit":"d14a38e264eeb1392289eeb2bd5b450c92877949"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kermalis%2FVGMusicStudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kermalis%2FVGMusicStudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kermalis%2FVGMusicStudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kermalis%2FVGMusicStudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kermalis","download_url":"https://codeload.github.com/Kermalis/VGMusicStudio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509236,"owners_count":20950232,"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":["agb","dls","emulator","gameboy-advance","gameboy-advance-emulator","gba","mp2k","music-player","naudio","nds","nintendo-ds","nintendo-ds-emulator","rom","rom-hacking","sdat","sf2","sound-engine","sound-processing","sound-visualizer","soundfont2"],"created_at":"2024-10-09T23:56:55.336Z","updated_at":"2025-04-06T16:13:13.459Z","avatar_url":"https://github.com/Kermalis.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kermalis's VG Music Studio\n\n[![Join on Discord](https://discordapp.com/api/guilds/571068449103675394/widget.png?style=shield)][Discord]\n[![LatestVer](https://img.shields.io/github/v/release/Kermalis/VGMusicStudio.svg?include_prereleases)](https://github.com/Kermalis/VGMusicStudio/releases/latest)\n[![Releases](https://img.shields.io/github/downloads/Kermalis/VGMusicStudio/total.svg)](https://github.com/Kermalis/VGMusicStudio/releases/latest)\n[![License](https://img.shields.io/badge/License-LGPLv3-blue.svg)](LICENSE.md)\n\nVG Music Studio is a music player and visualizer for the most common GBA music format (MP2K), AlphaDream's GBA music format, the most common NDS music format (SDAT), and a more rare NDS/WII music format (DSE) [found in PMD2 among others].\n\n[![VG Music Studio Preview](https://i.imgur.com/hWJGG83.png)](https://www.youtube.com/watch?v=s1BZ7cRbtBU \"VG Music Studio Preview\")\n\nIf you want to talk or would like a game added to our configs, join our [Discord server][Discord]\n\n----\n## To Do:\n### General\n* MIDI saving - Preview the MIDI with the Sequencer class\n* MIDI saving - UI with saving options, such as remapping\n* MIDI saving - Make errors more clear\n* Voice table viewer - Tooltips which provide a huge chunk of information\n* Detachable piano\n* Tempo numerical (it fits)\n* Help dialog that explains the commands and config for each engine\n\n### AlphaDream Engine\n* ADSR\n* Voice table - Find out the last 4 bytes in voice entry struct (probably ADSR)\n* PSG channels 3 and 4\n* Some more unknown commands\n* Tempo per track\n\n### DSE Engine\n* ADSR\n* Pitch bend\n* LFO\n* Ability to load SMDB and SWDB (Big Endian as opposed to SMDL and SWDL for Little Endian)\n* Some more unknown commands\n\n### MP2K Engine\n* Add Golden Sun 2 reverb effect\n* Add reverse playback\n* Add SquareWave sweeping\n* XCMD command\n* REPT command\n* Support pret dissassembly projects\n* Running status in song disassembler\n* Add \"Metroid Fusion\" \u0026 \"Metroid: Zero Mission\" engine information\n* Mario Power Tennis compressed samples\n\n### SDAT Engine\n* Find proper formulas for LFO\n\n----\n## Special Thanks To:\n### General\n* Stich991 - Italian translation\n* tuku473 - Design suggestions, colors, Spanish translation\n\n### AlphaDream Engine\n* irdkwia - Finding games that used the engine\n* Jesse (jelle) - Engine research\n* Platinum Lucario - Engine research\n\n### DSE Engine\n* PsyCommando - Extensive research [(and his DSE music tools)](https://github.com/PsyCommando/ppmdu)\n\n### MP2K Engine\n* Bregalad - Extensive documentation\n* Ipatix - Engine research, help, [(and his MP2K music player)](https://github.com/ipatix/agbplay) from which some of my code is based on\n* mimi - Told me about a hidden feature of the engine\n* SomeShrug - Engine research and helped me understand more about the engine parameters\n\n### SDAT Engine\n* kiwi.ds SDAT Specification - Extensive documentation\n\n----\n## VG Music Studio Uses:\n* [DLS2](https://github.com/Kermalis/DLS2)\n* [EndianBinaryIO](https://github.com/Kermalis/EndianBinaryIO)\n* [NAudio](https://github.com/naudio/NAudio)\n* [ObjectListView](http://objectlistview.sourceforge.net)\n* [My fork of Sanford.Multimedia.Midi](https://github.com/Kermalis/Sanford.Multimedia.Midi)\n* [SoundFont2](https://github.com/Kermalis/SoundFont2)\n* [YamlDotNet](https://github.com/aaubry/YamlDotNet/wiki)\n\n[Discord]: https://discord.gg/mBQXCTs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkermalis%2Fvgmusicstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkermalis%2Fvgmusicstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkermalis%2Fvgmusicstudio/lists"}