@d-healey said in Sofia Woodwinds on github:
A lot of it is influenced by Big Bob's work in Kontakt with SIPS and WIPS
I know these tools but they are kind of easier to use on kontakt because you make some tweaks on the gui till you find what you need.
@d-healey said in Sofia Woodwinds on github:
I can't remember what process I used with Sofia, it's possible that I'm overlaying a staccato note when playing at a higher velocity. With my Rhapsody libraries though there is no overlaying.
When I tested the Sofia Woodwinds the sustain and release worked quite well but the staccato didn't have have enough gain to be heard probabily due to the missing module pointed in the console:
@d-navarra said in Sofia Woodwinds on github:
Interface:! Line 140, column 44: Unknown function 'set' {SW50ZXJmYWNlfHw0OTI0fDE0MHw0NA==}
overlayController:! Line 3, column 52: liveEnvelopeVelocity was not found. {b3ZlcmxheUNvbnRyb2xsZXJ8b25Jbml0KCl8MTQ5fDN8NTI=}
overlayController:! Line 3, column 52: liveEnvelopeVelocity was not found. {b3ZlcmxheUNvbnRyb2xsZXJ8b25Jbml0KCl8MTQ5fDN8NTI=}
Lets experiment with the overlay anyway because it can be useful for some other instruments I want to work on later:
@d-healey said in Sofia Woodwinds on github:
If you want to overlay a staccato sample then probably the best approach would be to put the staccatos in a separate sampler, mapped to the velocity you want them to trigger at.
What velocity would you suggest? Is there a way to add a knob on the gui allowing you to change this velocity or is it to complex?
@d-healey said in Sofia Woodwinds on github:
add a velocity modulator to the envelope so it only affects the same velocity range you are using for the staccatos
Can you better explain this suggestion of yours?
Regarding the hidden knob to switch samplemaps:
@d-healey said in Sofia Woodwinds on github:
It's the patch knob. It does a lot more than just changing sample maps. I've completely re-written it's implementation in my current project because the version I've been using is a bit inefficient and over engineered. You'll find the code for the knob here - https://codeberg.org/LibreWave/RhapsodyBoilerplate/src/branch/main/includes/Patches.js#L23
All the modules and scripts which are involved in this patch are already available in the boilerplate or should I make all the other scripting in order to use this patch?