{"id":15714199,"url":"https://github.com/nbw/gems","last_synced_at":"2026-03-04T20:32:44.944Z","repository":{"id":45168957,"uuid":"423005786","full_name":"nbw/gems","owner":"nbw","description":"A music sequencer on a distributed cluster. Written with Phoenix LiveView","archived":false,"fork":false,"pushed_at":"2023-07-11T00:03:35.000Z","size":463,"stargazers_count":82,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-07T05:43:13.576Z","etag":null,"topics":["elixir","libcluster","liveview","music","music-sequencer","phoenix-framework","sequencer","tonejs"],"latest_commit_sha":null,"homepage":"https://gems.nathanwillson.com","language":"Elixir","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/nbw.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}},"created_at":"2021-10-30T22:45:04.000Z","updated_at":"2024-11-23T23:03:55.000Z","dependencies_parsed_at":"2024-10-24T11:56:55.253Z","dependency_job_id":"8e210c9e-c0e2-43e6-a2b7-7cd2b82a818c","html_url":"https://github.com/nbw/gems","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nbw/gems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fgems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fgems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fgems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fgems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbw","download_url":"https://codeload.github.com/nbw/gems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fgems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30091779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T19:41:02.502Z","status":"ssl_error","status_checked_at":"2026-03-04T19:40:05.550Z","response_time":59,"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":["elixir","libcluster","liveview","music","music-sequencer","phoenix-framework","sequencer","tonejs"],"created_at":"2024-10-03T21:35:00.477Z","updated_at":"2026-03-04T20:32:43.126Z","avatar_url":"https://github.com/nbw.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GEMS\n\nA minimal **G**lobally **E**ditable **M**usic **S**equencer.\n\n![banner](/priv/static/images/banner.png)\n\n## Code\n\nGEMS relies heavily on:\n\n- Elixir\n\n- [Phoenix Framework](https://www.phoenixframework.org/)\n\n  - [LiveView](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html): real-time SSR\n  - [Presence](https://hexdocs.pm/phoenix/Phoenix.Presence.html): cross-cluster socket tracking\n  - [PubSub](https://hexdocs.pm/phoenix_pubsub/Phoenix.PubSub.html): cross-cluster socket events\n\n- [libcluser](https://github.com/bitwalker/libcluster)\n\n  - connecting nodes into a cluster\n\n- [Tonejs](https://tonejs.github.io/)\n\n  - synth\n  - audio effects\n\n- [Flyio](http://fly.io/)\n  - hosting: globally distributed cluster\n\n## Usage\n\nIf you'd like to use GEMS locally, you'll need to install Elixir. I'd suggest using [asdf](https://github.com/asdf-vm/asdf-elixir)\nfor that.\n\nGEMS doesn't rely on a DB so:\n\n```\n# install dependencies\nmix deps.get\n\n# install js dependencies\nmix setup\n\n# start the server\nmix phx.server\n\n# server should be available at http://localhost:4000\n```\n\n### Using Clustered Nodes Locally\n\n1. Start the first node:\n\n```\nPORT=4000 iex --sname abc@localhost -S mix phx.server\n```\n\n2. Start a second node:\n\n```\nPORT=4001 iex --sname xyz@localhost -S mix phx.server\n```\n\n## Future Ideas\n\n- output MIDI via the [WEB MIDI API](https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API)\n- add more synths, effects, and controls\n\n## Contributions\n\nContributions or ideas are welcome, espeically fixes. But I'd also encourage you to fork it and make it your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbw%2Fgems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbw%2Fgems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbw%2Fgems/lists"}