{"id":17303253,"url":"https://github.com/gregjopa/step-sequencer","last_synced_at":"2025-04-14T13:08:52.491Z","repository":{"id":4534436,"uuid":"5674731","full_name":"gregjopa/step-sequencer","owner":"gregjopa","description":"a simple step sequencer designed to use native nodes in the Web Audio API","archived":false,"fork":false,"pushed_at":"2012-09-04T15:51:56.000Z","size":94,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T02:13:04.057Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gregjopa.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-09-04T15:49:23.000Z","updated_at":"2017-10-01T18:40:56.000Z","dependencies_parsed_at":"2022-08-27T00:21:59.563Z","dependency_job_id":null,"html_url":"https://github.com/gregjopa/step-sequencer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregjopa%2Fstep-sequencer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregjopa%2Fstep-sequencer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregjopa%2Fstep-sequencer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregjopa%2Fstep-sequencer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregjopa","download_url":"https://codeload.github.com/gregjopa/step-sequencer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886322,"owners_count":21177643,"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":[],"created_at":"2024-10-15T11:49:48.801Z","updated_at":"2025-04-14T13:08:51.740Z","avatar_url":"https://github.com/gregjopa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# step-sequencer.js\n## Overview\n\nstep-sequencer.js is a simple step sequencer designed to use native nodes in the Web Audio API.\n\n\n## Example usage\n\n```javascript\nvar context = new webkitAudioContext();\n\n// create a new step sequencer with parameters:\n// (audio context, step length, sequence of frequences)\nvar song1 = new StepSequencer(context, 1, [440, 660, 440, 400]);\n\n// method to inject other audio nodes at the end of the graph\nsong1.setupAudio();\n\n// start playing sequence\nsong1.play();\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregjopa%2Fstep-sequencer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregjopa%2Fstep-sequencer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregjopa%2Fstep-sequencer/lists"}