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
Position Synced StepLFO
Re: Position Synced StepLFO
Perfect Human Interface wrote:If you are one the IL forums you should post there about it...
Actually i meant the next flowstone updates. I believe there is a function within vst sdk that returns the host ID. Am i right?
Re: Position Synced StepLFO
Father wrote:Actually i meant the next flowstone updates. I believe there is a function within vst sdk that returns the host ID. Am i right?
Yes. See here: viewtopic.php?f=3&t=2732&p=14781#p14781
"There lies the dog buried" (German saying translated literally)
- StereoSpace
- Posts: 78
- Joined: Sat Feb 21, 2015 12:59 am
Re: Position Synced StepLFO
Thank you Nubeat7! I could not solve the problem of sync in my plug-in, and now it works!
GUI designer
- lalalandsynth
- Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Position Synced StepLFO
"did you unwire the pseudo host inside the ppq sync module? there you need to connect the timesig from host and the host ppq primitive, i was using a pseudohost module for testing inside FS, forgot to unwire this"
What do I need to change for this to work , what can I connect instead of the Pseudo host , I am a bit confused by this ,will it not run without the pseudohost in FS ?
EDIT: I see, It runs in a daw when hooked up properly , just needs the pseudohost for running in FS.
What do I need to change for this to work , what can I connect instead of the Pseudo host , I am a bit confused by this ,will it not run without the pseudohost in FS ?
EDIT: I see, It runs in a daw when hooked up properly , just needs the pseudohost for running in FS.
Re: Position Synced StepLFO
You are right, the pseudo host just imidates the playpositionmarker of a daw, it also is purgeable, so it will be deleted when you compile your project. Then, when be used as vst, it will use the ppm from host.
- wlangfor@uoguelph.ca
- Posts: 912
- Joined: Tue Apr 03, 2018 5:50 pm
- Location: North Bay, Ontario, Canada
- Contact:
Re: Position Synced StepLFO
This is really Cool Nubeat. I'll test it and tell You what I made with it.