{"id":18772532,"url":"https://github.com/urcomputeringpal/osc-action","last_synced_at":"2026-04-25T23:31:20.236Z","repository":{"id":42832479,"uuid":"265291411","full_name":"urcomputeringpal/osc-action","owner":"urcomputeringpal","description":"Send Open Sound Control messages as a part of GitHub Actions workflows. Because software development needs beeps and bloops.","archived":false,"fork":false,"pushed_at":"2023-07-12T01:53:43.000Z","size":1123,"stargazers_count":1,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-26T18:09:29.133Z","etag":null,"topics":["actions","github-actions","osc","sonic-pi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/urcomputeringpal.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":"2020-05-19T15:48:28.000Z","updated_at":"2022-03-12T02:38:39.000Z","dependencies_parsed_at":"2024-11-07T19:35:37.896Z","dependency_job_id":"feb6d97a-18e1-4982-bf10-c5b98ad0bf41","html_url":"https://github.com/urcomputeringpal/osc-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"actions/javascript-action","purl":"pkg:github/urcomputeringpal/osc-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fosc-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fosc-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fosc-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fosc-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urcomputeringpal","download_url":"https://codeload.github.com/urcomputeringpal/osc-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fosc-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","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":["actions","github-actions","osc","sonic-pi"],"created_at":"2024-11-07T19:29:24.800Z","updated_at":"2026-04-25T23:31:20.217Z","avatar_url":"https://github.com/urcomputeringpal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osc-action\n\nSend Open Sound Control messages as a part of GitHub Actions workflows. Because software development needs beeps and bloops.\n\n```yaml\n    - uses: urcomputeringpal/osc-action@master\n      with:\n        host: localhost\n        port: 51235\n        endpoint: /run-code\n        separator: \"|\"\n        message: ACTIONS|play 60\n```\n\nPairs nicely with [Sonic Pi](https://sonic-pi.net) and [GitHub Actions Self-hosted runners](https://help.github.com/en/actions/hosting-your-own-runners).\n\n# Example\n\nThe following workflow will run the contents of `sonic-pi.rb` in your repository in your copy of Sonic Pi every time it is pushed to the `master` branch:\n\n```yaml\nname: live\non:\n  push:\n    branches:\n      - master\n\njobs:\n  run-code:\n    runs-on: self-hosted\n    steps:\n    - uses: actions/checkout@v1\n    - id: contents\n      run: |\n        \n        # Escape newlines\n        escapeData() {\n            old_lc_collate=$LC_COLLATE\n            LC_COLLATE=C\n            local length=\"${#1}\"\n            for (( i = 0; i \u003c length; i++ )); do\n                local c=\"${1:i:1}\"\n                case $c in\n                    $'\\r') printf \"%%0D\";;\n                    $'\\n') printf \"%%0A\";;\n                    *) printf \"$c\" ;;\n                esac\n            done\n            LC_COLLATE=$old_lc_collate\n        }\n        \n        echo \"::set-output name=file::$(escapeData \"$(cat sonic-pi.rb)\")\"\n    - uses: urcomputeringpal/osc-action@master\n      with:\n        host: localhost\n        # \n        port: 51235\n        endpoint: /run-code\n        separator: \"|\"\n        message: ACTIONS|${{ steps.contents.outputs.file }}\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furcomputeringpal%2Fosc-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furcomputeringpal%2Fosc-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furcomputeringpal%2Fosc-action/lists"}