Hi all,

A slightly more deep question this time..

In my use case I would like to embed faust code within my own node-based
modular DSP system. Therefore I would like to composite a faust-generated
dsp class within my own Node class. In that case I would use a templated
Node<MyFaustDSPClass> that would call MyFaustDSPClass's methods to compute
it's output. Then it would not be desirable for MyFauseDSPClass to have any
base class or virtual methods though, because no polymorphism is used I
would only loose the extra CPU cost of the virtual method calls.

Is there a way to disable the "virtual" keyword in faust's output?

Thanks a lot,

Stijn.

-- 
Stijn van Beek
e-mail: stijn.v.b...@gmail.com
tel.: ++31-6-22316389
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to