{"id":40411517,"url":"https://github.com/sevonj/soundfont-compiler","last_synced_at":"2026-01-20T14:09:12.535Z","repository":{"id":271600179,"uuid":"913245525","full_name":"sevonj/soundfont-compiler","owner":"sevonj","description":"Make soundfonts","archived":false,"fork":false,"pushed_at":"2025-11-24T12:42:05.000Z","size":194,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T01:58:34.322Z","etag":null,"topics":["midi","soundfont","soundfont2"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sevonj.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-07T10:06:58.000Z","updated_at":"2025-11-24T12:42:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"dae38254-33f0-48ca-9b98-443dff6ba1a3","html_url":"https://github.com/sevonj/soundfont-compiler","commit_stats":null,"previous_names":["sevonj/soundfont-compiler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sevonj/soundfont-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevonj%2Fsoundfont-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevonj%2Fsoundfont-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevonj%2Fsoundfont-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevonj%2Fsoundfont-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sevonj","download_url":"https://codeload.github.com/sevonj/soundfont-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sevonj%2Fsoundfont-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28604712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":["midi","soundfont","soundfont2"],"created_at":"2026-01-20T14:09:11.714Z","updated_at":"2026-01-20T14:09:12.526Z","avatar_url":"https://github.com/sevonj.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoundFont Compiler\n\n## What?\n\nSoundFont Compiler is a command-line tool for creating soundfonts. Unlike most other tools, it isn't designed around a workflow of editing soundfonts. Instead, the soundfont binary is generated from \"source code\" comprising text and audio files.\n\n## Why?\n\nBreaking the soundfont into separate files and defining parameters in a text-based format makes collaboration and version control much easier. \n\n## Current state\n\nThe project in its current state is a barely working proof of concept. The output from compiling the example project is _good enough_ to be parsed by [RustySynth](https://github.com/sinshu/rustysynth/).\n\n## More details\n\nYou should be somewhat familiar with the SoundFont 2 format.\n\n\u003cdetails\u003e\n  \u003csummary\u003eThe quickest explanation\u003c/summary\u003e\n\n  Hierarchy: \n  `preset -\u003e instrument -\u003e sample`\n  \n  - A soundfont contains one or more presets.\n  - A preset contains one or more instruments.\n  - An instrument contains one or more samples.\n\n  The naming can be confusing. The preset is the unit visible from outside. In this context, when you choose a \"patch,\" or \"sound,\" you're choosing a preset, not an instrument. Instruments are internal to the soundfont. A preset may layer multiple instruments over each other to create a specific sound, and instruments can do the same with samples.\n\n\u003c/details\u003e\n\n### Example project structure:\n```\n.\n├── instruments/\n│   └── AcousticGuitar.toml\n├── presets/\n│   └── 025_AcousticGuitar.toml\n├── samples/\n│   ├── guitarpluck_l.wav\n│   └── guitarpluck_r.wav\n└── SoundFont.toml\n```\n\nSamples are loose WAVE files. Presets, instruments and parameters are defined in TOML-files. See the example project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevonj%2Fsoundfont-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevonj%2Fsoundfont-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevonj%2Fsoundfont-compiler/lists"}