{"id":20459746,"url":"https://github.com/musescore/framework_tmp","last_synced_at":"2025-08-26T14:04:37.265Z","repository":{"id":230008395,"uuid":"778174307","full_name":"musescore/framework_tmp","owner":"musescore","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-12T08:49:35.000Z","size":15355,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-13T10:46:20.127Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/musescore.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-27T08:14:50.000Z","updated_at":"2024-04-15T15:07:25.039Z","dependencies_parsed_at":"2024-04-15T15:22:57.089Z","dependency_job_id":null,"html_url":"https://github.com/musescore/framework_tmp","commit_stats":null,"previous_names":["musescore/framework","musescore/framework_tmp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musescore%2Fframework_tmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musescore%2Fframework_tmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musescore%2Fframework_tmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musescore%2Fframework_tmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/musescore","download_url":"https://codeload.github.com/musescore/framework_tmp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242014722,"owners_count":20057880,"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-11-15T12:17:09.059Z","updated_at":"2025-08-26T14:04:37.248Z","avatar_url":"https://github.com/musescore.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# framework_tmp\n\n\u003e [!WARNING]  \n\u003e This is a temporary repository for the Muse Framework. \n\u003e Everything is about to change.\n\nMuse Framework is a collection of libraries and utilities that are used by both MuseScore and Audacity.\nIt is currently used inside [MuseScore 4](https://github.com/musescore/musescore) and [Audacity 4](https://github.com/audacity/audacity).\n\n## General Idea\nThe content of **musescore** repo:\n- `musescore/src/framework`\n\nis kept in sync with **audacity** repo:\n- `audacity/_deps/muse_framework-src/framework`\n\nwhere `muse_framework-src` is the name of the subdirectory where the content is fetched from this repository `framework_tmp`.\n\n## How changes from musescore are propagated to audacity?\n\n1. Changes are made in `musescore/src/framework`\n2. You fork `framework_tmp` and create a branch named `update_250724` (Today's date in format YYYYMMDD)\n3. `musescore/src/framework` is copied to `framework_tmp/framework` (make sure to remove any content from `framework_tmp/framework` before pasting the content from `musescore/src/framework`)\n4. You commit and push the changes to your fork \n5. You create a PR from your fork `update_250724` to `main` in `framework_tmp`\n6. PR is merged to `main` in `framework_tmp`\n7. A Tag to this new commit is created in `framework_tmp` (please kindly ask maintainers)\n8. In Audacity repo `audacity/_deps/muse_framework-src` is updated to point to the latest commit in `framework_tmp` this is done inside the `audacity/CMakeLists.txt` file\n```cmake\nFetchContent_Declare(\n  muse_framework\n  GIT_REPOSITORY https://github.com/musescore/framework_tmp.git\n  GIT_TAG        u250618_1\n)\n```\n_most probably the tag name will be `u250724` (you will have to replace the old tag here `u250618_1` by `u250724`)_\n\n9. The updated `audacity/CMakeLists.txt` is committed and pushed to `audacity` repository inside your PR.\n\nThat's it, you should have a PR in `audacity` repository that updates the framework to the latest version.\n\n## How changes from audacity are propagated to musescore?\n\nCurrently **musescore** doesn't use a separated repo for the framework, so the changes are propagated manually by musescore maintainers inside the musescore repository.\n\nTo help them you still can create a PR in `framework_tmp` repository that updates the framework to the latest version.\n\nThanks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusescore%2Fframework_tmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusescore%2Fframework_tmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusescore%2Fframework_tmp/lists"}