Support

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

3 timers with loop

For general discussion related FlowStone

Re: 3 timers with loop

Postby ChrisHooker » Sun Jan 28, 2018 4:56 am

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.
Attachments
continuous_timed_indexing - Blue condensed w transitioning.fsm
(30.78 KiB) Downloaded 828 times
ChrisHooker
 
Posts: 55
Joined: Tue Jul 13, 2010 10:02 pm

Re: 3 timers with loop

Postby Nicolas605 » Sun Jan 28, 2018 10:38 am

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 17830 times
Last edited by Nicolas605 on Mon Jan 29, 2018 2:04 pm, edited 1 time in total.
Nicolas605
 
Posts: 13
Joined: Fri Jan 19, 2018 10:02 pm
Location: France

Re: 3 timers with loop

Postby Nicolas605 » Sun Jan 28, 2018 11:04 am

Better picture. You can see input and output link.

3xStereoIn_stereoOut.jpg
3xStereoIn_stereoOut.jpg (145.67 KiB) Viewed 17830 times
Nicolas605
 
Posts: 13
Joined: Fri Jan 19, 2018 10:02 pm
Location: France

Re: 3 timers with loop

Postby tulamide » Sun Jan 28, 2018 3:28 pm

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.
"There lies the dog buried" (German saying translated literally)
tulamide
 
Posts: 2687
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: 3 timers with loop

Postby ChrisHooker » Sun Jan 28, 2018 4:42 pm

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!
ChrisHooker
 
Posts: 55
Joined: Tue Jul 13, 2010 10:02 pm

Re: 3 timers with loop

Postby Spogg » Sun Jan 28, 2018 6:25 pm

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
User avatar
Spogg
 
Posts: 3323
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England

Re: 3 timers with loop

Postby Nicolas605 » Sun Jan 28, 2018 7:07 pm

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.
Last edited by Nicolas605 on Mon Jan 29, 2018 2:05 pm, edited 2 times in total.
Nicolas605
 
Posts: 13
Joined: Fri Jan 19, 2018 10:02 pm
Location: France

Re: 3 timers with loop

Postby ChrisHooker » Sun Jan 28, 2018 8:21 pm

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.
Attachments
continuous_timed_indexing - transitioned stream selector.fsm
(69.39 KiB) Downloaded 826 times
ChrisHooker
 
Posts: 55
Joined: Tue Jul 13, 2010 10:02 pm

Re: 3 timers with loop

Postby Nicolas605 » Sun Jan 28, 2018 9:32 pm

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.
Last edited by Nicolas605 on Mon Jan 29, 2018 2:07 pm, edited 2 times in total.
Nicolas605
 
Posts: 13
Joined: Fri Jan 19, 2018 10:02 pm
Location: France

Re: 3 timers with loop

Postby Nicolas605 » Mon Jan 29, 2018 10:15 am

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 17814 times
Last edited by Nicolas605 on Mon Jan 29, 2018 1:32 pm, edited 1 time in total.
Nicolas605
 
Posts: 13
Joined: Fri Jan 19, 2018 10:02 pm
Location: France

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 20 guests

cron