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
3 timers with loop
31 posts
• Page 2 of 4 • 1, 2, 3, 4
Re: 3 timers with loop
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.
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 850 times
- ChrisHooker
- Posts: 55
- Joined: Tue Jul 13, 2010 10:02 pm
Re: 3 timers with loop
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.
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.
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
Better picture. You can see input and output link.
- Nicolas605
- Posts: 13
- Joined: Fri Jan 19, 2018 10:02 pm
- Location: France
Re: 3 timers with loop
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: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
Re: 3 timers with loop
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!
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
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
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: 3 timers with loop
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.
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
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.
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 850 times
- ChrisHooker
- Posts: 55
- Joined: Tue Jul 13, 2010 10:02 pm
Re: 3 timers with loop
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
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.
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.
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
31 posts
• Page 2 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 66 guests