{"id":13657065,"url":"https://github.com/stephencelis/vim-mml","last_synced_at":"2025-08-07T18:43:51.066Z","repository":{"id":2284468,"uuid":"3241844","full_name":"stephencelis/vim-mml","owner":"stephencelis","description":"Music Macro Language (MML) VIM plug-in. Edit, compile, and play NES chiptunes.","archived":false,"fork":false,"pushed_at":"2012-06-19T19:27:49.000Z","size":324,"stargazers_count":31,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T18:57:45.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/stephencelis.png","metadata":{"files":{"readme":"README.markdown","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":"2012-01-22T20:29:22.000Z","updated_at":"2025-02-19T18:25:35.000Z","dependencies_parsed_at":"2022-08-26T22:30:59.669Z","dependency_job_id":null,"html_url":"https://github.com/stephencelis/vim-mml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fvim-mml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fvim-mml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fvim-mml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephencelis%2Fvim-mml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephencelis","download_url":"https://codeload.github.com/stephencelis/vim-mml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072301,"owners_count":20556353,"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":[],"created_at":"2024-08-02T05:00:36.393Z","updated_at":"2025-03-23T07:34:55.762Z","avatar_url":"https://github.com/stephencelis.png","language":"C","readme":"# mml.vim\n\nEdit, compile, and play chiptune music written in the\n[Music Macro Language][1-1] (see `:help mml` for more information).\n\nAs simple as `:MmlMake`. If you'd like to make it simpler, add the following\n(or similar) to your `~/.vimrc`:\n\n``` vim\nautocmd FileType mml nnoremap \u003cleader\u003em :MmlMake\u003ccr\u003e\n```\n\n\n## Installation\n\nI recommend using either [pathogen.vim][2-1] or [Vundle][2-2].\n\n\n### Pathogen\n\nOnce [pathogen.vim][2-1] is installed, simply run the following commands:\n\n``` bash\n% cd ~/.vim/bundle\n% git clone git://github.com/stephencelis/vim-mml.git\n```\n\n\n### Vundle\n\nIf you're using [Vundle][2-2], add the following line to your `~/.vimrc`\n(with the rest of your `Bundle` declarations):\n\n``` vim\nBundle 'stephencelis/vim-mml'\n```\n\nThen, `:source $MYVIMRC` and `:BundleInstall`.\n\n\n## Dependencies\n\nRight now, automatically playing the compiled NES Sound Format (NSF) files\nrequires Mac OS X and either [Nestopia][3-1] or [Audio Overload][3-2].\n\n\n## Getting Started\n\n`vim secret.mml` and insert the following:\n\n```\n#TITLE Secret!\n\n@v0 = { 8 12 15 14 12 10 8 6 }\n@v1 = { 6 5 4 3 2 1 0 }\n\nAB @t3,20 @2 @v0 l4 o5\nA g d+ \u003c g+ \u003e @q9 @vr1 g+2^8\nB r8 f+ \u003c a \u003e e \u003e @q9 @vr1 c2\n```\n\nThen `:w`, `:MmlMake`, and...!\n\n\n## Related Links\n\n* [Shaun Inman][4-1] made a [TextMate Bundle][4-2] and mirrors an excellent\n  [MML Reference][4-3].\n\n\n## License\n\nCopyright © 2012 Stephen Celis. Distributed under the same terms as Vim\nitself (see `:help license`).\n\n\n[1-1]: http://en.wikipedia.org/wiki/Music_Macro_Language\n[2-1]: https://github.com/tpope/vim-pathogen\n[2-2]: https://github.com/gmarik/vundle\n[3-1]: http://bannister.org/software/nestopia.htm\n[3-2]: http://bannister.org/software/ao.htm\n[4-1]: http://shauninman.com\n[4-2]: http://shauninman.com/archive/2010/02/13/an_mml_bundle_for_textmate\n[4-3]: http://shauninman.com/assets/downloads/ppmck_guide.html\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephencelis%2Fvim-mml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephencelis%2Fvim-mml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephencelis%2Fvim-mml/lists"}