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
Preview & Render modes in DAW
6 posts
• Page 1 of 1
Preview & Render modes in DAW
2 things i have to ask
- I don't know if this has been talked about before but, is there a way to see if the DAW is in recording mode or not?
- how can we process a signal at a lower sample rate than the original sample rate?
The goal is to have a low CPU usage while editing and previewing and full quality while recording.
- I don't know if this has been talked about before but, is there a way to see if the DAW is in recording mode or not?
- how can we process a signal at a lower sample rate than the original sample rate?
The goal is to have a low CPU usage while editing and previewing and full quality while recording.
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: Preview & Render modes in DAW
Tool Box
Offline Mode Primitive
Offline Mode Primitive
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Preview & Render modes in DAW
Tronic wrote:Tool Box
Offline Mode Primitive
Oh yeah now i get. i thought that was for internet connection! Silly me
Say in offline mode we want our plugin to work at half sample rate. Is this possible or even relevant? I don't know anything about this subject so any information or examples are much appreciated.
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: Preview & Render modes in DAW
Unfortunately, Flowstone can't down nor upsample its processing as a whole in a simple way. However, all code written in "hop()" code parts is "downsampled". You may put some CPU intensive parts of code in there for "realtime" version and have an non-hopped version for "offline" processing. For example filter coefficient calculation is often done this way.
Some parts of schematic may also be upsampled (search for oversampling toolkit and related articles) to for example reduce aliasing. You may have non-antialiased version of oscillators and distortion modules for "realtime" version and oversampled/antialiased for "offline" version.
Some parts of schematic may also be upsampled (search for oversampling toolkit and related articles) to for example reduce aliasing. You may have non-antialiased version of oscillators and distortion modules for "realtime" version and oversampled/antialiased for "offline" version.
- KG_is_back
- Posts: 1196
- Joined: Tue Oct 22, 2013 5:43 pm
- Location: Slovakia
Re: Preview & Render modes in DAW
Thanks KG. That was all i wanted to know. So if you use for example hope (2) the code will be processed at half sample rate, correct? I try using hop on some code to see how it goes.
- Father
- Posts: 177
- Joined: Thu Jan 09, 2014 5:48 pm
Re: Preview & Render modes in DAW
Father wrote:Thanks KG. That was all i wanted to know. So if you use for example hope (2) the code will be processed at half sample rate, correct? I try using hop on some code to see how it goes.
The sample rate stays the same, but only every second sample is processed (which means half of the work = less cpu load)
"There lies the dog buried" (German saying translated literally)
- tulamide
- Posts: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 81 guests