{"id":13732097,"url":"https://github.com/rncbc/synthv1","last_synced_at":"2025-09-06T16:33:06.947Z","repository":{"id":45712387,"uuid":"42940022","full_name":"rncbc/synthv1","owner":"rncbc","description":"synthv1 - an old-school polyphonic synthesizer","archived":false,"fork":false,"pushed_at":"2025-01-01T10:43:12.000Z","size":1824,"stargazers_count":40,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-01T11:28:41.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://synthv1.sourceforge.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rncbc.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","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}},"created_at":"2015-09-22T14:45:51.000Z","updated_at":"2024-12-14T22:45:01.000Z","dependencies_parsed_at":"2023-10-28T12:23:37.628Z","dependency_job_id":"acbb07b7-bd0f-46a9-b43d-97ea73836274","html_url":"https://github.com/rncbc/synthv1","commit_stats":null,"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rncbc%2Fsynthv1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rncbc%2Fsynthv1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rncbc%2Fsynthv1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rncbc%2Fsynthv1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rncbc","download_url":"https://codeload.github.com/rncbc/synthv1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232133634,"owners_count":18477294,"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-08-03T02:01:46.288Z","updated_at":"2025-01-01T22:39:52.938Z","avatar_url":"https://github.com/rncbc.png","language":"C++","readme":"synthv1 - an old-school polyphonic synthesizer\n----------------------------------------------\n\n  an old-school 4-oscillator subtractive polyphonic synthesizer\n  with stereo fx.\n\nFeatures:\n\n  - pure stand-alone JACK [1] client with JACK-session, NSM [3] and both\n    JACK MIDI and ALSA MIDI [2] input support;\n\n  - LV2 [4] instrument plugin.\n    URI: http://synthv1.sourceforge.net/lv2\n\nLicense:\n\n  synthv1 is free, Linux Audio [5] open-source software, distributed under\n  the terms of the GNU General Public License (GPL) [6] version 2 or later.\n\nWebsite:\n\n  https://synthv1.sourceforge.io\n  http://synthv1.sourceforge.net\n\nProject page:\n\n  https://sourceforge.net/projects/synthv1\n\nGit repos:\n\n  https://git.code.sf.net/p/synthv1/code\n  https://github.com/rncbc/synthv1.git\n  https://gitlab.com/rncbc/synthv1.git\n  https://codeberg.org/rncbc/synthv1.git\n\nWeblog:\n\n  https://www.rncbc.org\n\nRequirements:\n\n  mandatory,\n\n  - Qt framework [7], C++ class library and tools for\n    cross-platform application and UI development\n    https://qt.io/\n\n  optional (opted-in at build time),\n\n  - JACK [1] Audio Connection Kit\n    https://jackaudio.org/\n\n  - ALSA [2], Advanced Linux Sound Architecture\n    https://www.alsa-project.org/\n\n  - LV2 [4], Audio Plugin Standard, the extensible successor of LADSPA\n    https://lv2plug.in/\n\n  - liblo [8], Lightweight OSC implementation\n    (needed for NSM support [3])\n    http://liblo.sourceforge.net/\n\nInstallation:\n\n  - unpack tarball as usual; in the extracted source directory:\n\n    cmake [-DCMAKE_INSTALL_PREFIX=\u003cprefix\u003e] -B build\n    cmake --build build [--parallel \u003cNjobs\u003e]\n\n  - optionally, as root:\n\n    [sudo] cmake --install build\n\n  - note that the default installation path (\u003cprefix\u003e) is /usr/local .\n\nAcknowledgements:\n\n  synthv1 logo/icon is an original fine work of Jarle Richard Akselsen.\n\nReferences:\n\n [1] JACK Audio Connection Kit\n     https://jackaudio.org/\n\n [2] ALSA, Advanced Linux Sound Architecture\n     https://www.alsa-project.org/\n\n [3] Non Session Management (NSM) (legacy)\n     http://non.tuxfamily.org/nsm/\n     New Session Manager (NSM)\n     https://new-session-manager.jackaudio.org/\n\n [4] LV2, Audio Plugin Standard, the extensible successor of LADSPA\n     http://lv2plug.in/\n\n [5] Linux Audio consortium of libre software for audio-related work\n     https://linuxaudio.org\n\n [6] GNU General Public License\n     https://www.gnu.org/copyleft/gpl.html\n\n [7] Qt framework, C++ class library and tools for\n     cross-platform application and UI development\n     https://qt.io/\n\n [8] liblo [8], Lightweight OSC implementation\n     (needed for NSM support)\n     http://liblo.sourceforge.net/\n\n\nCheers \u0026\u0026 Enjoy.\n--\nrncbc aka. Rui Nuno Capela\nrncbc@rncbc.org\nhttps://www.rncbc.org\n","funding_links":[],"categories":["Multimedia"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frncbc%2Fsynthv1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frncbc%2Fsynthv1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frncbc%2Fsynthv1/lists"}