{"id":13430441,"url":"https://github.com/rottytooth/Velato","last_synced_at":"2025-03-16T05:30:54.464Z","repository":{"id":37924907,"uuid":"49155314","full_name":"rottytooth/Velato","owner":"rottytooth","description":"Velato language - write code with music","archived":false,"fork":false,"pushed_at":"2024-03-10T21:02:30.000Z","size":790,"stargazers_count":41,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-03-11T21:45:03.343Z","etag":null,"topics":["esolang","esoteric-language","esoteric-programming-language","midi"],"latest_commit_sha":null,"homepage":"","language":"C#","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/rottytooth.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,"dei":null}},"created_at":"2016-01-06T19:01:03.000Z","updated_at":"2024-04-15T08:07:14.134Z","dependencies_parsed_at":"2024-03-10T21:48:48.573Z","dependency_job_id":null,"html_url":"https://github.com/rottytooth/Velato","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rottytooth%2FVelato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rottytooth%2FVelato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rottytooth%2FVelato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rottytooth%2FVelato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rottytooth","download_url":"https://codeload.github.com/rottytooth/Velato/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354848,"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":["esolang","esoteric-language","esoteric-programming-language","midi"],"created_at":"2024-07-31T02:00:53.723Z","updated_at":"2025-03-16T05:30:53.507Z","avatar_url":"https://github.com/rottytooth.png","language":"C#","readme":"# Velato\n\nVelato is a language where one writes code with music, in the form of a MIDI file. Read more on esolangs: http://esolangs.org/wiki/Velato\n\n### Compiler Options\nCode | Option\n---|---\n/s|transpile to C#\n/j|transpile to JavaScript\n/c|also compile (automatic when neither /s or /j is selected)\n\n### Example Program: Printing \"Hi\"\n\nThis is in Lilypond format. It needs to be converted to a MIDI file to be read by the Velato compiler:\n\n    \\version \"2.24.3\"\n    melody = \\relative c' {\n    \\clef treble\n    \\key c \\major\n    \\time 4/4\n    \n      c\t\t\t% set root\n      a g\t\t\t% print\n      e f\t\t\t% a character \n      a dis\t\t        % value of 'H' (72) \n      g\t\t\t% end of char marker\n      c\t\t\t% the root note does nothing the second time but can be used between commands\n      a g\t\t\t% print\n      e f\t\t\t% a character \n      d cis fis\t        % value of 'i' (105)\n      g\t\t\t% end of char marker\n      c\t\t\t% an extra c because why not\n    }\n    \n    \\score {\n    \\new Staff \\melody\n    \\midi { }\n    }\n\n### Version 2.0 Changes\nVersion 2 of Velato was re-written from the ground up, using NAudio and a saner parsing strategy. Significant changes:\n\n- Supports micro-tuning variants of the language\n- Can transpile to C# or JavaScript code\n- Looks at the first MIDI track, rather than the first channel (more in line with how MIDI is used)\n- Examples are in the (more widely used) Lilypond, rather than the GUIDO system\n","funding_links":[],"categories":["C# #"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frottytooth%2FVelato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frottytooth%2FVelato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frottytooth%2FVelato/lists"}