@d-navarra said in Sofia Woodwinds on github:
I thought I could start with an acoustic piano instead?
Go for it. When you're trying something new you'll build it more than once, it's all learning at this stage.
@d-navarra said in Sofia Woodwinds on github:
AHDSR - Reverb and velocity modulator are sufficient for a nice sounding acoustic piano or would you guys consider to use any other inbuilt fx?
It's your project, do what you want. Experiment to see what you like the sound of.
@d-navarra said in Sofia Woodwinds on github:
Since I'd like to use it as starting point and keep building on it
Don't do that. A piano is totally different to a flute which is different to a drum, etc. Build separate projects for each, using what you learned from the previous ones for the next. If you write clean modular code you'll be able to reuse it nicely in future projects - your first code will not be clean, so you should try and improve it with each iteration (I've been writing HISE code for 7 years and I'm still rewriting my code to improve it).
@d-navarra said in Sofia Woodwinds on github:
ould you guys link the envelops to the global modulator or directly link the parameters to some controls on the GUI?
I would decide this as I get into building the project and seeing what works and what is easiest to implement. Again, this is something you need to decide as you're going along. You should probably try both ways, and any others that you think of because - you're in the learning phase here, anything goes. You have my permission to fail repeatedly until you find the solution you want.