For a newer send tool see Send Mixer:
////////////////////////////////////////////////////////////////
Go to Send Track:
Version 1.0 now on Tools page
http://www.renoise.c…o-to-send-track
This tool works by adding menu entries to the DSP lanes/ Mixer for navigating to and from the send tracks.
- If you have a send device on a track, select it then right-click for menu. You should see an entry:
~ Go to Send
Click it and you will be taken to the send track the device is routed to.
- On any send track that has a send device routed to it, right-click on the DSP lane and you should have a list of all the tracks with those sends. Choose the one you want and you will be taken to that track/ send device. The entries will look something like this:
~ Go To Source ‘Kick Drum’
~ Go To Source ‘Piano’
~ Go To Source ‘Track 03’
…etc
depending on how many sends are routed to it.
Additional Global Keyboard Shortcuts:
Navigation:
-
GTS
Go To Selected Send Device`s Target
Same as the menu function “Go To Send” -
GTS
Toggle Last Selected Track
Toggle between the currently selected track and the previously selected track in renoise . This is not limited to send tracks but can work as an sort of inverse to the above shortcut. Can be useful for generally toggling two tracks in the pattern editor while composing too. (note after very first install of tool you may need to open/ start a new song for this to initialise properly) -
GTS
Go to Source …
When on a send track, opens a dialog with a jump list of all tracks routing there. You can type in the prefixed number to jump to that track. -
GTS
Cycle Send Track Selection".
New Navigation Shortcut. If you are not on a send track this shortcut takes you to the first send track in your song. Repeated presses cycle through the send tracks. I already on a send it just cycle from where you are.
Action:
-
GTS
Add New Send Device (Keep Source)
adds a send device to the current track, with a modified initial preset of ‘keep source’ enabled and -INF dB send amount. + now unmutes all send tracks if they were muted before. This is in case you are adding the device to a soloed
instrument track. This means that when you increase the send amount slider you can hear what you are sending to as the send would be muted otherwise. -
GTS
Add New Send Track
adds a new send to the to the last track position -
GTS
Route to New Send Track .
Adds a send track and immediately adds a silent send device to it. -
GTS
Monitor Send Tracks
Toggles the audio on/off from all the instrument tracks, so you can work on the send sounds alone. The prefix “MON:” Will be added to send track names while this is active. -
GTS
Toggle Sends Active State
mutes and unmute all sends at once
- GTS
Increment FX Track Color
cycles between medium/low and no coloring on all send and group tracks
- Cas added his launch dialog for regular send devices. His original post is here: http://forum.renoise…post__p__298154
Keyboard shortcut:
GTS
Route To Send Track….
So I’ve been so free to create version 0.61
one shortcut has been added, namely “GTS
Route To Send Track…”
it gives again a type of keyboard operable GUI with some very simple, but very handy options:
- As usual, you can type a number, or a-z, A-Z if you have a lot of send tracks, to select where to send to
- You can select it with keys up/down too
- You can pre-set the Amount value with left/right (Shift to be more precise)
- Enter to send to existing track, but also:
- Insert to create a new sendtrack before the indicated one aisti
- Delete to create a new sendtrack after the indicated one aisti
- Home to create a new sendtrack at spot #1 aisti
- End to create a new sendtrack at the end aisti
(legend for the above list; aisti means “and immediately send to it”)
-[code note] removed track change notifier as this is covered by selected device notifier already.-------------------------------------------------------------------------------------------------------------------------------------Latest version additions:---------------------------------
v1.21–added shortcut GTS Throw To Send, which takes the selected track DSP and puts it on a new send track. The DSP is replaced with a send device pointing to that new track.
v1.2 bug fix:-- cas additions line 150ish: local num = 1 CHANGED 24/01/14, given the default value of 1 to avoid later attempted arithmetic on a nil valuev1.0-‘GTS’ Increment FX Track Color Blendcycles through blend states for group master and send track colorsmedium blend, light,blend and no blendv0.66Tidied up the multiband ‘go to source’ menus so instead of duplicate entries to the same device, L/M/H is appended to the end for the different bands
v0.65just fixed: bug here that after changing send targets in the device, you need to de-select and re-select the device to up date the menus, v0.64edit: forgot to mention these have been added aswell:On the selected Send DSP, shortcuts cycling the target send (receiver) forwards and backwards :GTS
Cycle Selected Send Devices Target ->
GTS Cycle Selected Send Device
s Target ←
-Added menu support for multiband sends. When right-clicking on them in the DSP or mixer, the following will appear, for the low medium and high bands respectively
~Go To Send (Low)
~Go To Send (Med)
~Go To Send (High)
When right-clicking a send track that has a MB send routed to it you will get something like the following depending on which band is routed, - Low, Med, High
~Go To Source (Med)
------------------------------------------------------------------------------------------------------------------------------------------Known issues:-For the menu entries to show up on a send track you have to have a device hilighted/ selected. This is normally no problem if you have DSPs on the send, but if the send is empty you will need to select the track device (the volume/pan/width device that exists at the start of every track)-Multiband sends not supported yet.Apart from that it seems to be working fine, unless you can tell me different?
click here for changelog
v0.60–No new features but a major rewrite of menu code to simplify and tidy it. Testing it still works as expected , is appreciated!Note to Cas: I re-formatted some of your code(so I am able to maintain it better if needed- hope is still workable for you?) and also split it to a file cas_additions.lua. Should be easy to find if you want to modify it/ make any new additions.
v.0.59
– All shortcuts are now prefixed with GTS
(i.e. G o T o S end) in order to find them more easily for assignment. So when looking for these shortcuts you can now just search: gts and all the shortcuts for this tool will show up.
This means previous assignments will be lost now so please update them, this should make things quicker in the future though.
- [MODIFIED] GTS
Add New Send Device (Keep Source_)_
adds a send device to the current track, with a modified initial preset of keep source
enabled and -INF dB send amount_._ + now unmutes all send tracks if they were muted before. This is in case you are adding the device to a soloed
instrument track. This means that when you increase the send amount slider you can hear what you are sending to as the send would be muted otherwise.
– Cas’ updates are now incorperated http://forum.renoise…post__p__297963 thanks Cas!
GTS
Route to New Send Track. Adds a send track and immediately adds a silent send device to it
GTS
Go to Source ….When on a send track, opens a dialog with a jump list of all tracks routing there. You can type in the prefixed number to jump to that track.
– New Navigation Shortcut `GTS’ Cycle Send Track Selection". If you are not on a send track this shortcut takes you to the first send track in your song. Repeated presses cycle through the send tracks. If already on a send it just cycle from where you are
– Fixed: bug reported by thalamus here: http://forum.renoise…post__p__297973
v0.57
- When using the Monitor Sends Shortcut, the string "MON: " is prefixed to the names of the sendtracks as feedback that this mode is active
- Added Cas’ suggestions to tidy up the ‘Silent Gainers’
- New Shortcut to mute and unmute all sends at once: “Toggle Sends Active State”
- New Shortcut as requested by It-Alien for “Go To Selected Send Device`s Target”
- New Shortcut to toggle between the currently selected track and the previously selected track in renoise “Toggle Last Selected Track”. This is not limited to send tracks but can work as an sort of inverse to the above shortcut. Can be useful for generally toggling two tracks in the pattern editor while composing too.
v0.55
–added global keyboard shortcut:
_ Monitor Send Tracks _
This shortcut toggles a silencing of every instrument track, by adding 'Silent Gainer’s. You can then concentrate on the send audio itself - good for eqing reverbs/ finetuning fx.
It is different from simply soloing a send in renoise which leaves the source sounds still audible.
v0.53
–added global keyboard shortcut:
_ Add New Send Device _ (Keep Source)
_v.0.52
–added global keyboard shortcut:
Add New Send Track _