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
home brew sequencer
34 posts
• Page 3 of 4 • 1, 2, 3, 4
Re: home brew sequencer
nix wrote:So the old system with a green integer works,
but nulls any accuracy advantages that could be gained
Sounds like you've come full circle-Quote:"I would really like a tick counter in Ruby".
Welcome back to the start-
I'm still here-
havn't gone anywhere-
still can't count in ruby-
still no help
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: home brew sequencer
I had to build the trigger counter before I got anywhere.
It's hard to get an integer out of time.
I'm trying to mesh the codes now,
I got the array reader code to send MIDI.
baby steps
It's hard to get an integer out of time.
I'm trying to mesh the codes now,
I got the array reader code to send MIDI.
baby steps
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: home brew sequencer
Hi boys!
I wonder, what influence has a green counter on the Ruby ticker accuracy?
Can someone answer to this question? Because I'm not sure yet on this issue.
However in my opinion, a green counter should not be influence a Ruby ticker.
Hello support!
I wonder, what influence has a green counter on the Ruby ticker accuracy?
Can someone answer to this question? Because I'm not sure yet on this issue.
However in my opinion, a green counter should not be influence a Ruby ticker.
Hello support!
- Attachments
-
- counter.png (15.49 KiB) Viewed 16719 times
- pall
- Posts: 31
- Joined: Thu Dec 09, 2010 1:27 pm
- Location: Transilvania
Re: home brew sequencer
Heya Pall!
In my opinion-
Once u have ASIO running the custom ticker will be quite accurate.
The actual Ruby interval should be on the same amount of samples.
So your tick is not bang on the mark because of the green components,
but it will not drift further out in time.
The core of the timer is accurate.
hmm
You could devise a test on rendered audio to see
I have done this with the custom timer and green components,
finding 30 to 150 samples error, it's not the same as ur screeny though
In my opinion-
Once u have ASIO running the custom ticker will be quite accurate.
The actual Ruby interval should be on the same amount of samples.
So your tick is not bang on the mark because of the green components,
but it will not drift further out in time.
The core of the timer is accurate.
hmm
You could devise a test on rendered audio to see
I have done this with the custom timer and green components,
finding 30 to 150 samples error, it's not the same as ur screeny though
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: home brew sequencer
nix wrote:tick is not bang on the mark because of the green components,but it will not drift further out in time
Aha...
Thanks Nick!
I will try to do some tests.
Would be nice if someone would make a counter in Ruby.
Cheers!
- pall
- Posts: 31
- Joined: Thu Dec 09, 2010 1:27 pm
- Location: Transilvania
Re: home brew sequencer
Hi Pall, good to see you here.
Thats what I'm getting in all my tests. It's bang on the mark and no drift. Everytime.
The pictures of accuracy in hosts are great, but we are not precision watchmakers,
so yeh, it would be nice if Support or someone clarified this.
Nix, can you upload this "test fsm" so I can verify it, and see the error?
I can't help feeling we are maybe "flogging a dead horse" here.
But if Nix thinks there's a error, I'm happy to dig it all up for another Autopsy.
The Logic that we need to do the count in ruby makes sense.
pall wrote: a green counter should not be influence a Ruby ticker.
Thats what I'm getting in all my tests. It's bang on the mark and no drift. Everytime.
The pictures of accuracy in hosts are great, but we are not precision watchmakers,
so yeh, it would be nice if Support or someone clarified this.
nix wrote:I have done this with the custom timer and green components,
finding 30 to 150 samples error, it's not the same as ur screeny though
Nix, can you upload this "test fsm" so I can verify it, and see the error?
I can't help feeling we are maybe "flogging a dead horse" here.
But if Nix thinks there's a error, I'm happy to dig it all up for another Autopsy.
The Logic that we need to do the count in ruby makes sense.
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: home brew sequencer
pall wrote:I wonder, what influence has a green counter on the Ruby ticker accuracy?
Might not have to worry about this, we may have bigger problems.
Did a timing test on one of my seqs and I detected drift after 3min.
Ok. Looks like Nix maybe right.....So I back to the source, to verify that I have created the error.
I cut another vst- this time no counters, one note made/sent in ruby-
the drift is still there .
Notice the first line how it lines up spot on...
And then after 3 min, it's not the same...
So Nix, at the moment, looks like you were right about an error, but maybe wrong about the place.
No ticker, No counter. Just ruby
So, what good is sample accuracy if we can't maintain it?
Don't know, but I'm back to square one. More tests.
I'm hoping I've made some error with the test vst....
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: home brew sequencer
Yes, I see the difference between the two pictures, but you could measure the time difference between these two moments? If so, how is it?
- pall
- Posts: 31
- Joined: Thu Dec 09, 2010 1:27 pm
- Location: Transilvania
Re: home brew sequencer
pall wrote:measure the time difference
Don't know how at the moment. can't get the s/r test happening, that Nix gave me a tip on
how to do. Not sure how to work it, Will upload it for Nix to fix the method, and maybe give
you a better answer.
pall wrote:difference between these two moments
Pretty safe to say that you won't hear it with your ears.
For general VST stuff, won't be an issue for most people
Still early yet. More tests when i get home in about 12 hours.
The ruby code i used had a bit of stuff in it that wasn't being used in the test.
It's a pipe dream, but I'm not hoping that the extra code is the cause.
Will strip it back to nothing and test again.
Also need to re-test the Arp method again and see if the same drift is there.
After that will try Trogs "Guru" version again, and see if he's getting the same drift after 3 min.
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: home brew sequencer
I upped the sample stream counter in ur thread.
omg! green accuracy is obtainable in a simple schematic,
think not with larger ones,
coz DS was 30-150 samples out.
I won't up my pianoroll,
I think I'll hang on to it.
It's really hard to integrate my changed module into my reader/MIDI out code.
But I thought use might like 'changed' in a single code block->
Cheers!
omg! green accuracy is obtainable in a simple schematic,
think not with larger ones,
coz DS was 30-150 samples out.
I won't up my pianoroll,
I think I'll hang on to it.
It's really hard to integrate my changed module into my reader/MIDI out code.
But I thought use might like 'changed' in a single code block->
Cheers!
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
34 posts
• Page 3 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: Google [Bot] and 50 guests