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
how to send Midi Message
33 posts
• Page 3 of 4 • 1, 2, 3, 4
Re: how to send Midi Message
Be sync with sample rate doesn't mean that "control rate" in Ruby (100hz) runs at the same speed (else Ruby will run at 441khz, destroying CPU), just that it sync/align audio with events (handled at 100hz, down to 10 MS as Tom said), for what I see. Since an event can occurs at different sample/time, it quantize the timestamp I guess (I dont know, I ask you).
But this seems to works only for generated audio within FlowStone.
My problem, as stated in the other topic, is that MIDI outside FlowStone are not sync... (and Malc seems to confirm this in a recent mail; even if I need a confirm).
So, those "gazillion" of arpeggiator you are talking about could (in fact) be not solid.
Have you an example that I can try? I dont find any honestly...
But this seems to works only for generated audio within FlowStone.
My problem, as stated in the other topic, is that MIDI outside FlowStone are not sync... (and Malc seems to confirm this in a recent mail; even if I need a confirm).
So, those "gazillion" of arpeggiator you are talking about could (in fact) be not solid.
Have you an example that I can try? I dont find any honestly...
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: how to send Midi Message
Nowhk wrote:But this seems to works only for generated audio within FlowStone.
I quote myself, because I've already try this, and it seems thats also not true
Check this schematic (or directly the FL12 project) in your DAW (there is a Playing prim):
Press play, and record 2 shoot. Than compare them: reverse phase of one and play together (or just press play on the FL 12 project where I've already set all): null test FAILS. You can hear audio.
Thus, MIDI are not triggered at the same time, neither within FlowStone.
(note: I'm on 3.0.8, but from the Version list I don't see any update in 3.0.9 that could fix this).
Follow 2 recordings I've already made, so you can compare them directly if you don't want to test all...
Last edited by Nowhk on Fri Mar 25, 2016 9:23 am, edited 1 time in total.
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: how to send Midi Message
Here's two recordings of the "same" session. 120BPM, 4 bars:
they seems equal, but they are not (try the null test I've suggested above). Thus, neither inside FlowStone MIDI/Ruby/Audio seems to be SYNC
they seems equal, but they are not (try the null test I've suggested above). Thus, neither inside FlowStone MIDI/Ruby/Audio seems to be SYNC
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: how to send Midi Message
Here is the null->
original->
original->
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: how to send Midi Message
nix wrote:Here is the null->
Thats not null Theres a problem... isn't?
Can you post please to me that module to check "null"? So I wont use FL for tests...
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: how to send Midi Message
it's not user friendly,
just a quick sampler mod
Yeah- something's up, it is very close though and almost cyclical
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: how to send Midi Message
I'll check it out, thanks.
Yes its cyclical, but for "Session". I mean, those shot are recorded in parallel. If I record other 2 rec, the cyclical is again, but on different point.
Its a "random cyclical".
Even if its close, under heavy distortion plugin that could make huge differences...
Yes its cyclical, but for "Session". I mean, those shot are recorded in parallel. If I record other 2 rec, the cyclical is again, but on different point.
Its a "random cyclical".
Even if its close, under heavy distortion plugin that could make huge differences...
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: how to send Midi Message
Nowhk wrote:Check this schematic (or directly the FL12 project) in your DAW (there is a Playing prim):
Your schematic once again tries to take over control against the DAW. As long as you try that, you will have issues.
(1) You are not sync'ing at input, you are just asking if the DAW is playing.
-> You should have asked if there is a midi note incoming.
(2) You are not sync'ing to PPQ, instead you just sync'ing to time.
-> You need to sync to PPQ
(3) You don't use frame sync, which is what the outputs (here DS Out) are using. A frame is the buffer, to which all audio data is written.
-> Use frame sync
If you do all three, you are sample precise in sync (minus all imprecisions that may be introduced by the DAW).
"There lies the dog buried" (German saying translated literally)
- tulamide
- Posts: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
Re: how to send Midi Message
beside tulamide's explanation about sync to daw, i tested your schematic in cubase:
i exported your testschematic over 4 beats (using one of my fs synths) to audiofile (2 times)- loaded both files - inverted the phase of one file - exported the summed output - and what a surprise, null! just a zero line on both channels!
so 2 times recorded and the files are exactly identical, which proofs the stability of the ruby timing!
here are both recordings, so you can proof yourself....
btw. sorry walter, looks like your thread was hijacked
maybe nowhk wants to continue on his original thread now
i exported your testschematic over 4 beats (using one of my fs synths) to audiofile (2 times)- loaded both files - inverted the phase of one file - exported the summed output - and what a surprise, null! just a zero line on both channels!
so 2 times recorded and the files are exactly identical, which proofs the stability of the ruby timing!
here are both recordings, so you can proof yourself....
btw. sorry walter, looks like your thread was hijacked
maybe nowhk wants to continue on his original thread now
- Attachments
-
- synctest.zip
- (1.55 MiB) Downloaded 899 times
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: how to send Midi Message
Nubeat7 wrote:btw. sorry walter, looks like your thread was hijacked
maybe nowhk wants to continue on his original thread now
Yeah sorry, I guessed it was a related problem, thus I wrote here. My problem follow here viewtopic.php?f=2&t=3959&p=23686#p23686
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
33 posts
• Page 3 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 57 guests