Hi,

the pitch wheel (that yellow curve you can draw over a note) works for 3xOsc 
and many plugins, but not for ZynAddSubFX. I don't want to make this a Feature 
Request as long as I'm not sure it's possible. From Zyn's side, it looks good, 
if you look at [1] (top section).

If you look at 3xOsc, the plugin receives the frequency in the function

  virtual void playNote( notePlayHandle * _n, sampleFrame * _working_buffer ); ,

where _n contains the frequency. However, for ZynAddSubFX, I only see:

  virtual void play( sampleFrame * _working_buffer );

Would it be possible to use playNote() for Zyn? I can not guess the difference 
between the two function types.

Regards,
Johannes

[1] http://zynaddsubfx.sourceforge.net/doc_3.html

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to