-
Welcome back to your "Building With Reaktor" area
Hey everybody, This is your new place to discuss Reaktor building, as previously available here: https://www.native-instruments.com/forum/forums/building-with-reaktor.68/ We made sure to keep the more advanced area for both Reaktor and Kontakt available in our new space. With your help, we will do our best to make some of…
-
A simple sinewave multiplier
Pretty simple way to generate multiples of a sine wave. This one does 1 2 3 4 5 etc. up to 12. Depending on how you look at it, it's also a divider. https://us.v-cdn.net/6034896/uploads/Y0SLGL1PUYXJ/frequency-multiplier.ens
-
Can i block initialization events from reaching certain modules?
In Primary, i have a knob connected to the Panel Index module in a Stacked Macro, via a Compare/Equal module. The smoother makes it so that when the knob is turned, there's a temporary value lag/difference and the Compare puts out the 1 that makes the "HELLO" visible. When i use this setup in an instrument or ensemble,…
-
internal speed of core cells
hi, for an ensemble I will need a matrix of 32x32 , 32 audio signals multiplied each by a coefficent and 32 output. I've buid a core cell with a double iteration inside that just do 1024 operation. because i don't want to patch 1024 modules. each 1024operation has to happen in less than 1 sample. the problem is that it…
-
GUI design: adventures in Blender.
Hi everyone! I've started experimenting with Blender. I'm trying to rebuild a 2D design i made into 3D. The process is already well underway because i waited for the new forum to launch before starting a thread. The "original": Some working shots of the 3D version (work in progress, obviously): The idea is to, when…
-
Does anyone know how to use all pass filters to restore the phase shift from filters.
Not sure if it can be done but I was hoping to re align the phase shift inherent with low pass filters. I think all pass filters have a specific phase shift but I'm not sure if they can be placed in series with low pass filters to re establish the original phase before filtering. Does anyone have any experience with this?
-
Wanted : 4-way 4-pole crossover filter system
Hello to all, I would like to split a broadband signal into 4 frequency bands in order to add harmonics differently on each band (using the same distortion unit built with Reaktor Core for each frequency band, but with different distortion levels), then recombine the four bands without encountering phase issues. To this…
-
for next core loop output just the first value
hi, I built a for next loop in ocre in order to write or read an event table in primary. it works whent i check values inside but only the first value of the loop is send into primary. I even put a latch at src in the loop but to no avail. what am I missing ?
-
How to reset the delays with an event from the delay time.
This macro resets the delay and clears all buffers without clicks. https://us.v-cdn.net/6034896/uploads/1D8LBI5Z4NQB/how-to-reset-a-delay-with-the-delay-time-macro.ens Hope it comes in handy. The gate shuts it off while the delay time only momentarily shuts it off while the delay changes, eliminating pitch changes when…
-
Enabling the wire debugging tool will also clock and latch a modulation macro's a input.
When you enable wire debugging, it also latches the current value at the a input of this modulation macro all by itself. This produces false wire readings which are confusing. Who else thinks it should be fixed. I feel we shouldn't have a debugger that interferes with the logic as in this example. Talking about the wire…
-
Granular in core
Hello, I would like to build a granular delay in core but can't find any info on how it's done, is there any ensemble that use granular be it a delay or a sampler? So that I can find inspiration? Thank you 🙂
-
Trouble animating steps in sequencer
I'm a relative newbie at reaktor (though a seasoned programmer). I've been working on building a general-purpose 16-step sequencer, and I've got it mostly working. It can vary step length from 1 to 16, allows users to set levels with the mouse (mouse area & multi display), saves values (snap value array), working pretty…
-
LPF Filter Design - Lag Rise and Fall
I have a Moog schematic for a "Lag" module. Its a simple circuit with an adjustable Fc 0<160Hz LPF and some rectifier type diodes. I have been able to model it in LT Spice and the curve looks smooth, however when I run it in reaktor its choppy along the zero crossing. The difference is that with my Reaktor core macro…
-
how do I turn 'half tempo" in the Massive drum machine into a more flexible clock divider?
Reaktor 5 user here…..I love the Reaktor drum machine Massive , particularly the modular version that was uplaoded ages ago. I really like how you can halve the tempo of each sequence, but would prefer even more flexibilty, to divide the tempo into /4 , /8 /16 etc. Can't see how I could do this ,,,could any experienced…
-
Why filter ringing is a problem.
I'm sure most of us have seen or heard some filters continue to ring after receiving a short duration of a tone burst. Some may not think it's a problem, but it can be. One example is the famous third octave filter. Almost everyone I know that has used on of those things to flatten a PA system says it doesn't sound right…
-
I wonder if someone could build something like this? ALM Busy Circuits Stem Ripper
ALM Busy Circuits just released their Stem Ripper module - looks fantastic.. I'm not a builder but sometimes use Reaktor with my modular and hardware synths in standalone mode, just to experiment combining my little bit of modular kit and external synths with Blocks. Toy Box has an audio recorder which is nice but pretty…
-
Beginner Core: Why does new value coming in to the Compare module not trigger change at Router?
I was hoping someone may be able to help me understand how event processing works in this scenario. I'm having a little play with Core, just trying to understand how event processing/signal flow works. I've built a very simple cell here, trying to route the signal to either the top or bottom lamps depending on whether the…
-
I need help with a boolean to useable 0/1 signal.
Ok, I am really really really thankful for the effort @colB and @gentleclockdivider have put into trying to help me solve this. I'll try to be a little clearer here about what my goal is and where i'm at right now. This is part of a larger structure consisting of several core macros inside a single core cell, but for…
-
Efficient routing for iterative processes
So until recently my idea of efficient coding in Reaktor has been the fewer modules needed to achieve the end result the better, but lately I have questioned this approach upon noticing heavier CPU strain with increased voice count. For example, if I were building an additive synth with partials at 1x, 2x, 3x... the…
-
Please educate me on Clip Abs (Core).
My goal is to convert any negative values of an audio (AC) signal into positive values. I'm trying my best to find all the info i need, but i can't be sure if Clip Abs is the right module for the job. example signal flow: input value -0.8 → Clip Abs → output value 0.8 input value 0.5 → Clip Abs → output value 0.5 Clip Abs…
-
iteration multidisplay
Simple iteration going into multisdisplay Length of multidisplay 8 I shoul get 8 evenly spaced bars , but I don't First ouptut of order goes index , second output into x1 , and last output ( added 0.5 ) into x2 What's wrong ? I only get one bar ( proably are bars are stacked ) I really hate for reaktor to NOT have a…