Extract RAR files; organ loading dialog; per-organ RAM visualization - #28
Open
dspears312 wants to merge 1 commit into
Open
dspears312 wants to merge 1 commit into
dspears312 wants to merge 1 commit into
Conversation
- Add OrganSelectionDialog and OrganAudioSettingsDialog with tabbed browsing (Installed Organs, Install Packages, Configure Audio) - Real-time estimated RAM footprint and system headroom bar - Per-organ audio configuration (.mporgan) with presets, storage formats, release streaming, and engine switches - Organ package discovery, validation, and background unrar extraction - Recent organs history, hiding/unhiding organs, and metadata display - Packaging and CI integration for unrar binary bundling on macOS, Windows, and Linux - Unit tests covering configuration persistence, RAM estimation, package discovery, and organ management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch adds a Hauptwerk-style "Organ" dialog for installing, managing, and loading organs. I tried to get started with Masterpiece on a fresh system, and found I had no way to extract my existing Hauptwerk sample sets. The
unrarbinary is bundled upon release to comply with its own non-free and Masterpiece's GPL licensing. This enables Hauptwerk organ packages to be extracted and installed.I also added a new "Audio Settings" dialog that allows the memory parameters to be adjusted before loading the organ. The optimal settings for your system are automatically chosen, and it shows what the RAM impact will be with each option. I came upon this frustration after trying to open an ODF to have it automatically load a huge organ in full resolution, which caused my system to hang.