{"id":30749932,"url":"https://github.com/franzbonaparta/soundmaker","last_synced_at":"2026-05-16T18:03:33.467Z","repository":{"id":309815565,"uuid":"1037652403","full_name":"FranzBonaparta/SoundMaker","owner":"FranzBonaparta","description":"🎹 SoundMaker is a small interactive synthesizer developed in Love2D","archived":false,"fork":false,"pushed_at":"2025-09-11T22:49:54.000Z","size":25039,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-12T01:08:12.932Z","etag":null,"topics":["love2d","lua","music-generation"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FranzBonaparta.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-13T23:03:08.000Z","updated_at":"2025-09-11T22:49:57.000Z","dependencies_parsed_at":"2025-09-04T04:29:49.445Z","dependency_job_id":"e10b6cbb-1ca1-4e79-a46b-6c9946d3ef11","html_url":"https://github.com/FranzBonaparta/SoundMaker","commit_stats":null,"previous_names":["franzbonaparta/soundmaker"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/FranzBonaparta/SoundMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranzBonaparta%2FSoundMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranzBonaparta%2FSoundMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranzBonaparta%2FSoundMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranzBonaparta%2FSoundMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FranzBonaparta","download_url":"https://codeload.github.com/FranzBonaparta/SoundMaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FranzBonaparta%2FSoundMaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33113509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["love2d","lua","music-generation"],"created_at":"2025-09-04T07:00:37.828Z","updated_at":"2026-05-16T18:03:33.462Z","avatar_url":"https://github.com/FranzBonaparta.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎹 SoundMaker\n\nCreated by **Jojopov**  \n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)\n[![Built with Love2D](https://img.shields.io/badge/Built%20with-Love2D-ff69b4)](https://love2d.org/)\n\n2025\n\n**SoundMaker** is a small interactive synthesizer built with Love2D.  \nPlay on a virtual keyboard, tweak sound parameters, and record/replay your own melodies.  \nNow with **WAV export** and **MIDI export (beta)**.\n\n## 📷 Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./pictures/screenshot3.png\" alt=\"Main interface\" width=\"400\"/\u003e\n  \u003cimg src=\"./pictures/screenshot4.png\" alt=\"Edit instrument\" width=\"400\"/\u003e\n  \u003cimg src=\"./pictures/screenshot5.png\" alt=\"Save partition\" width=\"400\"/\u003e\n  \u003cimg src=\"./pictures/screenshot6.png\" alt=\"Load partition\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n---\n\n## 📦 Latest updates\n\n- 💾 **Export to WAV** — Save your current melody as an uncompressed `.wav` file (shortcut: **W**).\n- 🎼 **Export to MIDI (beta)** — Save your melody as a Standard MIDI File `.mid` (shortcut: **M**).  \n  _Note:_ uses default program/channel/velocity/tempo for now; a proper instrument/track picker is planned.\n- 📜 **Partition viewer overhaul** — Correct scrollbar + clear “visible lines” window for long scores.\n- 🧼 **General polish \u0026 fixes** — Small UI tweaks and stability improvements during record/playback.\n\n_(Previous)_  \n\n- 📝 **Per-note editing** — Buttons on each note to adjust its duration.  \n- 💾 **Save/Load** — Instruments and partitions can be saved and reloaded.\n\n---\n\n## ✨ Features\n\n- 🎹 Virtual keyboard (white \u0026 black keys, plus a rest key)\n- 🎚️ Adjustable note frequencies via sliders\n- 🔊 Waveform selection (sine, square, triangle, etc.)\n- 📝 Recordable score → replay your melodies and edit each note’s duration\n- 🎶 Visual highlighting of played notes\n- 💾 Export: **WAV** (stable) \u0026 **MIDI** (beta)\n\n---\n\n## ⌨️ Key bindings\n\n### 🎹 Piano controls\n\n- **Left Click** — Play a black note  \n- **Middle Click** — Play a white note  \n- **Right Click** — Play a quaver (short note)\n\n### 📝 Partition controls\n\n- **Tab** — Play the current partition  \n- **Backspace** — Remove the last note  \n- **Delete** — Clear the entire partition  \n- **Right Click** — On a note’s **+ / −** buttons to edit that note’s duration\n\n### 📤 Export\n\n- **W** — Export current melody to **WAV**  \n- **M** — Export current melody to **MIDI** _(beta)_\n\n### 🎧 Programmatic sounds (demo)\n\n- **Space**, **A**, **Z**, **E**, **R**, **T**, **Y**, **1**, **2**, **3** — Trigger custom/synth sounds\n\n---\n\n## 🛠 Requirements\n\n- Any code editor\n- **Windows Vista and later** or **Linux**\n- **Love2D** (for development or running the `.love` on Linux)\n\n\u003e 📥 Pre-built Windows zips are available in **Releases**.  \n\u003e Linux users can run the project directly with Love2D.\n\n---\n\n## 🚀 Run / Install\n\n### Linux (development or run `.love`)\n```bash\n# Ensure Love2D 11.5 is installed\ngit clone https://github.com/FranzBonaparta/SoundMaker.git\ncd SoundMaker\nlove .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzbonaparta%2Fsoundmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranzbonaparta%2Fsoundmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzbonaparta%2Fsoundmaker/lists"}