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

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

REQ: VST All primitive for time info - Ruby [V]

For general discussion related FlowStone

REQ: VST All primitive for time info - Ruby [V]

Postby Tronic » Tue May 14, 2013 5:01 pm

I believe that to have a proper functioning sample accurate,
must have these primitives directly with a connector ruby value [ V ].
otherwise to take the values ​​of these in ruby​​,
you must first be sampled in a Frame and always will be delayed on the size of the audio buffer.
having them directly in ruby​​, you should not use the primitive delay compensation, for proper operation.

PPQ
Sample Position
Bar Position
Time Signature
Tempo
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: REQ: VST All primitive for time info - Ruby [V]

Postby MyCo » Tue May 14, 2013 5:07 pm

Tronic wrote:I believe that to have a proper functioning sample accurate,
must have these primitives directly with a connector ruby value [ V ].


I would rather like to have that as Ruby methods, so I can poll the values. With your suggestion, Ruby would recieve an event every sample, and this would overload almost all modern CPUs even with the shortest code.
User avatar
MyCo
 
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany

Re: REQ: VST All primitive for time info - Ruby [V]

Postby digitalwhitebyte » Tue May 14, 2013 5:41 pm

No, i think you have this value in a block already,
it is present in AudioProcessor.Process when FS call it to retrive the audio buffer,
then you have only output of this block of value from GetTimeInfo request.
User avatar
digitalwhitebyte
 
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: REQ: VST All primitive for time info - Ruby [V]

Postby MyCo » Tue May 14, 2013 5:50 pm

There is no thing called AudioProcessor in FS
User avatar
MyCo
 
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany

Re: REQ: VST All primitive for time info - Ruby [V]

Postby digitalwhitebyte » Tue May 14, 2013 6:22 pm

Yes, of course, I answered based on the possibility to do so by side C++,
I speak of the VST SDK, and its code that developers use, i think,

I do not think it is impossible, also because it is already being done for the primitive FS Sync, now it releases a trig every time the bolckSize buffer is required, so there could also give the contents of the buffer, in the C++ function in the VST SDK for GetTimeInfo , would be the contents of the buffer, with ppq, samplepos etc..
no?

good spot, Tronic.
Last edited by digitalwhitebyte on Tue May 14, 2013 6:31 pm, edited 2 times in total.
User avatar
digitalwhitebyte
 
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: REQ: VST All primitive for time info - Ruby [V]

Postby Tronic » Tue May 14, 2013 6:26 pm

I meant is that the developer could use more or less what you said. :mrgreen:
Tronic
 
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm


Return to General

Who is online

Users browsing this forum: No registered users and 79 guests