{"id":34595149,"url":"https://github.com/pgk/node-oscillate","last_synced_at":"2026-05-23T23:31:14.520Z","repository":{"id":2273656,"uuid":"3230398","full_name":"pgk/node-oscillate","owner":"pgk","description":"A JavaScript OSC toolbelt","archived":false,"fork":false,"pushed_at":"2014-11-01T10:40:50.000Z","size":344,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-25T22:59:45.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pgk.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}},"created_at":"2012-01-20T22:25:56.000Z","updated_at":"2015-08-19T19:46:50.000Z","dependencies_parsed_at":"2022-09-09T18:00:41.914Z","dependency_job_id":null,"html_url":"https://github.com/pgk/node-oscillate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pgk/node-oscillate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fnode-oscillate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fnode-oscillate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fnode-oscillate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fnode-oscillate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgk","download_url":"https://codeload.github.com/pgk/node-oscillate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgk%2Fnode-oscillate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33416313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"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":[],"created_at":"2025-12-24T11:29:52.771Z","updated_at":"2026-05-23T23:31:14.515Z","avatar_url":"https://github.com/pgk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"oscillate: A JavaScript OSC toolbelt\n---------------------------------\n\n[![Build Status](https://travis-ci.org/pgk/node-oscillate.svg?branch=master)](https://travis-ci.org/pgk/node-oscillate.svg?branch=master)\n\n`oscillate` (abbr. `osc`) is an OSC toolbelt for the server and the browser \n\n## Usage\n\ncreating an osc message\n\n``` js\nvar OSC = require('oscillate');\n\nvar msg = OSC.message('/recipient', 'noteon', 64 127);\n\nvar binBuffer = OSC.message.encode('/recipient', 'noteon', 64 127);\n\nvar decodedMessage = OSC.message.decode(binBuffer);\n\n```\n\na simple osc server\n\n``` js\n\nvar OSC = require('oscillate');\n\nvar server = OSC.server('tcp', {host: \"localhost\", port: 8080})\n\nserver.on('/recipient', function (noteOnOrOff, noteValue, velocity) {\n\tconsole.log(noteOnOrOff);\n\tthis.sender.send(OSC.message('/sender', 'noteoff', 64));\n});\n\nserver.run();\n\n```\n\n### The fine print\n\n`oscillate` aims to be an OSC utility library to be used for music/synthesis/sound/video control on a browser and/or peer to peer environment. It is really alpha right now. The working part is the OSC Server and Client for `node`. You can have a look at the examples for communicating with Max/MSP.\nworking release v0.0.1\n\n\nCREDITS/LICENCE:\nThis library is derived partly from node-osc, that is a port of pyOSC. It also uses jspack.\nLicence is MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgk%2Fnode-oscillate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgk%2Fnode-oscillate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgk%2Fnode-oscillate/lists"}