-
Sending OSC messages from 2 or more Reaktor instances running at same machine
How i can achive this goal. I need to send OSC messages from 2 instances of reaktor running simultaneously at the same machine. If i activate "Activate OSC" in one of them, the other one says "address is in use". It should to be fine if i use different ports. Anyone can help with this? thanks.
-
Anybody fancy building a multi-band dynamic-delay FX unit?
I scribbled a design for a multi-band dynamic-delay unit years ago - found the original post-it note recently and thought, I want it but I'm not smart enough to build it. I built a little test version using VST's on Reaper; routing an audio signal into several tracks, filtering each track with a plugin, inserting a…
-
Reaktor Core Envelope with Wait (WAHDSR)
Hello guys, I am trying to implement a special Wait/Attack/Hold/Decay/Release envelope in CORE. This version Wait/Attack/Decay/Release envelope is working fine: But as soon as I try to get the Hold in the env does weird things like looping etc. Would be great if you can help me out. Thanks in advance 😊
-
delay with clearable buffer
Hello, I'm writing this message because I need to build a delay Macro that would work exactly like the "Single Delay" Primary Module when used for audio echo (with High Quality Interpolation), but with the ability to clear the buffer at any time. I've tried to figure out several Ensembles with such capability, built in…
-
Reaktor 6 continuous sound output without a input
I am trying to build in reaktor 6 and my computer keyboard is recognized as a midi controller but whenever I try to build in reaktor it just plays continuous sound and does not stop when I take my finger off a key. I have added envelopes and removed the note in utility but it just keeps playing. I have added a screenshot…
-
Reaktor Core Signal Switch and CPU
Hello friends, please forgive me if this is an already answered question but I could not find a good solution. I am building all my new Reaktor stuff in Core, but have not found a good replacement for the switch component from Primary. I tried with the core macro Ctl Relay: But my patch still uses CPU in Core when switched…
-
How could I use system info CPU meter to limit voices? (Voice stealing)
I'm trying to find a way to use the system info CPU meter output to limit the number of active voice's to prevent a cpu overload on a very cpu hungry synth. I keep thinking that there must be a way to say, at %50 cpu or higher, stop adding new voices and start replacing old voices. Like I'm playing voices 1-4, and I'm at…
-
Is there a way to get Reaktor to output a value into Maschine UI?
I am trying to make a Compressor Gain Reduction level readout show up in Maschine UI. I was thinking that easiest way to do this obviously would be to just make a knob, map Maschine UI to it, and then to be able to send a number value to set the knobs' value.. however this doesn't seem to be possible! AFAIK, none of the…
-
Am I missing something? [Audio phase modulation]
Planning to create an audio phase-modulation effect. This is different from a delay effect, in which the delay is in absolute time and the phase mod is in relative time. Like this plugin, from the creators of setBfree and Whirl But I am struggling to determine the wavelength/time shifting amount from a signal alone. Say, a…
-
Is there a way to take a duplicated output and adjust the phase and pitch of it?
I'm trying to create a unison pannel for an FM synth Im making, and I was create a manner that both saves CPU and also creates more stable FM by not just duplicating oscillators but rather duplicating the output and adjusting the values from there. Is there any way to do this? I'm still new to core and have been looking in…
-
Feature Request - Add pitch spread to the sine bank module.
I am currently working on a project using the sine bank module and I'm hitting a wall of sorts as the sine bank does not naturally support unison spread/de tuning. It's a full stereo oscillator but it cannot seperate pitch or ratio between the left and the right, so if I want to do unison spread I have to use 2 stereo…
-
Who knows the most about the sine bank? (Additive Synth issue)
I'm working on a new additive synth and I'm using the sine bank module, it is a system where there are multiple selectable harmonic modifiers. Most of them work great, but one of them is giving me an issue, it's called the stack module. whenever I activate or deactivate this module is causes an issue with the harmonic…
-
Extensive editing of FORMAX formant filter from Reaktor user library.
Is it somehow possible to track a different pitch (than the source signal, which is being formant modulated) or another source signal (an octave lower in the instance) in the detector of analyze module in the FORMAX formant filter from the Reaktor user library? There is the plugin called GForm from the Gvst developer which…
-
Changing song tempo
Hi, I recently tried to modify Twisted Tools Ultraloop to be able to divide or change the clock while I am using the plugin version of Reaktor since this feature is possible only in the standalone version where you can change the Reaktor bpm, in fact in the vst version by default is not possible to desynchronize Ultraloop…
-
Best practices to prevent initialization bugs?
I hear initialization bugs can be weird and hard to track down, I also heard someone avoid using the first outlet of the order module to prevent it, does that work? And what are other ways you can prevent it in primary / core? Cheers