-
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
-
Looking for Raindrop Sounds with tonality
Anybody an idea to create Raindrops (or other waterdrops) with playable tonality with reaktor 6?
-
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…
-
audio crackle when reading from an audio table. What am I doing wrong?
Hi! It's been a long time since I did anything in Reaktor (besides building Racks). I am looking to create a simple rewind plugin. Basic operation: audio is recorded into an audio table. Settings in two screenshots attached. whenever the 'reverse' button is pressed (which comes in at the REV input in my screenshot) the…
-
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…
-
EzFFT Phase Retrieval/Reconstruction - Phase Gradient Heap Integration Algorithm
Does anyone comprehend "the Phase Gradient Heap Integration" algorithm in EzFFT context and know how to implement it? I need this in my custom-made macro which swaps (shifts) amplitude positions in ezfft, of course, the result of such an operation is spectral noise and jitter. I want to correct phases to fix the resulting…
-
[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…