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
46 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Re: PositionSyncedStepLFO - help?
optimized the code to get rid of the modulo division, and further optimizing in assembly..
edit: check first file for latest version!
edit: check first file for latest version!
Last edited by Nubeat7 on Fri May 29, 2015 9:12 pm, edited 5 times in total.
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: PositionSyncedStepLFO - help?
This one starts on load, not when 'is playing' so it's out of sync.
I also noticed the smooth knob doesn't work, It's not effecting the audio as it should. (in previous version too).
I also noticed the smooth knob doesn't work, It's not effecting the audio as it should. (in previous version too).
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: PositionSyncedStepLFO - help?
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
about the smooth, thanks! there was a mistake in the code of the ruby stepsequencer, thanks for figuring this out.
fixed both things and reuploaded the last version
about the smooth, thanks! there was a mistake in the code of the ruby stepsequencer, thanks for figuring this out.
fixed both things and reuploaded the last version
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: PositionSyncedStepLFO - help?
Sorry my bad! I didn't really look, was kinda busy, I knew it's something like that, happens a lot. It's fixed now.
I think steps height needs a bit correction. Because in positive mode there is a bit extra at bottom of every step, or rather there isn't a fixed line there.
I just tried this for a quick fix. added a 0.1 to height.
#--------draw Bars------------------#
@steps.times do |id|
if @positive
y = @h - @h*@Values[id]+0.1
h = @h+0.1
I think steps height needs a bit correction. Because in positive mode there is a bit extra at bottom of every step, or rather there isn't a fixed line there.
I just tried this for a quick fix. added a 0.1 to height.
#--------draw Bars------------------#
@steps.times do |id|
if @positive
y = @h - @h*@Values[id]+0.1
h = @h+0.1
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: Position Synced StepLFO
updated to the latest version in the first post, including the fl studio ppq fix which was discussed here:
viewtopic.php?f=3&t=2732&hilit=ppq+synced&start=30
viewtopic.php?f=3&t=2732&hilit=ppq+synced&start=30
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: Position Synced StepLFO
Do we have a solution to identify the DAW yet? Its really unprofessional to ask users to choose if they are using FL studio or not.
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: Position Synced StepLFO
but i think 99% of FL user's don't use any other timings than 4/4..
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: Position Synced StepLFO
Nubeat7 wrote:no, there is no solution...
True but they should really consider it on the next update, among other useful vst functions that's been missing.
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: Position Synced StepLFO
Father wrote:Nubeat7 wrote:no, there is no solution...
True but they should really consider it on the next update, among other useful vst functions that's been missing.
If you are one the IL forums you should post there about it. While they certainly may not do it just because you asked for it, they do listen closely to customer suggestions and most of their updates are based on customer feedback.
- Perfect Human Interface
- Posts: 643
- Joined: Sun Mar 10, 2013 7:32 pm
46 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Who is online
Users browsing this forum: Google [Bot] and 49 guests