Renoise Forum
Refactor of automation device, audio generator
The automation device could turn into the “audio generator / note receiver” in the device chain. So you could even put two into the chain to have multiple vstis playing. It still could get it’s note data from the pattern directly, without the need to implement a note event signal flow.
This in combination with a parallel container would be very flexible.
1 post - 1 participant
Key tracker --lfo reset not working when in one shot mode
This has been bothering me for a long time , don’t know if there is a reason for this
create keytracker device , conrol destiantion lfo: reset ,
Set lfo to custom waveshape and one shot mode
Result is that it won’t trigger at all
1 post - 1 participant
Cross-fading between samples with volume commands
Hey guys, sorry if this has been asked already but i can’t find any answer to quickly do this.
Let’s say i have two near-identical samples playing at the same time, and i want to cross-fade between them over a certain number of rows, something like this:
| C-4 00 10 .000 | C-4 01 70 .000 | | --- -- 20 .000 | --- -- 60 .000 | | --- -- 30 .000 | --- -- 50 .000 | | --- -- 40 .000 | --- -- 40 .000 | | --- -- 50 .000 | --- -- 30 .000 | | --- -- 60 .000 | --- -- 20 .000 | | --- -- 70 .000 | --- -- 10 .000 | | --- -- 80 .000 | --- -- 00 .000 | | --- -- .. .000 | --- -- .. .000 | | --- -- .. .000 | --- -- .. .000 |This doesn’t work because values for the volume colum aren’t linear, like they are in other/older trackers. This results in a “dip” of perceived loudness around the middle of my crossfade. How can i quickly calculate/input the right values? This has been bugging me for a while!!!
1 post - 1 participant
Bug: Renoise Tool Windows
Renoise Tool Windows
-cannot be streamed
-can be moved out of screen (over the bottom of the Windows start bar)
and then must be reinstalled…
1 post - 1 participant
Tool windows can be moved out of screen
Tool windows can be moved out of screen …
Install ChordLord 3.01.231
Open your ChordLord via menu Tools… ChordLord.
Move the tool to over the start bar to the bottom of the screen.
(You can not move it back).
I can only reinstall the tool by menu Tools… Tool Browser and then Uninstall ChordLord…
I then have to reinstall ChordLord by re-importing the tool .xrnx and the window position is reset.
baguette for @joule and @taktik
1 post - 1 participant
Vibrato and volume swells with MIDI instruments (VST, etc)
…so, i’ve been using trackers since the early 90’s, and i’m quite used to the pattern commands. I’m trying to use VST’s more expressively but implementing vibrato, pitch slides etc. is a pain in the ass. I’m kind of getting around with phrases to automate some of this stuff, but it’s still pretty cumbersome, the first reason being that i’d have to “pre-program” a phrase for each layer/depth/speed of vibrato i want to use for each instrument, then map them etc etc.
What if there was a way to map Vxx / Gxx commands to MIDI bends, and other effect to their equivalent MIDI commands and send them to the plug-in(s) currently playing on the originating track? This has been on my wish-list for years, but now i really need something like this!!!
1 post - 1 participant
Created a multi-sample multi zone M1 piano instrument - any ways to share it?
I spent some time learning how to create multi sample multi zone instruments and lifted my Korg M1 samples for the exercise. I now have a decent M1 Renoise instrument. I was wondering if there is a place such things could be shared with the community?
1 post - 1 participant
'renoise.song().instruments_observable' Reports Change Made
It’s not mentioned in the documentation, but ‘renoise.song().instruments_observable’ will report the change made and to what instrument(s) by passing along a table.
renoise.song().instruments_observable:add_notifier(function(change) rprint(change) end) renoise.song():insert_instrument_at(8) renoise.song():delete_instrument_at(3) renoise.song():swap_instruments_at(2, 7)The odd thing though is the extra steps it’s reporting when a single swap is manually made by the user in the Instrument Selector. Is this supposed to be happening?
1 post - 1 participant
My songs made with Renoise 3.1.1
I announce that I have restored my personal page, where you can listen to my songs made with Renoise 3.1.1. I hope they may interest you and like them. Thanks for any comments.
https://soundcloud.com/user-436163781
1 post - 1 participant
TAL U No Lx in Renoise
Can TAL U No Lx (or similar synth) be uploaded as a VST in Renoise? Thanks
2 posts - 2 participants
Renoise and Octatrack
Hi there, does the integration / synchronisation of Renoise and Octatrack works well? Easy to set up? Can I play both simultaneously ? Thanks
1 post - 1 participant
Question about multicore processing in relation to routing
Hi,
if my song uses a routing where almost all tracks sum into a specific send track by some amount, does this mean that all those tracks will be processed on the same cpu core then? I have some weird stuttering sometimes in a song, and wonder how I could “cpu-optimize” the project…
1 post - 1 participant
Dire Straits - "Sultans of swing" by 2 guys in Montréal
Uploaded this to youtube a few months ago, but it was made around summer of last year. We had a little get-together / talent show on zoom, this was one of the songs i worked on. Was made just for fun, but we got a lot of good comments about it!
Tracking (drums/synth) bass and one guitar part by me, vocals and other guitar by my good buddy Enzo.
/* edit */ totally forgot to mention i played bass on this
1 post - 1 participant
Renoise File Explorer Problem loading VST samples
Could someone please tell me why I cannot drag a sample from the file explorer into a sample based vst? I can do it if I run Renoise inside of a DAW and use it’s file explorer, but not from the Renoise file explorer itself. What gives? Am I missing something?
PDT
1 post - 1 participant
Pitch commands slide step
How come this results in a pitch slide from c to d#?
When Hex number f doesnt even equal a semitone ?
2 posts - 2 participants
Switch focus in Ableton between Redux and computer keyboard midi not consistent
Hey there, I just got Redux to use within Ableton Live 11. I noticed that when you’re in editor view, Redux will use the Renoise style computer keyboard MIDI. I definitely prefer Renoise’s implementation of it, but when in Ableton, it’s hella confusing to not use the implementation that’s found across all other plugins. Is there a way to force Redux to use Ableton’s implementation of the computer keyboard Midi? (eg. A-L for white keys, some QWERTY for black keys, z/x for octave +/- vs. the entire keyboard). I noticed that Redux will obey Ableton’s implementation when editor view is off, or when the plugin window is closed/unfocused.
Thanks!
1 post - 1 participant
Drums-only version for one of my tracks
Was going back to older tracks and thought the drums sounded neat by themselves. All programmed using Steven Slate Drums (free version) and Renoise. I’m still working on mastering!
1 post - 1 participant
Edit Step Questions
A function to call
to skip lines in the pattern
(the number of set block jump lines)
relative from the current cursor
with internal boundary checking and skipping to the next pattern…
and a notification how to access this function (to add to ChordLord)?
Renoise.song().transport.jumpNextEditStep?
13 posts - 3 participants
Vst3 doesn't load or when loaded crashes just after trying to launch
Hello.
I have problems with VST3 plugins on Win10 64bit PC. Some of them I can open external window first time just after setting it in plugin tab but after closing external window they work but I can’t get them visible. Also when I just hover over external window button renoise crashes without any error but if I don’t touch that plugin sound is still comming normally but I can control that plugin only through instr automation and so. Some of them work like in previous case, sometimes renoise crashes just after selecting plugin in a drop down menu and I believe in this case I had some error logs so there should be any log somewhere (I can’t find it in a renoise folder). In case when plugin is loaded as instrument when I close external window of plugin I can’t bring it back in this case renoise just shuts without any error. Any help would be appreciated. If you need any additional info or I should clarify something let me know. Thanks in a advance
Greg
found it Log.txt (1006.3 KB)
and to clarify things: I have 3 vst3 plugins:
LABS it is working without any problems,
HELM I can open it for the first time set sound and after that I cant bring back external window but it loads everytime I choose it in dropdown menu.
IRIS 2 this one sometimes can load up and after selecting sound it works but I cant bring that window but most of the time this one just crashes renoise without any window or error just after selecting it in dropdown menu .
1 post - 1 participant
Looking for a new handy fieldrecorder
Ey,
have some money to spend on a new handy little fieldrecording mic and am looking for some tips. I currently own the good old zoom H2 recorder;
…which still works, but I don’t like the time it takes from powering on to actually being able to record, I find it rather slow. Preferably the new mic has similar options, being able to plug in an external mic (like the soundman binaural type of mics) . Also are there any current recorders that use mobile phone-like rechargeable batteries instead of oldschool batteries?
Being relatively small & being able to quickly record after powering up are the biggest pro’s I’m looking for.
Anyone have experience with fieldrecorders, if so which type(s), can you post the amount of time it takes for ‘off to record’ ?
1 post - 1 participant