{"id":19407536,"url":"https://github.com/benjamindehli/decenteditor","last_synced_at":"2025-11-18T08:03:58.252Z","repository":{"id":230914092,"uuid":"780079102","full_name":"benjamindehli/DecentEditor","owner":"benjamindehli","description":"Editor for DecentSampler preset files","archived":false,"fork":false,"pushed_at":"2024-04-10T20:08:54.000Z","size":245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-11T03:01:05.417Z","etag":null,"topics":["decent-sampler","decentsampler","dspreset","editor","web-app","web-application","web-editor","xml-editor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benjamindehli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"benjamindehli"}},"created_at":"2024-03-31T16:38:19.000Z","updated_at":"2024-04-14T19:29:51.375Z","dependencies_parsed_at":"2024-04-19T12:01:01.552Z","dependency_job_id":null,"html_url":"https://github.com/benjamindehli/DecentEditor","commit_stats":null,"previous_names":["benjamindehli/decenteditor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benjamindehli/DecentEditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamindehli%2FDecentEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamindehli%2FDecentEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamindehli%2FDecentEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamindehli%2FDecentEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjamindehli","download_url":"https://codeload.github.com/benjamindehli/DecentEditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamindehli%2FDecentEditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285028340,"owners_count":27102545,"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-11-18T02:00:05.759Z","response_time":61,"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":["decent-sampler","decentsampler","dspreset","editor","web-app","web-application","web-editor","xml-editor"],"created_at":"2024-11-10T12:00:26.153Z","updated_at":"2025-11-18T08:03:58.226Z","avatar_url":"https://github.com/benjamindehli.png","language":"JavaScript","funding_links":["https://ko-fi.com/benjamindehli"],"categories":[],"sub_categories":[],"readme":"# DecentEditor\n\nEditor for DecentSampler preset files.\n\n**Info:**\nThis project is early in the development stage and this is not a working version yet.\n\n## Entity Relationship Diagrams\n\n```mermaid\nerDiagram\n    DecentSampler ||--o{ Ui : childElements\n    DecentSampler ||--o{ Groups : childElements\n    DecentSampler ||--o{ Effects : childElements\n    DecentSampler ||--o{ Midi : childElements\n    DecentSampler ||--o{ NoteSequences : childElements\n    DecentSampler ||--o{ Modulators : childElements\n    DecentSampler ||--o{ Tags : childElements\n\n    Ui ||--o{ Keyboard : childElements\n    Ui ||--o{ Tab : childElements\n\n    Keyboard ||--o{ Color : childElements\n\n    Tab ||--o{ Button : childElements\n    Tab ||--o{ Control : childElements\n    Tab ||--o{ Image : childElements\n    Tab ||--o{ Label : childElements\n    Tab ||--o{ LabeledKnob : childElements\n    Tab ||--o{ Menu : childElements\n\n    Button ||--o{ State : childElements\n\n    State ||--o{ Binding : childElements\n\n    Control ||--o{ Binding : childElements\n\n    LabeledKnob ||--o{ Binding : childElements\n\n    Menu ||--o{ Option : childElements\n\n    Option ||--o{ Binding : childElements\n\n    Groups ||--o{ Group : childElements\n\n    Group ||--o{ Effects : childElements\n\n    Effects ||--o{ Effect : childElements\n\n    Group ||--o{ Sample : childElements\n\n    Midi ||--o{ Cc : childElements\n    Midi ||--o{ Note : childElements\n\n    Cc ||--o{ Binding : childElements\n\n    Note ||--o{ Binding : childElements\n\n    NoteSequences ||--o{ Sequence : childElements\n\n    Sequence ||--o{ Note : childElements\n\n    Modulators ||--o{ Envelope : childElements\n    Modulators ||--o{ Lfo : childElements\n\n    Envelope ||--o{ Binding : childElements\n\n    Lfo ||--o{ Binding : childElements\n\n    Tags ||--o{ Tag : childElements\n\n    Binding ||--o| Binding : bindingIndex\n    Binding ||--o| Button : controlIndex\n    Binding ||--o| Control : controlIndex\n    Binding ||--o| Image : controlIndex\n    Binding ||--o| Label : controlIndex\n    Binding ||--o| LabeledKnob : controlIndex\n    Binding ||--o| Menu : controlIndex\n    Binding ||--o| Color : colorIndex\n    Binding ||--o| Group : groupIndex\n    Binding ||--o| Effect : effectIndex\n    Binding ||--o| Envelope : modulatorIndex\n    Binding ||--o| Lfo : modulatorIndex\n    Binding ||--o| Note : noteIndex\n    Binding ||--o| Sequence : seqIndex\n    Binding ||--o| State : stateIndex\n    Binding ||--o| Tag : identifier\n\n    Group ||--o{ Tag : tags\n    Sample ||--o{ Tag : tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjamindehli%2Fdecenteditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjamindehli%2Fdecenteditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjamindehli%2Fdecenteditor/lists"}