-
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
-
What kind of compressor would you put into a delay feedback chain?
I'm doing this with my Eurorack and there are very nice results. Because it avoids the resonance catastrophe at a point where the sounds get very interesting. Normally it is next to impossible to reach an equilibrium by tuning the feedback level, but if there is a self correcting stage inside the feedback there is much…
-
Export/record MIDI from Reaktor ENS (Aerobic etc)
I have searched but no luck finding anything yet so maybe, sadly, this can't be done? I want to record MIDI from some of Reaktor's grooveboxes etc, like Aerobic, so I can feed other VST's with the pattern. Is this not possible?
-
Simple value change sensor
Thought I'd pass this on. It's a sensor that detects a change in value. This example sends out a reset command to something else. But here's how it works using the previous event module. "Previous event". Stores the incoming event value and outputs the previously stored value. As can be seen "Time" is the incoming value,…
-
Twisted Tools Ultraloop modification
Hi :) I am quite new in the world of primary building. I would like to modify Ultraloop to be able to change the tempo of the sequence, because you can do this only using it in Reaktor standalone, not as a vst. Should be easy but I can not find a solution by myself. I hope someone can help me. Thanks
-
Question about knob with custom image
Hi, I was trying to create a knob with custom image, but Reaktor seems 'shift' the images between frames and create unwanted movement. See the attached 'ui.png' and notice the thickness of the top black border. The used button image is 80 x 800, and to my understanding this will create 10 80 x 80 images. I have created the…
-
Random drum sequencer step trigger
Hi everyone, is it possible to randomly trigger the steps of a step sequencer with individual trigger probabilities? So for example when random is hit, the first step will be triggered with a probability of 50%, the second step at 25%, the third step at 100%,... How would I have to connect that? Sry, just started using…
-
interesting (for me) find in a cpu consumption test ens
wanted to get some feedback about a test ens. My personal preference with building in core is to use as few "code" as possible. It enhances the readability a lot for me. But of course routing and latching helps a lot with reducing the number of computations. The question when to use routing can't be answered easily, that…
-
polyphony cpu considerations
Hi! Say you want to have 6 of the same monophonic synths of medium to heavy cpu use each having: 2 oscs 2 filter 4 env/lfo 1 sequencer 2 delays (yes, I want each of the 6 to have 2 delays) A LOT of vcas, modulation operators etc. now, the somewhat special thing is that there is one global voice that is exactly the same…
-
[Physical modeling] Can the Banded Waveguide method be suitable for resonators like…
Hello. I am experienced in physical modeling synthesis using methods such as digital waveguides, resonant bandpass filters and waveshaping. My ensemble Whirlyrhodes is an emulation of a Wurlitzer electric piano, Whirlyrhodes uses almost exclusively modal. I am taking an interest in Banded Waveguide synthesis, which kind of…
-
Sampler Loop overlapping/polyphonic question
I'm building a simple sampler based on the the Sampler Loop module to eventually be part of a drum machine. I'm trying to nail down the behavior so that it 1: triggers for only one note , and 2: Is capable of overlapping. I'm trying to prevent samples from ceasing playback when they are retriggered. Problem is that the Sel…
-
Anyone remember old day user Clist and his project about time stretching in core?
There were two threads in the old forum. Both had the expression "Exile ish" in their title. Part one and two. Sadly I don't have the full thread title in my bookmarks because I made it a point to shorten the titles to have a better overview. http://www.native-instruments.com/forum/showthread.php?t=30713…
-
Debugging
I have a daft / noob question about debugging. As someone who did a lot of code slinging "back in the day", one of the favorite methods of debugging is to write a bunch of junk to a log file and then wade through it to see what the code is actually doing. In the end, it tends to be the best way to tell. I'm dealing with…
-
Reaktor coding (Primary) question
Hi I have yet-another in my long series of noob Primary coding question. I am fiddling around with feeding data into a sine bank, and running up against what ought to be a ridiculously easy problem to solve. As I iterate through the various partials to load into the sine bank, I want to apply a different ratio to the first…