Hello Synths,
Would it make sense to have a guide or tutorial about writing Quarks ? Or is there an exiting one ?
For me it’s clear to understand Quarks that will produce traditional UGens, i.e the whole Quark architecture will be based on *ar{ } or *ir{ } ending with a ^out . But when I go to a more different Quark, then things get complicated…
I am trying to understand what the Wavesets quark is doing, but I am lost in many dev details… I am thinking about documenting it in order to create a tutorial about writing Quarks.
As I already have many questions, I will post them here, in case someone begin to help me…
What is the difference beetween classvar and var?
What are the operators <> and < ?
In the Wavesets Quark, for instance, what is the order of execution of the functions within Wavesets{ } ?
What does ^ mean ?
What does the super keyword means ?
What does the this keyword means ? Why exactly thisThread or thisFunction is not used istead?
Any simple example about how to use this within a function ?
Thanks!