1
0
Fork
You've already forked Rhapsodist
0
A toolkit of modules, processors, and script libraries for creating Rhapsody instruments.
  • JavaScript 100%
2026年06月28日 17:18:22 +01:00
Images/Fonts/Rhapsodist First proper build as HISE asset manager package 2026年06月28日 17:18:22 +01:00
Scripts First proper build as HISE asset manager package 2026年06月28日 17:18:22 +01:00
UserPresets Initial commit 2026年03月23日 22:17:21 +00:00
XmlPresetBackups Initial commit 2026年03月23日 22:17:21 +00:00
.gitignore First proper build as HISE asset manager package 2026年06月28日 17:18:22 +01:00
expansion_info.xml Initial commit 2026年03月23日 22:17:21 +00:00
License.txt Initial commit 2026年03月23日 22:17:21 +00:00
package_install.json First proper build as HISE asset manager package 2026年06月28日 17:18:22 +01:00
project_info.xml First proper build as HISE asset manager package 2026年06月28日 17:18:22 +01:00
README.md First proper build as HISE asset manager package 2026年06月28日 17:18:22 +01:00
user_info.xml Initial commit 2026年03月23日 22:17:21 +00:00

Rhapsodist

A toolkit of modules, processors, and script libraries for creating instruments for Rhapsody

The majority of the code is released under the GNU GPLv3 but check the headers of individual source files for more details.

For ease of management across multiple projects, Rhapsodist should be used with the HISE asset manager.

The core should be included before any other toolkit includes.

include("Rhapsodist/Core/Core.js");

Files in the processors folder should be loaded as separate MIDI processors. Scripts in the includes and widgets folders should be included in on init.

The Fonts folder should be copied to your project's Images folder. The HISE asset manager will do this automatically.