You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm working on my project that uses DawDreamer as the render engine. Here are some issues I met:
SamplerProcessor does not work properly: initially I found the rendered audio from SamplerProcessor are all click sounds like this:
The midi is an arp loop and the audio data is a short guitar sample in "wav" format, so I think the midi is loaded properly, then I thought it might be the initial parameter states got wrong, so I checked them and I tried to set the parameters, but it didn't work:
I tried "1", "1.0", "True" for the "Amp Active" parameter to get it turned on, but all of them didn't work.
PlaybackWarpProcessor will cut the transient of the audio: I gave a kick sample to the playbackwarp processor and I set the clip positions so that it renders a kick loop, but I found the transient of the kick got reduced a lot, don't know if it's a rubberband issue but I did not change the transpose and tempo_ratio settings:
Original Kick:
Rendered Kick:
Loading Serum plugin in VST3 format could not load .fxp preset files: I think Serum's presets are all in "fxp" format, and I can load them into VST3 Serum in other DAWs. Calling "load_preset()" won't throw any errors but the preset is just not loaded into the plugin, I haven't tested this on other plugins with dawdreamer.
The text was updated successfully, but these errors were encountered:
This might happen if you're playing MIDI notes several octaves above the center note (set to 60). The sampler test is working well for me. It plays three notes of a cymbal at different pitches and they sound pretty ordinary.
The Playback Warp Processor's Rubber Band features can be set. These ones should do minimal modification to the audio.
Hi, I'm working on my project that uses DawDreamer as the render engine. Here are some issues I met:
Original Kick:
The text was updated successfully, but these errors were encountered: