{"id":18112191,"url":"https://github.com/chr15m/algotracker","last_synced_at":"2026-03-15T20:40:10.750Z","repository":{"id":136499701,"uuid":"568108313","full_name":"chr15m/algotracker","owner":"chr15m","description":"Algorithmic module tracker generator","archived":false,"fork":false,"pushed_at":"2023-09-04T02:38:48.000Z","size":4364,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-21T01:46:43.392Z","etag":null,"topics":["algorave","algorithmic-composition","audio","clojurescript","music","procedural-generation","procedural-music","procgen","webapp"],"latest_commit_sha":null,"homepage":"https://chr15m.github.io/algotracker/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chr15m.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,"zenodo":null}},"created_at":"2022-11-19T13:32:35.000Z","updated_at":"2025-02-20T21:46:48.000Z","dependencies_parsed_at":"2025-04-14T03:44:09.315Z","dependency_job_id":"dd7d6f84-249f-40f2-970a-184b056e2080","html_url":"https://github.com/chr15m/algotracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chr15m/algotracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr15m%2Falgotracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr15m%2Falgotracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr15m%2Falgotracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr15m%2Falgotracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chr15m","download_url":"https://codeload.github.com/chr15m/algotracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr15m%2Falgotracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718282,"owners_count":24133448,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorave","algorithmic-composition","audio","clojurescript","music","procedural-generation","procedural-music","procgen","webapp"],"created_at":"2024-11-01T01:09:39.913Z","updated_at":"2025-10-29T06:03:52.381Z","avatar_url":"https://github.com/chr15m.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"An app to algorithmically generate tracker module music files.\n\n# Dev\n\n```\nmake watch\n```\n\n# Build\n\n```\nmake\ncd build \u0026\u0026 node server.js\n```\n\n# About the MOD format\n\n* [Protracker Module](https://wiki.multimedia.cx/index.php/Protracker_Module).\n* [MOD effect reference](https://wiki.openmpt.org/Manual:_Effect_Reference#MOD_Effect_Commands).\n\n# Mod JSON format\n\n```json\n{\n  \"title\": \"\",\n  \"channelCount\": 8,\n  \"sequence\": [\n    1,\n    2,\n    3,\n    4,\n    5\n  ],\n  \"samples\": [\n    {\n      \"name\": \"000000156.wav\",\n      \"pcm\": [0, 0, ..., 0],\n      \"wave\": \"...instead of pcm: Base64 encoded wave data...\",\n      \"length\": 5502,\n      \"volume\": 1,\n      \"loopStart\": 0,\n      \"loopLength\": 2,\n      \"finetune\": 7\n    },\n    ...\n    {\n      \"name\": \"\",\n      \"finetune\": 7\n    },\n  ],\n  \"tables\": [ // pattern\n    [ // column\n      [ // row\n        { // note and effect\n          \"semitone\": 53, // E-6\n          \"sample\": 12,\n          \"fx\": 3843, // 0xF03\n        },\n        {\n          \"semitone\": -1,\n          \"sample\": null,\n          \"fx\": 2303, // 0x8FF\n        },\n        {\n          \"semitone\": -1,\n          \"sample\": null,\n          \"fx\": null,\n        },\n        {\n          \"semitone\": 43, // F#5\n          \"sample\": 17,\n          \"fx\": 2048, // 0x800\n        },\n      ]\n    ]\n  ],\n  \"version\": 1,\n  \"format\": \"mod\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchr15m%2Falgotracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchr15m%2Falgotracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchr15m%2Falgotracker/lists"}