float value from poly

For general discussion related FlowStone
User avatar
TeslaTronik
Posts: 35
Joined: Mon Dec 20, 2010 12:12 am
Contact:

float value from poly

Post by TeslaTronik »

Is there a way to get a float value from using the output bus on a mod matrix (without using poly-mono, mono-float) - so i can modulate knob values via envelopes and lfo's and such.
Wassaka
Posts: 85
Joined: Wed Dec 30, 2015 3:41 am

Re: float value from poly

Post by Wassaka »

TeslaTronik wrote:Is there a way to get a float value from using the output bus on a mod matrix (without using poly-mono, mono-float) - so i can modulate knob values via envelopes and lfo's and such.

I do not know if that's what you're looking for, but check it out :D :D
Attachments
Knob Modulation.fsm
(131.55 KiB) Downloaded 981 times
User avatar
TeslaTronik
Posts: 35
Joined: Mon Dec 20, 2010 12:12 am
Contact:

Re: float value from poly

Post by TeslaTronik »

Thanks for taking the time to make the example :).

what i already had in place was very similar to how you have done it, but as it is coming from Poly to Mono, then Mono to Float, the signal from the mod source will give out value's higher than 1 when more than one key is pressed, my attempt around this was to divide the mod source number by the amount of keys being pressed, i think this is where mine is glitching out. all though it gives me to desired values, it fluctuates sometimes random values.

i guess i will try a different method.. i can't seem to find any examples of "knob" modulation.

thanks again.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: float value from poly

Post by billv »

Here's an example....but it's all in green...not sure if it will help...
http://www.dsprobotics.com/support/viewtopic.php?f=3&t=2355#p11104
User avatar
TeslaTronik
Posts: 35
Joined: Mon Dec 20, 2010 12:12 am
Contact:

Re: float value from poly

Post by TeslaTronik »

Thank you bill, i actually looked at this already all though its very cool indeed,but its not exactly what i need.

i have attached a schematic laying out my problem, any help would be appreciated.

in short my technique just seems sloppy and wrong and i'm sure other "synthmakers" don't do it this way?

Thanks.

modulation trouble 1.fsm
(137.47 KiB) Downloaded 951 times
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: float value from poly

Post by billv »

I'm still on 3.06 Pebble, the schematic crashed on open, so I can't really help.....
Hopefully the other guys will chip in and you'll get it sorted. :|
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: float value from poly

Post by adamszabo »

Wait until the new beta version is out, and it will have exactly what you need. It has a new 'max poly to mono' which you can use.
Attachments
max.jpg
max.jpg (34.28 KiB) Viewed 29356 times
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: float value from poly

Post by Spogg »

This was saved in 3.09 beta and it's not advisable to use this.

However I took the chance to provide a solution which is attached. I'm a beta tester so it was a good opportunity to play.

If you can't open it I won't be surprised (saved with latest test version) but the technique I used is to use the channel i.d. =0 to output just the poly signal from channel 0 using a simple DSP code. This is the first channel to open. All other channels will be ignored and it works fine. No need to divide or anything, just convert poly-mono-float. Whatever version you are using you won't need any new prims.

Cheers

Spogg
Attachments
modulation trouble 1 spogged (FS v3.0.9b2-884-g5783a27) .fsm
(160.08 KiB) Downloaded 964 times
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: float value from poly

Post by adamszabo »

Spogg your method wont work if you hold several chords. My version restarts when you hold a new key in a chord (I think thats what he was after)
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: float value from poly

Post by Spogg »

adamszabo wrote:Spogg your method wont work if you hold several chords. My version restarts when you hold a new key in a chord (I think thats what he was after)


Interesting Adam!

I thought there would always be a channel i.d. =0. Can there be a situation where there are channels open but none are tagged as zero then?

Cheers

Spogg
Post Reply