Method for pan polys voices?

DSP related issues, mathematics, processing and techniques
Post Reply
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Method for pan polys voices?

Post by Tronic »

What better way to give pan to polyphonic signals?
What I want to achieve is:
for each new voice added, assign the pan (with a sort of step sequencer pan).
1. voice pan 15% L
2. voice pan 40% R
3. voice pan 04% L
and so on

Any suggestion is welcome.
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Method for pan polys voices?

Post by chackl »

Well - yes this is possible ;) - But you have to identivy the notes ;)

Take a look at my schematic i crated 2009 - the unison MIDI to POLY.
There you'll find such a pan module.

Regards
Attachments
Unison_Midi_New_asym_alpha.fsm
Unison MIDI to POLY
(82.24 KiB) Downloaded 1481 times
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Method for pan polys voices?

Post by Tronic »

thanks chackl
a great job, but I would not be linked in any way to the green,
though now perhaps the timing of the ruby you might have better results.

I will try an alternative.
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Method for pan polys voices?

Post by chackl »

there are no timers and de-treaters inside this module.
This means this module is time-stable eaven if no ruby is used ;)
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
User avatar
digitalwhitebyte
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: Method for pan polys voices?

Post by digitalwhitebyte »

There are two examples of how to achieve some of the ways to pan the voices poly.
I used the Voice Tags midi, so as to have an index of all the notes you play,
in one example I used them to read a linear mapping that spreads the pan over the entire keyboard,
such as a stereo recording of a piano.
In the other example, I utilized an alternation of the pan, for each note played,
with the ability to adjust how wide is the pan.
Both examples send a pan control to the code pan module that performs the panpot.
I hope can be useful.
Attachments
PolyPan_DWB.fsm
(41.06 KiB) Downloaded 1530 times
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Method for pan polys voices?

Post by chackl »

Well - nice idea to use the Voice Tag index ;)

I did the unison poly module in times of SM when ther was no voicetag. Schould be easyer to calculate now - i try to get a look on that ;)

Regards
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Method for pan polys voices?

Post by Tronic »

Yes, thx DWB :)
Post Reply