{"id":17581537,"url":"https://github.com/aimxhaisse/soir","last_synced_at":"2025-04-12T06:51:00.010Z","repository":{"id":136624470,"uuid":"173730318","full_name":"aimxhaisse/soir","owner":"aimxhaisse","description":"Live coding environment","archived":false,"fork":false,"pushed_at":"2025-01-27T21:45:32.000Z","size":22150,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T22:34:00.823Z","etag":null,"topics":["dsp","livecoding","midi","music","python"],"latest_commit_sha":null,"homepage":"https://soir.dev","language":"HTML","has_issues":false,"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/aimxhaisse.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":"2019-03-04T11:14:46.000Z","updated_at":"2025-01-27T21:45:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fe25dfd-0b21-4288-ac77-3b4f69065e0b","html_url":"https://github.com/aimxhaisse/soir","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimxhaisse%2Fsoir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimxhaisse%2Fsoir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimxhaisse%2Fsoir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimxhaisse%2Fsoir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aimxhaisse","download_url":"https://codeload.github.com/aimxhaisse/soir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237168677,"owners_count":19266004,"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":["dsp","livecoding","midi","music","python"],"created_at":"2024-10-22T01:23:57.797Z","updated_at":"2025-02-04T17:55:49.362Z","avatar_url":"https://github.com/aimxhaisse.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S O I R\n\n[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)\n\nSoir is an environment for audio live-coding.\n\n```python\nbpm.set(110)\n\n@live\ndef setup():\n    tracks.setup({\n        'drums': tracks.mk_sampler(muted=False, volume=100),\n    })\n\ns = sampler.new('passage')\n\n@loop(track='drums', beats=4)\ndef beats():\n    for i in range(4):\n        s.play('kick')\n        if i  % 2 == 0:\n            s.play('snare')\n        sleep(1)\n```\n\n## Features\n\n- loops\n- multi-track\n- sampler\n- external MIDI device\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimxhaisse%2Fsoir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faimxhaisse%2Fsoir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimxhaisse%2Fsoir/lists"}