colour matrix isn't created...

For general discussion related FlowStone
Post Reply
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

colour matrix isn't created...

Post by tulamide »

I hope that somebody is able to help me. Attached you find a replica of the reference example for the colour matrix. I would love to work with it. Problem is, I can't get the matrix to be created. Could you please check it and tell me what I did wrong?
Attachments
matrix_issue.fsm
(263 Bytes) Downloaded 966 times
"There lies the dog buried" (German saying translated literally)
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: colour matrix isn't created...

Post by billv »

tulamide wrote:Could you please check it and tell me what I did wrong?

To get a successful parse, it seems that you have to
feed the string into the trigger input as well.
here's a working color matrix module to help you sort it out.
no idea why its like this, but attaching the string to the trigger as well is
the only way I've ever got a result with it.
matrix_issue.fsm
(20.12 KiB) Downloaded 982 times
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: colour matrix isn't created...

Post by tulamide »

billv wrote: To get a successful parse, it seems that you have to
feed the string into the trigger input as well.

Wonderful find! I would have only found this out by accident - and who knows when this would have happened!

(Also, the reason for wanting the matrix to be created was to do an example to show how this matrix works. But as I see, it is already known, so I guess I don't need to make an example anymore :lol: )

Nevertheless, thank you very much for your help!
"There lies the dog buried" (German saying translated literally)
oddson
Posts: 36
Joined: Sun Jul 25, 2010 12:13 am

Re: colour matrix isn't created...

Post by oddson »

It takes a while for bug fixes sometimes...
http://www.synthmaker.co.uk/forum/viewt ... lit=matrix ;)
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: colour matrix isn't created...

Post by tulamide »

oddson wrote:It takes a while for bug fixes sometimes...
http://www.synthmaker.co.uk/forum/viewt ... lit=matrix ;)


:shock: :shock: :shock: Oh my...
"There lies the dog buried" (German saying translated literally)
oddson
Posts: 36
Joined: Sun Jul 25, 2010 12:13 am

Re: colour matrix isn't created...

Post by oddson »

Of course you can make a module that has the intended behaviour of the primitive as follows:
capture.png
capture.png (10.5 KiB) Viewed 11926 times
Post Reply