-
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…
-
Odd Behavior with Reaktor 6 as a CC Controller for Hardware Synth
I have a Liven 8-Bit Warps that I'd like make a software controller for as it's very menu-divey and tedious to program on its own. I eventually settled on Reaktor as while I primarily use Live, I will occasionally need to use it in other DAWs. Using Liven's Midi implementation chart as a reference, I made a CC editor…
-
Generative Accompaniment
This looks so fun https://youtu.be/URkxEAvavhw Let's build this. OK?
-
Stereo Mixer with selectable outs based on
I love this mixer (4 stereo ins + filters), but I build things that sometimes requires multiple outputs, especially when I'm in Ableton Live. I'd like to have an internal bus on this mixer where I basically pick what stereo output each channel goes out to. But looking at this is like trying to decipher Egyptian symbols……
-
Can someone verify that this works.
This is a simple VSTI. It has no sound but is suppose to get input velocities to match 4 various curves. I think it's sending out midi notes and is 128 voice polyphony but I don't know how to test it. Does anyone have a DAW that lets you chain VST instruments so the one following this responds to it's midi out? I think the…
-
Help me work out the UI concept for a sequencer.
I'm building a sequencer. I'm working out note/time divisions and how to best represent them visually to make programming easy and straight forward. I have no experience with existing sequencers that are visually and practically based off of a hardware sequencer and how they work. Hence i am working out something workable…
-
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…
-
Core Frequency Divider
Hey guys – I'm sure this is a dumb question for reasons that I don't even realize because I am such a low-level user / builder, but – is there a core macro that's equivalent to the old primary level Frequency Divider? I am basically trying to build a monophonic "octaver" device that tracks zero crossings and outputs a…
-
Octatrack Style Morph Between musical tracks?
Hello there folks, anyone here have a octatrack? When you switch between tracks it literally morphs between songs, the same processed is used with its mixer. Is sound amazing when it does that, I dont have one anymore to listen to but that morphing effect is not really mixing, it is like it slows down or speeds up the…
-
VOICES parameter bug in the REAKTOR 6.5.0.
I am posting here because I have encountered what appears to be a bug in the behavior of REAKTOR 6.5.0. When creating an Instrument in Reaktor and modifying the VOICES parameter from the Ensemble’s Function tab, the system behaves incorrectly: when the value is set to 2 or higher, the number of simultaneous voices is…
-
Does anyone know where to find inharmonic ratio charts?
I'm looking for charts of inharmonic ratios of plucked/struck instruments to build a module for an additive synth. Like a Free bar strike harmonic ratios for 32 harmonics are these… (Thanks to Chet Singer for helping me with this) 1 2.76 5.402 8.93 13.34 18.632 24.806 31.862 39.8 48.62 58.32 68.906 80.372 92.72 105.95…
-
Modyfing Meta Physical Function to make Automation recording mappable
hi everyone, I’m trying to modify metaphysical function to make the automation recording process mappable and control it completely from a midi controller. I’m not very experienced in patching in reaktor by myself, and would need some help here… tried to get to my goal with AI but that didn’t work. Can someone help me…
-
Why doesn't midi gate work in Krypt?
I've been working on modifying the factory grooveboxes so I can control whether and when they play based on midi notes. I got all of them working except krypt and krypt apparat. When I paste in the code to control the audio output based on the midi input, the midi gate control always returns 0. I checked that the…
-
Stick Position : realistic drum sounds wiht levels of drum modes driven by the stick hit position
Hello On real drums the sound of the drum change with where you hit the drum skin. But on public information there is nothing , as far i know, that says how each modes of the drum evolves with the hit position. And after some research based on some pictures of the modes, and a map of real amplitudes of a drum skin , i have…
-
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…
-
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…