{"id":25623303,"url":"https://github.com/nthe/daw-virtual-keyboard","last_synced_at":"2025-10-29T12:13:37.672Z","repository":{"id":249953243,"uuid":"254014855","full_name":"nthe/daw-virtual-keyboard","owner":"nthe","description":"DAW-like (Ableton/Bitwig style) virtual piano keyboard.","archived":false,"fork":false,"pushed_at":"2020-04-08T10:29:29.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-24T10:34:12.113Z","etag":null,"topics":["ableton","bitwig","keyboard","typescript","virtual"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/nthe.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-08T07:22:22.000Z","updated_at":"2024-07-24T10:34:28.443Z","dependencies_parsed_at":"2024-07-24T10:34:27.888Z","dependency_job_id":"024bc32f-8953-40d6-b651-1d196f1bafae","html_url":"https://github.com/nthe/daw-virtual-keyboard","commit_stats":null,"previous_names":["nthe/daw-virtual-keyboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fdaw-virtual-keyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fdaw-virtual-keyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fdaw-virtual-keyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fdaw-virtual-keyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nthe","download_url":"https://codeload.github.com/nthe/daw-virtual-keyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170069,"owners_count":19759141,"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":["ableton","bitwig","keyboard","typescript","virtual"],"created_at":"2025-02-22T11:36:01.721Z","updated_at":"2025-10-29T12:13:37.587Z","avatar_url":"https://github.com/nthe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Virtual Keyboard\nZero-dependency DAW-like (Ableton/Bitwig style) virtual piano keyboard.\n\n![keyboard](./assets/keyboard.png)\n\n**A** to **L** represent white keys.\n\n**W** to **O** represent black keys.\n\n**Z** changes one octave down\n\n**X** changes one octave up\n\n**C** decreases velocity\n\n**V** increases velocity\n\n\n\n## Usage\n\n```html\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eDocument\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003ccode id=\"output\"\u003e\u003c/p\u003e\n  \u003cscript src=\"./src/index.js\"\u003e\u003c/script\u003e\n  \u003cscript\u003e\n    const output = document.getElementById('output')\n\n    new VirtualKeyBoard()\n      .subscribe(data =\u003e {\n        output.innerText += JSON.stringify(data) + '\\n'\n      })\n\n  \u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthe%2Fdaw-virtual-keyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnthe%2Fdaw-virtual-keyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthe%2Fdaw-virtual-keyboard/lists"}