-
-
Notifications
You must be signed in to change notification settings - Fork 49
Description
I recently wanted to make breakcore/ambient-jungle type music in radium. To get precise cuts, I used propellerhead recycle to slice the amen break into 45 individual hits. And wanted to play those mapped to individual notes. However, every approach and alternative I could think of so far was flawed in some way or another.
-
Convert to Soundfont and play in the Sample Player: Radium doesn't seem to recognise when I set a fixed key for all drum hits so that they are played at the same pitch, instead the drum hits are pitched according to the notes they are mapped to. Furthermore, every attempt at creating a soundfont with polyphone or swami (regardless of which samples I used or if it was a melodic or percussion instrument) failed to play properly in the radium sample player, either producing bad resampling/aliasing artifacts or sounding way to muffled, depending on which resampling algorithm I chose. Maybe I just suck at creating soundfonts, since many of my downloaded soundfonts work fine in the Sample Player, however the soundfonts I create myself play fine in Fluidsynth. Also the stereo channels are not displayed side by side like when the samples are played normally.
-
Convert to Soundfont and play in Fluidsynth: works, but again no visualization in the editor view, which is important for lining up the hits imo, and I can't do pitch bends, portamento, reverse sample playback like with the Sample Player.
-
Convert to .xi: The .xi Format has two limitations which suck, one it only supports mono samples, two it supports by convention only up to 16 samples per instrument. I think I can work around the latter by manually adding more samples in a hex editor and around the former by mapping left and right channels a certain distance of semitones apart and triggering them at the same time with the note duplicator settings at the left. However both channels still won't be displayed in the editor.
-
Slice in Radium with automation instead. It unfortunately is not as accurate as using external software for automatic slicing. And I need to both trigger automation and the sample whenever I want to play a slice.
-
Use the sequencer instead: One of the best options, but it is very time consuming copying, pasting and moving the same samples over and over compared to simply entering a note. I also end up with a huge amount of samples, which can crash radium occasionally.
Sorry if this comes across as a bit picky. But every method I've tried has downsides. So either adding another method to map slices to notes, or improving one of the existing ones would be much appreciated.