custom C++ module
-
Let's say I want to create a custom module (a sinewave bank). Where should I start reading? What's the procedure? Supposing some knowledge of C++
-
and yes, knowing C++ if you want to write something in C++ might come in handy, otherwise your fight against the compiler will be very frustrating :)
-
@Christoph-Hart Cool!! let me ask. Let's say I can create a sinewave bank. Allowing 200 or more sinewaves (in a csound additive synth opcode way). Will make hise UX slow as when I add 100 or more in the traditional way?
-
No of course not - whats slowing down the HISE UI is having thousands of modules that are all updated every 30ms.
-
@Christoph-Hart awesome!!! In the meanwhile where can I change in the source that refresh rate to see if I can use Hise today without that lag I'm facing?
-
how about: custom C++ module, using HISE for the interface?
-
@Jay I'm totally a newbie on C++. A friend of mine is helping. Anyway is harder than I thought