Does anyone know if the issue has been resolved? I also have a problem with batch export to Monolith on Mac OS.
Best posts made by bozhidar
-
RE: Monolith export is brokenposted in Bug Reports
Latest posts made by bozhidar
-
Separating User MIDI Input and MIDI Player Eventsposted in Scripting
Hi everyone,
I’m working on a live accompaniment setup in HISE and I need some guidance on properly separating user input from MIDI Player output.
Here’s my situation:
I want to use a MIDI Player to play accompaniment patterns (bass, chords, fills, etc.).
At the same time, I want to allow live keyboard input from the user.
I need to clearly know which notes are played by the user and which notes come from the MIDI Player, so I can:
Run chord detection only on user input
Transpose the MIDI Player notes in real time
Avoid conflicts between user notes and pattern notes.
I’d appreciate any advice, examples, or tips — I want to make sure I know exactly when a note comes from the user and when it comes from the MIDI Player.
Thanks in advance!
-
RE: Monolith export is brokenposted in Bug Reports
Does anyone know if the issue has been resolved? I also have a problem with batch export to Monolith on Mac OS.
-
RE: Creating an Automation Script to Convert WAV + SampleMap/XML Files into Monolith Sample Librariesposted in Scripting
@d-healey Hi, i build dev branch and i try to convert samples to monolith but here is what happening:
https://youtu.be/6QCtKAOqIz0 -
RE: Creating an Automation Script to Convert WAV + SampleMap/XML Files into Monolith Sample Librariesposted in Scripting
@d-healey im on the mac m4 hise is builded from stable git branch.
Im not sure is it my false or.. -
RE: Creating an Automation Script to Convert WAV + SampleMap/XML Files into Monolith Sample Librariesposted in Scripting
@d-healey i tried but it export 64kb empty monolith..
-
RE: Creating an Automation Script to Convert WAV + SampleMap/XML Files into Monolith Sample Librariesposted in Scripting
@d-healey Hi, yes i know that in the interface can be done but im looking for some script or command that i can execute programmatically.
If you have thousands of samples you will go to click one by one?
Soo im looking for automatisation. :) -
Creating an Automation Script to Convert WAV + SampleMap/XML Files into Monolith Sample Librariesposted in Scripting
Hi HISE community,
I’m exploring ways to streamline sample library creation and I want to automate the process of converting raw WAV files along with their corresponding SampleMap/XML files into monolith sample libraries that can be loaded in HISE.
Specifically, I’m looking for guidance on:
Best practices for reading and parsing SampleMap/XML files.
Automatically mapping WAV files to the correct zones/keys/velocities.
Generating a single monolith library that can be distributed or loaded directly into HISE.
Recommended scripting approaches (e.g., HISE scripting, Python, or external tools).
If anyone has experience with similar automation or can share code snippets or workflow tips, that would be amazing.
Thanks in advance!