Ah yes what i meant on windows ctrl+gSuloo wrote:select several devices and hit cmd+g on mac to make them a layer:
Did you know (Tips and Tricks) NO CHAT!
-
- Banned
- 1601 posts since 29 Sep, 2014 from Halmstad, Sweden
desktop: windows 10 x64, i5 4690k, 32gb ram 1600mhz, 2x ssd 128 gb +2x3 tb, asus gtx 970, asus proz gamer motherboard, no external audiocard
laptop: windows 10 x64, i7 mq4700, 12gb ram 1600mhz, 1 tb, asus gt 750
laptop: windows 10 x64, i7 mq4700, 12gb ram 1600mhz, 1 tb, asus gt 750
- KVRian
- 797 posts since 2 Nov, 2014
some good information from TeePee about recording/routing/latency for those using hardware.
---------------------------------------------------------------------------
---------------------------------------------------------------------------
TeePee wrote:Actually it doesn't matter if RLC is left on or off. It doesn't make any difference when software monitoring through the Hardware Instrument device, because the only way to get your software monitored recordings in sync is simply to NOT record straight from an input:TeePee wrote:Fixing the relative timing at your outputs/DAC/speakers by using the Hardware Instrument's 'Latency' function, should also cause your recordings to line up. RLC needs to be on on for this.
If I try to record my hardware sampler to an audio track with it's input set to 'Input 9', I get early recordings with RLC on, and late recordings with RLC off.
But as soon as I set the recording track's input to one of the Hardware Instrument Track's objects (enclosed in orange above) the recordings are correctly aligned. So, when recording from a track object Bitwig doesn't get it's timing information from the RLC system - Bitwig ignores RLC and therefore effectively switches off RLC for that recording track. It appears that RLC is only used (if enabled in the Options menu) when recording straight from an input listed under "AUDIO INPUTS".
So, I suppose the answer to your OP is it doesn't matter if ARLC is on or off when software monitoring because RLC isn't used. I'd still leave RLC on though, as it's still used for direct/mixer monitoring or recording a mix through an analogue 2Bus/mastering chain etc.
Back soon.
TeePee wrote:OK, here's how I set everything up for software monitoring an external sampler through the Hardware Instrument device. The sampler is just playing a click track. Buffer size is 128 samples:
The Hardware Instrument track is playing 16th MIDI notes, with 13ms LATENCY for the Hardware Instrument device. As I said before, if you don't increase the LATENCY figure when software monitoring you'll be monitoring the external synth late in your speakers:
Set the input on the synth's recording track to a track object, in this case I've set the input to the Hardware Instrument track's 'Tool Out' for gain purposes. Again, RLC isn't used because I'm using a track object rather than 'Input 9':
When I play back the recording you can see that the 'DAW click' (top) is pretty much in line with the external sampler click (bottom). In this case, the click recorded from the external sampler is only 3 samples earlier on the grid than the sample accurate 'DAW Click':
Hope this helps.
-
- KVRAF
- 5144 posts since 3 Oct, 2013
working with meta-clips too, with pressed ctrl can be more than one selected (clip based editing so the meta clips can be different places on the timeline)svervs wrote:Double-click Scene Launcher to enter Layered Editing.
Works inside groups as well.

"Where we're workarounding, we don't NEED features." - powermat
- KVRAF
- 4803 posts since 21 Jan, 2008 from oO
In case someone missed it so far: select any object and hit alt+a to mute/unmute it, doesn't work on meta clips sadly..


JamWide - a cross-platform Ninjam client for DAWs
-
- KVRAF
- 5144 posts since 3 Oct, 2013
just the shortkey not working check the mute inside the inspector on the leftSuloo wrote:In case someone missed it so far: select any object and hit alt+a to mute/unmute it, doesn't work on meta clips sadly..
"Where we're workarounding, we don't NEED features." - powermat
- KVRist
- 413 posts since 16 Mar, 2013 from BLN
Bonus to this one:Suloo wrote:In case someone missed it so far: select any object and hit alt+a to mute/unmute it, doesn't work on meta clips sadly..
Using the shortcut on a mixed selection of muted/unmuted objects inverts each object.
Whereas the button in the inspector unmutes all.
-
- KVRAF
- 5144 posts since 3 Oct, 2013
there is a topic for autohotkey script but putting my current one here (win only, https://autohotkey.com/ )
can close any focused VST window by ESC key(which is routed to alt+f4), and simulate mouse scroll wheel with pressed left mouse button, just have to install the macro engine then creating a new script windows desktop > context menu/new/AutoHotkey Script with the content above saving/starting the script and done (it state can be checked in the system tray)
Code: Select all
~ESC::
if (WinExist("Bitwig Studio") && WinActive("ahk_class vstpluginwindow"))
SendEvent !{F4}
return
#IfWinActive Bitwig Studio
~LButton & WheelDown::MouseMove 0,2,0,R
~LButton & WheelUp::MouseMove 0,-2,0,R
"Where we're workarounding, we don't NEED features." - powermat
-
- KVRist
- 248 posts since 26 Jan, 2014
I used to neglect the 'Edit' mode, but this was a huge mistake. I barely even use the note editor panel anymore. For anyone who misses resizable track heights, the 'Edit' mode has you covered (and I hope they never add variable resizing to the 'Arrangement' mode, it would just be another potential source of bugs with no benefits because 'Edit' does it all if you just give it a chance).
However, I was only able to achieve this new-found integration of 'Edit' into my workflow by binding the 'Switch to Mode 1/2/3' commands to 'Cmd + 1/2/3'. Otherwise it is just cumbersome enough to perhaps inspire you to stay put in the 'Arrange' mode.
This way I can be working in the arrangement, select some clips I want to edit, quickly switch to 'Edit' mode. From 'Edit' mode you have access to the device panel and the mixer panel.
However, I was only able to achieve this new-found integration of 'Edit' into my workflow by binding the 'Switch to Mode 1/2/3' commands to 'Cmd + 1/2/3'. Otherwise it is just cumbersome enough to perhaps inspire you to stay put in the 'Arrange' mode.
This way I can be working in the arrangement, select some clips I want to edit, quickly switch to 'Edit' mode. From 'Edit' mode you have access to the device panel and the mixer panel.
-
- KVRist
- 224 posts since 30 Mar, 2015
Found a really nice feature yesterday:
Drag a sample (audio clip) onto a drumrack. It opens the slice dialog and adds the slices to the drum rack, onto the pad you've dragged it on. It leaves pads previously filled with samples in place!
One weird thing, I could not find a way to crop a waveform inside an audio clip, so the slicer would only slice the cropped sample. I've used bounce in place for this as a workaround.
Drag a sample (audio clip) onto a drumrack. It opens the slice dialog and adds the slices to the drum rack, onto the pad you've dragged it on. It leaves pads previously filled with samples in place!
One weird thing, I could not find a way to crop a waveform inside an audio clip, so the slicer would only slice the cropped sample. I've used bounce in place for this as a workaround.
-
- Banned
- 1601 posts since 29 Sep, 2014 from Halmstad, Sweden
Here is a cool trick for working in layer. Its quite a basic feature most will learn anyway. but for those who dont know how to easiest copy values between bitwig instruments/fx check it out.
desktop: windows 10 x64, i5 4690k, 32gb ram 1600mhz, 2x ssd 128 gb +2x3 tb, asus gtx 970, asus proz gamer motherboard, no external audiocard
laptop: windows 10 x64, i7 mq4700, 12gb ram 1600mhz, 1 tb, asus gt 750
laptop: windows 10 x64, i7 mq4700, 12gb ram 1600mhz, 1 tb, asus gt 750
-
- Banned
- 1601 posts since 29 Sep, 2014 from Halmstad, Sweden
To simplify and explain more in detail.SB-SIX wrote:Found a really nice feature yesterday:
Drag a sample (audio clip) onto a drumrack. It opens the slice dialog and adds the slices to the drum rack, onto the pad you've dragged it on. It leaves pads previously filled with samples in place!
It do this when you drag from arranger or cliplauncher. Not when you drag from browser
desktop: windows 10 x64, i5 4690k, 32gb ram 1600mhz, 2x ssd 128 gb +2x3 tb, asus gtx 970, asus proz gamer motherboard, no external audiocard
laptop: windows 10 x64, i7 mq4700, 12gb ram 1600mhz, 1 tb, asus gt 750
laptop: windows 10 x64, i7 mq4700, 12gb ram 1600mhz, 1 tb, asus gt 750
-
- KVRAF
- 5144 posts since 3 Oct, 2013
syncing the layer visibility between the arrangement and the editor view,
select the clips then press the "Toggle layered editing" button twice, if u want to remove all the visibility select a meta clip then repeat the prev. process

this was one my favorite missing feature in Bitwig
yeah, always wondered why don't working automatically
select the clips then press the "Toggle layered editing" button twice, if u want to remove all the visibility select a meta clip then repeat the prev. process

this was one my favorite missing feature in Bitwig
"Where we're workarounding, we don't NEED features." - powermat
-
- KVRist
- 427 posts since 9 Feb, 2012
FAST ZOOMING with the Apple Trackpad 2!: 2 Finger Drag (up/down) + Control and Option.
I discovered the above after finding out that you could quickly zoom in and out using the Middle Mouse drag on a normal mouse. In Logic, I use the Pinch In and Out gestures to zoom in and out and I was missing this feature in Bitwig. Since I use a Trackpad, I needed to find a way to mimic the 'middle mouse drag' and with some Googling + trial & error, I somehow managed to figure it out
Hope this is helpful!
I discovered the above after finding out that you could quickly zoom in and out using the Middle Mouse drag on a normal mouse. In Logic, I use the Pinch In and Out gestures to zoom in and out and I was missing this feature in Bitwig. Since I use a Trackpad, I needed to find a way to mimic the 'middle mouse drag' and with some Googling + trial & error, I somehow managed to figure it out







