Page 1 of 1

Help with ADSR multiplexing (solved)

Posted: Mon Mar 09, 2015 11:41 am
by jackmillarnz
Hi there! i am pretty new to this compared to most of you im assuming so please don't judge my lack of knowledge :D

I am trying to figure out how to create an ADSR module that i can route to different OSC pitches as i choice in the GUI.

I have created an ADSR and connected it to a multiplexer, but my question is where to send the outputs, i tried setting a stream multiply in between my detuner and the oscillator, but then when i disable the ADSR or send it to a different place, the output from that oscillator mutes. :evil:

Any help would be greatly appreciated!

Thanks.

Jack.

Re: Help with ADSR multiplexing

Posted: Mon Mar 09, 2015 1:17 pm
by Drnkhobo
Thats because you are multiplying a stream by 0....which makes it 0. You need to have another multiplex to add either 0 or 1 to that input again depending on the multiplex state.....

take a look:
Schematic1.fsm
(27.48 KiB) Downloaded 793 times

Re: Help with ADSR multiplexing

Posted: Mon Mar 09, 2015 2:25 pm
by jackmillarnz
thank you! that makes sense :D

i have it working as it should now.

Re: Help with ADSR multiplexing (solved)

Posted: Mon Mar 09, 2015 2:27 pm
by Drnkhobo
;)

Re: Help with ADSR multiplexing (solved)

Posted: Sat Apr 18, 2015 2:05 pm
by Sumeraxe6
I made this in ruby, which greatly facilitates the entire management.
For any questions please do not hesitate to ask.