VST Plugins
-
Markus
VST Plugins
Hi,
Don't know if this is the right place to post this...
I'm developing a VST plug-in specifically for Live 1.0 which chops a loop in to slices and rearranges them.
Does anyone have info on which bits of the VST 2.0 SDK is implemented in Live?
At the moment I only seem to get Sample rate, Sample Position and the host vendor/product strings.
I'm having to use Tempo At to get the tempo and can't work out how to get any Time signature info.
Also no transport info.
So...
I'm trying to get a picture of a state of the host from the samplePos each time Process() gets called in my plug.
However the samplePos reported by Live varies from 0 to 128 the first time it gets called! What does the samplePos actually represent? Do I need to account for this offset when returning data to the outputs?
Thanks in advance
Marcus Clements
www.brightonart.co.uk
Don't know if this is the right place to post this...
I'm developing a VST plug-in specifically for Live 1.0 which chops a loop in to slices and rearranges them.
Does anyone have info on which bits of the VST 2.0 SDK is implemented in Live?
At the moment I only seem to get Sample rate, Sample Position and the host vendor/product strings.
I'm having to use Tempo At to get the tempo and can't work out how to get any Time signature info.
Also no transport info.
So...
I'm trying to get a picture of a state of the host from the samplePos each time Process() gets called in my plug.
However the samplePos reported by Live varies from 0 to 128 the first time it gets called! What does the samplePos actually represent? Do I need to account for this offset when returning data to the outputs?
Thanks in advance
Marcus Clements
www.brightonart.co.uk
-
Link
Hi Hans,
The latest version is still returning zero for "sendVstTimeInfo" and preventing plugs like Reaktor from receiving sync information. Even though sync info may be being passed through many plugs are ignoring it as when they query Live it says the protocol is not supported.
Any chance of a fix?
Thanks
The latest version is still returning zero for "sendVstTimeInfo" and preventing plugs like Reaktor from receiving sync information. Even though sync info may be being passed through many plugs are ignoring it as when they query Live it says the protocol is not supported.
Any chance of a fix?
Thanks
-
songcarver2
-
andreas
hi all..
also did some research with vst sdk / live (concerning timeinfo...)
i get ppqPos without problems...
anyway, about reaktor:
i have build a workaround vst-plug , specially for reaktor..:
it spits out songposition - integers at its left audio out
(based on ppqPos from vstTimeinfo...)
so u can insert this plug in the chain before reaktor, eh voila,
there u have songposition available , at the first audio input..
(-> u have to use an audio to event to convert, but thats all...)
this is working really well, so its not really that much of a problem
anymore...
but still, ableton, please fix this, it adds ALOT to the already great live progi!
bis denn, grüsse
°/andreas
also did some research with vst sdk / live (concerning timeinfo...)
i get ppqPos without problems...
anyway, about reaktor:
i have build a workaround vst-plug , specially for reaktor..:
it spits out songposition - integers at its left audio out
(based on ppqPos from vstTimeinfo...)
so u can insert this plug in the chain before reaktor, eh voila,
there u have songposition available , at the first audio input..
(-> u have to use an audio to event to convert, but thats all...)
this is working really well, so its not really that much of a problem
anymore...
but still, ableton, please fix this, it adds ALOT to the already great live progi!
bis denn, grüsse
°/andreas
-
andreas
more...
oh by the way, markus, funny to read your post,
as i've also thought about writing a chopper vst plug , specially for live...
(as it is missing yet...)
maybe u tell me your plans, i would be interested in that..!
(what u plan to implement and so on... lots of ideas here...my mail [email protected] ...)
bis denn
°/andreas
as i've also thought about writing a chopper vst plug , specially for live...
(as it is missing yet...)
maybe u tell me your plans, i would be interested in that..!
(what u plan to implement and so on... lots of ideas here...my mail [email protected] ...)
bis denn
°/andreas
Well, andreas?
How about letting some others try this plugin?
//bsom
How about letting some others try this plugin?
//bsom
andreas wrote: i have build a workaround vst-plug , specially for reaktor..:
it spits out songposition - integers at its left audio out
(based on ppqPos from vstTimeinfo...)
so u can insert this plug in the chain before reaktor, eh voila,
there u have songposition available , at the first audio input..
(-> u have to use an audio to event to convert, but thats all...)