View Single Post
Old 06-21-2015, 03:05 PM   #12
mviljamaa
Human being with feelings
 
Join Date: Jun 2015
Posts: 348
Default

The reason for using *double was that the in** and out** pointers and advancing them would work with that otherwise what I got was errors about trying to cast double to double*. I'm reading from double * in1 = inputs[0] and writing to double * out1 = outputs[0].

Nvm, I'll switch to WDL_FastQueue then. I get what WDL_FastQueue::Add() does but what about the others like WDL_FastQueue::Advance()? How to do basic usage?

Last edited by mviljamaa; 06-21-2015 at 03:13 PM.
mviljamaa is offline   Reply With Quote