{"id":43727906,"url":"https://github.com/flatmax/vector-synth","last_synced_at":"2026-02-05T09:13:30.370Z","repository":{"id":57690029,"uuid":"457185865","full_name":"flatmax/vector-synth","owner":"flatmax","description":"Old 2002 era vector synth code based on XFig","archived":false,"fork":false,"pushed_at":"2022-06-10T07:25:50.000Z","size":257,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T06:33:03.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flatmax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-09T02:55:01.000Z","updated_at":"2022-05-13T05:36:07.000Z","dependencies_parsed_at":"2022-09-26T20:53:01.558Z","dependency_job_id":null,"html_url":"https://github.com/flatmax/vector-synth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flatmax/vector-synth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatmax%2Fvector-synth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatmax%2Fvector-synth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatmax%2Fvector-synth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatmax%2Fvector-synth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatmax","download_url":"https://codeload.github.com/flatmax/vector-synth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatmax%2Fvector-synth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29117921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":"2026-02-05T09:13:29.781Z","updated_at":"2026-02-05T09:13:30.363Z","avatar_url":"https://github.com/flatmax.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vector Graphic Audio Synth.\n\nVector synth is an example of a few things :\n\n* A melody line generation tool which lets you plot the pitch, volume and\n   'generic waveform sound'. This means you can essentially hear a piece of\n   music, grab and plot the synth. waveform and generate your own melody lines\n   using this synth. Whether the synth be a persons voice, waveform or whatever !\n   This is accomplished by merging a FM (frequency modulator) and a Vector\n   Graphics application (XFig).\n* Rapid prototyping using a vector graphics application as the front end\n   and a custom engine as the back end.\n\n\nThe original Vector bass from 1998 : https://sourceforge.net/projects/mffmvectorbass/\n\nThe original website : http://mffmvectorbass.sourceforge.net/\n\nLatest repo : https://github.com/flatmax/vector-synth\n\n# C++ or WASM\n\nThis is a project foundation for C++ and WASM.\nThe output from the C++ are ES6 WASM modules for nodejs and the browser (loaded through an example webcomonent).\nYou can test the output for this pacakge using npm : https://www.npmjs.com/package/vector-synth\n\n# Running the nodejs version\n\nA test executable : VectorSynthTestNodeTest.js\n\n# Running the webapp\n\nOpen a new terminal, then :\n```\ncd webcomponent\n```\n### installing\n```\nnpm i\n```\n### running\n```\npolymer serve # or user a different serving mechanism if you don't have polymer\n```\n# Building\n## Initial Setup\n```\n./autogen.sh\n```\n### WASM\nIf you are building Web Assembly :\n```\nsource /usr/local/emsdk/emsdk_env.sh\n```\n## configuring\n### native C++\n```\n./configure\n```\n### WASM\n```\nemconfigure ./configure\n```\n## building\n### native C++\n```\nmake\n```\n### WASM\n```\nemmake make\n```\n## installing\n```\nemmake make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatmax%2Fvector-synth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatmax%2Fvector-synth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatmax%2Fvector-synth/lists"}