Page 2 of 4

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 4:56 am
by ChrisHooker
Okay, I just HAD to figure out a "dezipper" / transitioning code, so I finally got it.
Here's an updated schematic with both transitioning and a muting option when the "timer" is turned off.
Be sure to turn on the ASIO Out (or a Direct Out) to get the stream running.

If anyone knows how this can be refined further, optimized, done better in any way... I'm open to learning. Feel free to comment.

Nicolas, I hope this still fits what you need it for.

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 10:38 am
by Nicolas605
My last posts are not here but I can add information.

Thank you again for your research, it's very interesting :).
You can see on this schematic the times array and my problem with Str2Arr component when the time is < 100s.

3xStereoIn_stereoOut.jpg
3xStereoIn_stereoOut.jpg (115.08 KiB) Viewed 22076 times

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 11:04 am
by Nicolas605
Better picture. You can see input and output link.

3xStereoIn_stereoOut.jpg
3xStereoIn_stereoOut.jpg (145.67 KiB) Viewed 22076 times

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 3:28 pm
by tulamide
I just love it! Really, it's a very useful addendum to Flowstone. You should put this in the DSP section (or a link pointing to this thread), to get the attention of other DSP gurus.

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 4:42 pm
by ChrisHooker
Thanks Tula,
I basically worked this up because I like the mental exercise (lol)... ya know- it's fun to create something that functions/moves and operates on its own... almost a living thing. Little weekend challenges to keep me busy.
But I'm very curious about actual implementations of it. I'd love to see Nicolas', yours, or anyone else's practical applications. (Either in full multiplexer form, or for just the dezip/slide/transition portion.)

PS - Even though your Ruby code for this was fairly brief, Ruby just confuses the heck outta me. So kudos on that!

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 6:25 pm
by Spogg
Nicolas605 wrote:My last posts are not here but I can add information.



Hi Nicolas.

For some reason I just got 3 of your posts through for approval by moderation. This shouldn't happen but the PHPBB software for this board is less than ideal shall we say, and strange things sometimes happen.
Maybe you re-booted your router and got a new i.p. address?
Plus, I've been away for most of the day!

Apologies for the delay etc.

Cheers

Spogg

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 7:07 pm
by Nicolas605
Hi Spogg,

I have fixed IP address and I can't change it with my Web Server.

Chris and Tulamide, thank you very much for your good job. I am very happy with your help and I can found the best solution. I use ASIO output but with the Blue component, I have a Crash or freeze in my project.

When I push switch or if I have 2 switch ON, I have a bad noise. 3 switches are present for the "SOLO" mode. But I must customize this switches for enter signal ON/OFF. I must found a solution for have only the last switch in ON. So when I push the switch, others "SOLO" switches or "Timer" switch must be OFF.

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 8:21 pm
by ChrisHooker
Hello Nicolas,

The crashing was likely due to there being an ASIO Out in the original schematic's module. You can't have two in one schematic. In my last post I put it outside the main module, so you should not have an issue with that one.

Now that I can see your intent from your screenshots (the multiplexer is to supply an index for a selector, I've attached a new schematic that acts as a selector for your purposes. This way, you can use it as a soft morph from one stream to the next, instead of a hard switch. Hopefully this should work for you.

Re: 3 timers with loop

Posted: Sun Jan 28, 2018 9:32 pm
by Nicolas605
Chris, Thank you, your job is perfect :) Transition Time and X fade are great. Slider are by Samples, but I must have time adjustable between 10sec - 600sec.

Re: 3 timers with loop

Posted: Mon Jan 29, 2018 10:15 am
by Nicolas605
Thank you Chris, it's great. I customized your Blue component with Solo function by generator. It's not perfect but usable. I must convert Slider numbers in time format like this 1:30s

When I push on Solo button, I have a noise. I tried with add X fade component on the link of the Solo function, but no result. The noise on the commutation stay.

Chris_Blue_Timer_1.jpg
Chris_Blue_Timer_1.jpg (163.52 KiB) Viewed 22060 times