Renoise Forum
Redux - Import and export wishes
Why are the color highlights in the pattern two by two?
Why are the color highlights in the pattern two by two?
Can this highlighting pattern be changed?
3 posts - 2 participants
Import SF2, Halion or Kontakt Sounds to Redux?
Hello, is it anyway possible to load or import SF2, Halion or Kontakt Sounds in Redux?
I want to move completely to Linux and search a solution to play this songs in Ardour with Linux.
If not, knows anyone a converter to convert it anyway to load into Redux?
Greetings, Stefan
1 post - 1 participant
Trivially load any file as audio
I have found a bug with Renoise’s drag and drop file loading. If you drag multiple files onto Renoise, such that at least one is a valid audio file, it will also load the last file in your selection without checking its type. This lets you load any file as raw audio data.
Tested with Renoise 3.4.2 on macOS Monterey.
1 post - 1 participant
For Sale: Reason 12 Full
I cannot move away from Renoise, I have tried a few other DAW’s in my time and keep coming back. I am a control freak and Renoise enables this perfectly. Don’t worry, this isn’t a meltdown on my part - I would like to get £150.00 for a full version of Reason 12. Sensible, close offers accepted.
Thanks.
1 post - 1 participant
Serious bug in system dialog handlng
Renoise very often (and I check this on second computer) freeze when plugin needs to open system dialog window (like file open/save dialog). It works, but when you try to do something more (like change task to find file or trying to create folder etc.) it freezes. Is unable to write anything in dialog window. It’s similar with all system dialogs - when plugin needs to be registered and uses system window for that - good luck with copying serial from email client and paste into plugin.
1 post - 1 participant
Steel Grey Eyes
Renoise Does Not Show Up On Windows Sound Mixer
Just as the title suggests, Renoise doesn’t show up in the Windows Sound Mixer.
It also doesn’t show up in EarTrumpet.
Given how loud Renoise can be compared to other apps, this would be a great feature to have working. It’s just plain weird. Something to do with ASIO perhaps?
Thanks
Edit: I running 64-bit on Win 11
1 post - 1 participant
Change #Line iinput default channel
In my song template I have lots of tracks, each with its own line-input device. When Renoise starts, the default channels on each input device doesnt correspond to correct channels from the soundcard, it’s as “channel 1 and 2” as default, wich mean every time i start renoise i have to go to each track and set correct channel.
For example, on track sh-101 there is the line input device, named sh-101, input: L, channel: 7/8 (wich i manually have to set every time because the default channels are 1/2).
1 post - 1 participant
Blue cat connector, does not connect
Hello, maybe there is some setting i need to change but blue cat audio connector does not seem to work with Renoise, i have tried it in fl studio and works fine there.It does not receive any audio inside renoise, does anybody know why this would be?
7 posts - 2 participants
Double trig/flam problem with phrase
Hi all!
I made a phrase with a break and play it from Ableton Live using a midi track, and the audio goes through Rewire back to Ableton. Thing is, every other repetition a double trig/flam like sound occurs at the start of the phrase, even the metronome in Renoise sounds like it’s flamming. First triggered phrase sounds good, then bad, then good and so on.
Can’t get my head around this one!
1 post - 1 participant
Record automation in multiple tracks at the same time
Is there a way to do that?
I got an AKAI midimix, I assigned the controllers to several parameters in renoise but I can only record automation on the track the cursor is located.
Is it possible to record automation into multiple tracks?
3 posts - 2 participants
Dash Glitch features renoise
Live Pattern Matrix Question
Is there perhaps a tool or some configuration to pre/trigger patterns for live playing? Basically triggering a pattern a measure, beat, or even lines ahead via MIDI or keybind?
1 post - 1 participant
MBC 14 Theme poll
Heyo!
I wanted to poll you all about what the theme for MBC 14 should be. I’ve got a few ideas and am open to other suggestions if you’ve got a good one. Take a minute and vote for your top 3
voting good through November, winning theme starts MBC thread in December
1 post - 1 participant
D16 Phoscyon 2 VST window can't be moved
When I load Phoscyon 2, the top and bottom edges of the editing window are displayed beyond the edges of my screen, so I can’t move the window around by clicking and dragging. When I resize the GUI, the top of the window remains out of sight, but the lower edge comes up. If I try shrinking the Renoise window, the Phoscyon window itself doesn’t shrink along with Renoise.
When I load Phoscyon in other DAW’s, the editing window is completely visible, so I think this is something weird with Renoise. Any ideas what might be going on?
1 post - 1 participant
How to set attack, sustain and release feature to a sample
Hello, i have for testing a string sample and now i search how to adjust attack, sustain and release feature to a sample.
Question No 2. Is there any automatism to find a good loop point?
3 posts - 3 participants
Catalina Renoise Problem
Recently installed Catalina from Sierra and neither ableton nor Renoise open, Renoise stuttering at Initialising Rewire stage before not responding and making everything run slower. Any similar issues or solves?
Mac is 2012 model
Renoise is newest build, which ran no problemo on Sierra.
1 post - 1 participant
Saved automation data does not respect VST3's parameter id
Description
Changing the order in which parameters are declared in the source code of a VST3 plugin changes the assignment of automation data to plugin parameters. According to this topic: ID for Parameter Automation - VST 3 SDK - Steinberg Forums, that should not happen: as long as the parameter ID’s remain stable, the order in which they are declared in code should not matter.
Reproduction
- Create a new renoise song.
- Assign a VST3 effect plugin to track 1. For the purpose of demonstration, I went with the “helloworld” plugin from the VST3 sdk.
- Set up some automation data for the plugin parameters. For this example, I assigned “11xx” to the plugin’s “Parameter 1” and “12xx” to the plugin’s “Parameter 2”.
- The song now should look something like this:
- Save the song to disk and close Renoise.
- Change the source code of VST3’s HelloWorld example plugin: in PlugController.cpp, in the function PlugController::initialize, swap the order in which Parameter 1 and Parameter 2 are added to the plugin’s parameter collection. Recompile the plugin and replace it with the original HelloWorld plugin in your VST3 plugin folder. Alternatively, I uploaded a zip file containing 2 builds of “HelloWorld” (one with the original parameter order, one with the inverted parameter order) here: https://sjoerdvankreel.github.io/renoise_vst3_param_order_test/renoise_vst3_param_order_test.zip.
- Re-open Renoise and reload the song. Observe that pattern effect “11xx” is now controlling “Parameter 2” and “12xx” is now controlling “Parameter 1”. Since the parameter id’s (kParamVolId and kParamOnId) in the plugin’s source code did not change, I would expect “11xx” to still be mapped to Parameter 1 and “12xx” to Parameter 2. See screenshot below:
Expected results
A plugin developer should be able to change the order of parameter declarations in source code, and as long as all parameter ID’s are stable, saved automation data should keep working.
Actual results
In this example, automation for the 2 parameters get “swapped”. Pattern effects that used to control parameter1 are now controlling parameter2, and vice versa.
1 post - 1 participant