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
Prototype - Free running poly oscillators
Re: Prototype - Free running poly oscillators
This is amazing guys! Great work! Too bad I cannot make it work for unison
- Attachments
-
- Free running poly osc UNI.fsm
- (166.51 KiB) Downloaded 1391 times
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Re: Prototype - Free running poly oscillators
adamszabo wrote:This is amazing guys! Great work! Too bad I cannot make it work for unison
Hey I will have to give this a bit of thought. This is a special case I had not considered.
- Exo
- Posts: 426
- Joined: Wed Aug 04, 2010 8:58 pm
- Location: UK
Re: Prototype - Free running poly oscillators
Any luck anyone? This is the only way I managed to make it when multi voice is enabled. Its still using the old mono trick though, and all those read/write primitives eat a ton of cpu.
- Attachments
-
- Free running poly osc UNI_2.fsm
- (158.97 KiB) Downloaded 1354 times
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Re: Prototype - Free running poly oscillators
adamszabo wrote:Any luck anyone? This is the only way I managed to make it when multi voice is enabled. Its still using the old mono trick though, and all those read/write primitives eat a ton of cpu.
Been busy with other stuff. I will have a go at this over the weekend. I'm thinking of just writing my own Unison using my voiceID method so there is no conflicts with the Multi Voice method used.
- Exo
- Posts: 426
- Joined: Wed Aug 04, 2010 8:58 pm
- Location: UK
Re: Prototype - Free running poly oscillators
Ok, looking forward to see what you cook up! A quick idea might be to simple have several of those me array things and activate each for each unison voice? Btw, if someone comments the assembly code what they do I can try to mess around with the mem code too. Right down I dont really understand how it works.
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Re: Prototype - Free running poly oscillators
Just uploaded a version in first post which seems to work fine with unison
Turned out to be really easy to fix, I still needed the VoiceTag from the voices to poly primitive so I stuck with the current unison implementation, saw no point in writing my own.
Seems my voiceID doesn't work for voices that have the same note because voices with the same note rely on the voiceTag to distinguish them. So it was literally just a case of adding the voiceTag to my voiceID for the phases to be written correctly
Turned out to be really easy to fix, I still needed the VoiceTag from the voices to poly primitive so I stuck with the current unison implementation, saw no point in writing my own.
Seems my voiceID doesn't work for voices that have the same note because voices with the same note rely on the voiceTag to distinguish them. So it was literally just a case of adding the voiceTag to my voiceID for the phases to be written correctly
- Exo
- Posts: 426
- Joined: Wed Aug 04, 2010 8:58 pm
- Location: UK
Re: Prototype - Free running poly oscillators
You almost got it mate! It seems it does not yet want to give each voice its own correct phase value, it seems they are repeated thus causing that nasty flanging phase reset sound.
- Attachments
-
- uniphase.jpg (39.41 KiB) Viewed 32713 times
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Re: Prototype - Free running poly oscillators
Thanks adamszabo I must have overlooked that, I did think it didn't sound quite right.
This is strange and currently cannot see why this would happen.
I'll have to investigate further, only thing I can think of is that them voices are not being detuned although they look like they are.
I'll have another crack at this tomorrow.
This is strange and currently cannot see why this would happen.
I'll have to investigate further, only thing I can think of is that them voices are not being detuned although they look like they are.
I'll have another crack at this tomorrow.
- Exo
- Posts: 426
- Joined: Wed Aug 04, 2010 8:58 pm
- Location: UK
Re: Prototype - Free running poly oscillators
Ok I have fixed it
Was such a basic error in the ASM I overlooked it
I have optimized the Shared Mem module by putting the read / write inside the same ASM block, so that such save a few cycles
Was such a basic error in the ASM I overlooked it
I have optimized the Shared Mem module by putting the read / write inside the same ASM block, so that such save a few cycles
- Exo
- Posts: 426
- Joined: Wed Aug 04, 2010 8:58 pm
- Location: UK
Re: Prototype - Free running poly oscillators
Great i think you got the voice management right! The last problem now is that it seems the method we are using to get the last sample and start from there is not quite there yet.
Im trying to catch the phase of the oscs and when i let go and press again it starts at the different value than it should. Maybe using the envelope stage 4 is not the best way? I remember when we were using the stage 0 in one of the assembly blocks it seemed to work, but you have updated that file, i cannot check it to make sure.
Btw feel free to call me Adam, reading my forum name is weird haha.
https://www.youtube.com/watch?v=NtW8pp_iU14
Im trying to catch the phase of the oscs and when i let go and press again it starts at the different value than it should. Maybe using the envelope stage 4 is not the best way? I remember when we were using the stage 0 in one of the assembly blocks it seemed to work, but you have updated that file, i cannot check it to make sure.
Btw feel free to call me Adam, reading my forum name is weird haha.
https://www.youtube.com/watch?v=NtW8pp_iU14
- adamszabo
- Posts: 667
- Joined: Sun Jul 11, 2010 7:21 am
Who is online
Users browsing this forum: Google [Bot] and 11 guests