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
Howto save output to a wave file?
3 posts
• Page 1 of 1
Howto save output to a wave file?
Hello there, I'm wondering if there is a simple way of saving the stereo output of my sinth into a wave file.
For example, I'd like to sample 4sec. of output by pressing a button and then just have the sample saved into a file.
I really like this software but as I'm new to it I have some problems figuring out howto do it.
Any suggestion welcome
For example, I'd like to sample 4sec. of output by pressing a button and then just have the sample saved into a file.
I really like this software but as I'm new to it I have some problems figuring out howto do it.
Any suggestion welcome
- sscilli
- Posts: 1
- Joined: Sat Mar 09, 2013 9:25 pm
Re: Howto save output to a wave file?
You could also record a sample bank from your synth by using like wavelab or so and have your synth connected to your audio in. Touch every sound long enough so afterwards you can make a good loop after cutting and saving all samples.
Then rebuild the bank in a wave array or so.
But for rebuilding your samples into a bank you can load and play it as a softsynth i would use Kontakt. Because it is easy and takes over all loop points correctly wich you assigned in wavelab or any other program, in stead of messing around with sfz in flowstone.
Then rebuild the bank in a wave array or so.
But for rebuilding your samples into a bank you can load and play it as a softsynth i would use Kontakt. Because it is easy and takes over all loop points correctly wich you assigned in wavelab or any other program, in stead of messing around with sfz in flowstone.
-
jjs - Posts: 142
- Joined: Thu Jun 09, 2011 12:15 pm
Re: Howto save output to a wave file?
I know of 2 ways if u want to do it in FS.
1. Take the audio stream with the component 'mono to graph'. You will need to trigger it with 'ruby custom ticker' example 4 times. I imagine u would use 4 m2f primitives. You need to do it 4 times, because the component only samples maximum one second. The float array data can then be appended into a 4 second long array, which is converted with 'float array to mem' component into the format which can be saved as .wav. There is the primitive 'save wave' to output the .wav file. This is convoluted, but IMO it would work, I have successfully made a recorder for 5 min takes this way.
2. Render the audio to a mem, using 'wave write' and a counter. This is prolly the best option, it's seemingly less complicated. You need to check the R&D components options in the options menu to display the 'wave write' primitive.
Hey, u had the same idea as me. My synth records it's own output for resampling. Additionally u can load up the waveform after cutting it into the wavetable osc. This is all done within the plugin.
Happy to answer any questions, and help with the schematic
Cheers
1. Take the audio stream with the component 'mono to graph'. You will need to trigger it with 'ruby custom ticker' example 4 times. I imagine u would use 4 m2f primitives. You need to do it 4 times, because the component only samples maximum one second. The float array data can then be appended into a 4 second long array, which is converted with 'float array to mem' component into the format which can be saved as .wav. There is the primitive 'save wave' to output the .wav file. This is convoluted, but IMO it would work, I have successfully made a recorder for 5 min takes this way.
2. Render the audio to a mem, using 'wave write' and a counter. This is prolly the best option, it's seemingly less complicated. You need to check the R&D components options in the options menu to display the 'wave write' primitive.
Hey, u had the same idea as me. My synth records it's own output for resampling. Additionally u can load up the waveform after cutting it into the wavetable osc. This is all done within the plugin.
Happy to answer any questions, and help with the schematic
Cheers
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 69 guests