Macros - Clear All?
-
@d-healey I'm getting confused. Is it defined in the the file, or is it a more general c++ thing?
-
@DanH
clearData
is a function, so somewhere in the HISE sourcecode there must be a place where that function is defined, it will look something like (but not exactly the same as):function clearData() { }
-
@d-healey gotcha
-
@d-healey searched the SC for clearData... Nothing pertinent coming up :/
-
@DanH is it this you're looking for?
-
@ulrik Thanks, I honestly don't know :face_with_tears_of_joy:
Does it define the function of clearData
-
@DanH Yes I think this is where the function is defined, better ask David :)
-
@ulrik Looks like a function definition to me, of course there could be more than one clearData function so make sure it's in the right class (what ever object type synthChain is).
-
@d-healey it never ends! :face_with_tears_of_joy:
-
@DanH :) Yep