{"id":27163391,"url":"https://github.com/src3453/ticsynth","last_synced_at":"2025-10-09T23:10:55.679Z","repository":{"id":185612736,"uuid":"670036217","full_name":"src3453/ticsynth","owner":"src3453","description":"A fully-customizable software synth for TIC-80","archived":false,"fork":false,"pushed_at":"2024-11-29T03:45:20.000Z","size":81,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T16:43:15.426Z","etag":null,"topics":["audio","synthesizer","tic80"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/src3453.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":"2023-07-24T06:45:27.000Z","updated_at":"2025-02-05T22:52:25.000Z","dependencies_parsed_at":"2024-11-29T09:33:23.976Z","dependency_job_id":null,"html_url":"https://github.com/src3453/ticsynth","commit_stats":null,"previous_names":["src3453/ticsynth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/src3453/ticsynth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src3453%2Fticsynth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src3453%2Fticsynth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src3453%2Fticsynth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src3453%2Fticsynth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/src3453","download_url":"https://codeload.github.com/src3453/ticsynth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src3453%2Fticsynth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002341,"owners_count":26083340,"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-10-09T02:00:07.460Z","response_time":59,"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":["audio","synthesizer","tic80"],"created_at":"2025-04-09T01:49:02.679Z","updated_at":"2025-10-09T23:10:55.664Z","avatar_url":"https://github.com/src3453.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TicSynth\nA fully-customizable software synth for TIC-80\n## Description\nSoftware synth for TIC-80 written in lua. You can freely define the synthesis method by recombining functions.\n## Supported synth methods\n- FM\n- Filter\n- PSG (Sine/Square(Pulse)/Triangle/Sawtooth/Noise)\n- AM\n- mod/mul\n- and more in future updates\n## Sample Algorithms\n### Simple FM Synthesis\n```lua\nlocal out = fm(modulo,freq,1,0) -- do FM synthesis\n```\n### Apply Low-pass Filter to original waveforms\n```lua\nlocal out = peekwfrl(ch) -- to grab original waveform\nout = filter(out,volume,ftype.LP) -- \"volume\" is volume of current channel\n```\n### Simple PWM (using volume to parameter)\n```lua\nlocal out = psg(wft.SQU,15,1,volume) -- make Pulse Wave (range of duty is 0~31)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc3453%2Fticsynth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrc3453%2Fticsynth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc3453%2Fticsynth/lists"}