@ericchesek look and feel should do it
Beta Testers
All developers participating in the HISE Betatest Program
Posts
-
RE: Arabic Maqams
@xsaad When you change the mode it adjusts the pitch of the notes to produce the rast scale. All the code is at the link I gave, specifically this file - https://codeberg.org/LibreWave/Osiris/src/branch/main/Scripts/Maqams.js
-
RE: Arabic Maqams
@xsaad said in Arabic Maqams:
I tried searching on patreon but I didn't find anything.
All my code is available on Codeberg.
For the knob layout someone on the forum helped me with the maths, probably @ustk
In an update I replaced the knob with a button grid
For a project I'm currently working on I made a more flexible microtuner which I posted a video about on YouTube and Patreon.
-
RE: Project file extension
Something to keep in mind though, is that the XML isn't the project.
Saving an xml is like saving a 'picture' of what the project looks like (eg, what modules are there, what order are they in)But the actual project is the whole folder that is created and saved when you use 'create new project' in Hise, PLUS the xml contained in there.
When you open a project in Hise via xml, it's essentially looking at where the xml is located, and finding all the other project files around it. It's loading a ton of other stuff that makes up the project, just using the XML location as a reference point.
If you make drastic changes to your project, and save an xml beforehand and afterwards, the xml may not be enough in order to recall your backup. Since they are actually existing in the same project. For example if you delete an audio file from the project, that will disappear from the audiofiles folder in the project files. Even if your old XML wants to reference that audio because it remembers it being there, it will not be able to bring it back.
The point is this: Keep your project files separated! If you want to back stuff up, duplicate the entire project folder. Like people are saying, you can use tools like Git for this.
If you are only changing what modules are used where, and the hisescripts, then this data will be saved in the XML and you can backup stuff like this. But other things such as compiled effects. audiofiles, graphics etc are all stored in the project files and the XML does not contain them.
-
RE: Can't remove Child Modules
@bendurso Looks like a bug, seems to happen with any effect that has a modulation chain.
-
RE: Saving and accessing presets
@pcs800 You can set the visible property in the button's callback
-
RE: Project file extension
@d-healey Oh yes! I've been so used to call them presets that I forgot they are
.hip
files... My bad!=> CORRECTED
-
RE: Saving and accessing presets
@pcs800 Click
Add
in the Preset Browser to save a new preset
Save
is for saving the preset that is currently loaded