Support Board
Date/Time: Fri, 27 Dec 2024 07:58:49 +0000
Post From: TRIX function call
[2015-12-16 00:54:23] |
flyboy615 - Posts: 56 |
Hi, In you documentation you mention 2 function prototypes one of which is the following: SCFloatArrayRef TRIX(SCFloatArrayRef FloatArrayIn, SCSubgraphRef SubgraphOut, int Index, int Length); However the following piece of code complains about no instance of the s_sc::TRIX matching the argument list With autolooping turned off... int CurrentIndex = sc.Index-100; sc.TRIX( sc.Subgraph[0].Arrays[4], sc.Subgraph[0].Arrays[1],CurrentIndex, 6); Please advise. Thanks |