If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
float value from poly
14 posts
• Page 1 of 2 • 1, 2
float value from poly
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.
http://soundcloud.com/teslatronik Drop me a comment
-
TeslaTronik - Posts: 35
- Joined: Mon Dec 20, 2010 12:12 am
Re: float value from poly
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
- Attachments
-
- Knob Modulation.fsm
- (131.55 KiB) Downloaded 917 times
- Wassaka
- Posts: 85
- Joined: Wed Dec 30, 2015 3:41 am
Re: float value from poly
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.
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.
http://soundcloud.com/teslatronik Drop me a comment
-
TeslaTronik - Posts: 35
- Joined: Mon Dec 20, 2010 12:12 am
Re: float value from poly
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
http://www.dsprobotics.com/support/viewtopic.php?f=3&t=2355#p11104
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: float value from poly
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.
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.
http://soundcloud.com/teslatronik Drop me a comment
-
TeslaTronik - Posts: 35
- Joined: Mon Dec 20, 2010 12:12 am
Re: float value from poly
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.
Hopefully the other guys will chip in and you'll get it sorted.
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: float value from poly
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 (34.28 KiB) Viewed 26478 times
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Re: float value from poly
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
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 904 times
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: float value from poly
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)
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Re: float value from poly
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
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
14 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 74 guests