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
Ruby Counter
31 posts
• Page 3 of 4 • 1, 2, 3, 4
Re: Ruby Counter
Wow Trog, this thing really delivers a big performance boost.
While testing v3 timer PPQ Circuit for sub-sampling possibilities,
with speed increases, it went like this...
green counter's (currently runs at) 1/16 , 0.125
highest stable timing ability.... 1/128 , 0.015625
first sign of trouble........... 1/256 , 0.0078125
Ruby Counter....
highest stable timing ability.... 1/4096 , 0.000488281
first sign of trouble.............. 1/8192 , 0.000244141
(Note: Ruby counter used as direct replacement for green counter-no other changes made to test)
And this is just one example.......imagine gains to be made across a whole schematic.
Thanks again.
While testing v3 timer PPQ Circuit for sub-sampling possibilities,
with speed increases, it went like this...
green counter's (currently runs at) 1/16 , 0.125
highest stable timing ability.... 1/128 , 0.015625
first sign of trouble........... 1/256 , 0.0078125
Ruby Counter....
highest stable timing ability.... 1/4096 , 0.000488281
first sign of trouble.............. 1/8192 , 0.000244141
(Note: Ruby counter used as direct replacement for green counter-no other changes made to test)
And this is just one example.......imagine gains to be made across a whole schematic.
Thanks again.
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: Ruby Counter
You tried to connect to the ticker generator, a simple sample and hold green?
the greens have a trig limit them too. those who know the size?
when exceeded will turn off the ticker ruby.
therefore, it really is possible to use a ruby timer to increase above the ratio in the green?
for now I still have not answered, because there are a number of Inconsistency,
both in the green side than in the ruby side, thinking about the ticker.
then the discussion is open.
the greens have a trig limit them too. those who know the size?
when exceeded will turn off the ticker ruby.
therefore, it really is possible to use a ruby timer to increase above the ratio in the green?
for now I still have not answered, because there are a number of Inconsistency,
both in the green side than in the ruby side, thinking about the ticker.
then the discussion is open.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Ruby Counter
Tronic wrote:You tried to connect to the ticker generator, a simple sample and hold green?
Yeh, it only has to process 1 trigger during the count....
Tronic wrote:the greens have a trig limit them too
Thanks for tip, never really thought about that...I just keep going till i get an issue.......
Tronic wrote:when exceeded will turn off the ticker ruby.
Wow, that's a ripper.......thanks heaps for that
Tronic wrote:it really is possible to use a ruby timer to increase above the ratio in the green?
From the test I did, seems yes. but I'm still trying to work it out, the actual equasion sending the trigger
from ruby was still in green.....really not 100% sure yet
But no need to take my word for it.....test is easily re-created...
Download v3 timer...punch in the numbers......
Or if others ran their own performance tests, we can get definate answer quicker
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: Ruby Counter
billv wrote:Tronic wrote:it really is possible to use a ruby timer to increase above the ratio in the green?
From the test I did, seems yes. but I'm still trying to work it out, the actual equasion sending the trigger
from ruby was still in green.....really not 100% sure yet
mine and not only my answer, says it is not yet possible with greens.
however, it will be put on hold and performed only when the CPU becomes available.
then you will only have an overload of requests if the CPU is busy,
and it seems to play everything correctly, but it would not be sample accurate.
however mix green and ruby do not maintain a process sample accurate.
this is what I think, free to disprove the opposite.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Ruby Counter
Awesome! You saved me from an aneurism, you rock!
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."
Albert Einstein
Albert Einstein
-
JB_AU - Posts: 171
- Joined: Tue May 21, 2013 11:01 pm
Re: Ruby Counter
Trog,
This is rad. You can never comment too much. Your tutorials are excellent.
I've been learning Ruby, but the FS interpreter is different in many ways. It's hard to tell what methods are built in as FS only, even after reading the 200+ page manual 3 times. The extra clarification is great.
Thanks again.
This is rad. You can never comment too much. Your tutorials are excellent.
I've been learning Ruby, but the FS interpreter is different in many ways. It's hard to tell what methods are built in as FS only, even after reading the 200+ page manual 3 times. The extra clarification is great.
Thanks again.
-
FluxCapacitance - Posts: 14
- Joined: Sun Feb 02, 2014 2:47 am
Re: Ruby Counter
Thanks, you're welcome!
Funny you should say that... Flowstone API Docs
FluxCapacitance wrote:t's hard to tell what methods are built in as FS only, even after reading the 200+ page manual 3 times
Funny you should say that... Flowstone API Docs
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: Ruby Counter
^^ It's like being a kid next to a broken lolly machine, it just keeps giving
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."
Albert Einstein
Albert Einstein
-
JB_AU - Posts: 171
- Joined: Tue May 21, 2013 11:01 pm
Re: Ruby Counter
Well we've already had a "playing with Trog's knob" thread, so....
...NO NO NO NO!!! Ill stop right there before I have to ban myself from the forum!
...NO NO NO NO!!! Ill stop right there before I have to ban myself from the forum!
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: Ruby Counter
trogluddite wrote:Thanks, you're welcome!FluxCapacitance wrote:t's hard to tell what methods are built in as FS only, even after reading the 200+ page manual 3 times
Funny you should say that... Flowstone API Docs
Thanks! Just got it a few minutes ago.
-
FluxCapacitance - Posts: 14
- Joined: Sun Feb 02, 2014 2:47 am
31 posts
• Page 3 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 29 guests