On 01/20/2014 05:34 PM, Johannes Lorenz wrote:
> 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

I believe ZynAddSub receives MIDI input from LMMS, and not native note
data like native instruments such as triple osc. That's why per-note
pitch bends do not work, as well as per-note panning and other features
not supported by MIDI.

You can automate pitch of all notes at once for MIDI instruments, by
automating the pitch knob (which corresponds to the MIDI pitch wheel in
MIDI instruments). But not one note at a time, since MIDI doesn't
support it.

------------------------------------------------------------------------------
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