Question
Bug in ColorGrid (sample UI plugin)?
Folks -
I've been working my way through the ColorGrid example, as I'll be using an arb param in the plugin i'm working on. It's not working correctly, and I'm not sure why.
To reproduce the error, open a new composition, add a solid, and then apply the ColorGrid effect. Then Ctrl-C copy the effect and paste into a text editor:
BLAMMO.
Debug Assertion Failed!
Program: ...
File: .\tcsncat_s.inl
Line: 72
Expression: (L "Buffer is too small" && 0)
I think there's some sort of bug in the Arb_Print function...I know I found one in there, on line 294:
PF_SPRINTF(bufAC, "%d", countL)
shouldn't that be tabAC?
Anyway, if someone could have a look at that to help me out, I'd appreciate it.
Regards,
Erik
I've been working my way through the ColorGrid example, as I'll be using an arb param in the plugin i'm working on. It's not working correctly, and I'm not sure why.
To reproduce the error, open a new composition, add a solid, and then apply the ColorGrid effect. Then Ctrl-C copy the effect and paste into a text editor:
BLAMMO.
Debug Assertion Failed!
Program: ...
File: .\tcsncat_s.inl
Line: 72
Expression: (L "Buffer is too small" && 0)
I think there's some sort of bug in the Arb_Print function...I know I found one in there, on line 294:
PF_SPRINTF(bufAC, "%d", countL)
shouldn't that be tabAC?
Anyway, if someone could have a look at that to help me out, I'd appreciate it.
Regards,
Erik