What drives you crazy in Bitwig?

Official support for: bitwig.com
Post Reply New Topic
RELATED
PRODUCTS

Post

MegaPixel wrote: Sun Apr 18, 2021 1:53 pm Song files, in my opinion, should be json or xml data if they were to add settings to it, it should be extremely easy to do. Not sure if you can read json or xml...

I don't see why anything that doesn't affect sound should be in the file save, and if it is going to be, then I see no reason why we shouldn't be asked to load those settings on load which would change bitwigs current global settings.

Some things belong in the files programs save, some things do not..
EG. Why doesn't docx (MS Word document or OTF formats) save the configuration of their software in their save files? Why doesn't Unreal Engine 4? Why doesn't VSCode? Why doesn't Adobe Photoshop?
Blender does.
I agree with some settings doesn't have to be local (or per track)

Talking about the format, json or xml produces big files and take longer to serialize than binary formats. Devs would have learned something from Ableton (which uses zipped xml)

Post

lokanchung wrote: Sun Apr 18, 2021 11:59 pm Blender does.
I agree with some settings doesn't have to be local (or per track)

Talking about the format, json or xml produces big files and take longer to serialize than binary formats. Devs would have learned something from Ableton (which uses zipped xml)
I'm using json file for a web application at the moment, just hit 10kb, but I've never had a problem parsing json/xml files of 20mb to 30mb. Not to mention used to parse 20 to 40mb xml files with Adobe Flash for some projects, never really had an issue. But when they get to those kinds of sizes, there's no harm in splitting the files up and reference them from a structural / base / core / controller (mvc) xml/json file. That way micro updates can be saved to just the files in question, and history could be achieved on a modular/component basis (food for thought).

MongoDB ironically has a 16mb limit on a document (mongo is a nosql database which stores it's data as json documents, of which there can be many millions).

I would have assumed that higher level languages with more power than the web tech I work with, c++ etc wouldn't have any issues parsing a 100mb xml/json file or even a 1000 small ones.
Web Developer by day, DAW tinkerer by night...

Post

Not exactly driving me crazy, but i find it inconvenient that Bitwig lacks..

1. comping
2. Lack of a decent groove system like Ableton or Reason.
3. Midi Grid
4. granular delay effects
5. spectral FFT filters
6. Better TS algorithms
Noise Producer

Post

MegaPixel wrote: Mon Apr 19, 2021 12:34 am I would have assumed that higher level languages with more power than the web tech I work with, c++ etc wouldn't have any issues parsing a 100mb xml/json file or even a 1000 small ones.
Bitwig doesnt freeze while saving and that's why I thought performance benifit could be the reason. I haven't open it for a few weeks and iirc, a spinning wheel appeared for a few seconds. which means Bitwig handle it asynchronously.
User interaction isn't blocked while saving and they might keep a copy of save file (or partially serialized version) and manipulate it. Binary format is easier to edit in place so that could be the reason behind the design choice. But in this case your suggestion is easy to implement and I'd totally agree with you unless the devs got many other things to do :)

Post

I've been recently annoyed by multi-track editing. When it's set up it just works and is great, but in order to get there most of the time I need to:
  • open detail editor / edit screen
  • switch to track mode or clip mode, as it's usually the opposite of what I need
  • enable or disable layered editing
  • enable or disable secondary data display (e.g. audio background when editing MIDI)
  • select or deselect tracks I want included with shift or ctrl, double-clicking, etd.
Bitwig could really handle it more intelligently, e.g.
  • when I double click a clip it should assume I want to edit just that clip, in clip mode;
  • when I open editor while focused on track header or time range on a single track, it shuld open in track mode, but without multi-track layers;
  • when I've multiple tracks selected or a time range spanning several tracks and I open the editor, it should open in layered editing and track mode, having the relevant tracks already visible and editable;
  • if I've selected multiple MIDI tracks/ranges and 1 audio track/range, it should open in a layered, track mixed view, with relevant audio data in the background.
  • and it should work dynamically, i.e. when I change the selection, it should adjust the editor accordingly (although that might be a toggle in Settings, that refresh only happens when opening the editor, not every time the selection is changed).
All the features & modes are there, it just lacks some logic & "intuition" to improve the workflow.
Music tech enthusiast
DAW, VST & hardware hoarder
My "music": https://soundcloud.com/antic604

Post

antic604 wrote: Mon Apr 19, 2021 11:48 am I've been recently annoyed by multi-track editing.
Bitwig could really handle it more intelligently, e.g.
  • when I double click a clip it should assume I want to edit just that clip, in clip mode;
  • when I open editor while focused on track header or time range on a single track, it shuld open in track mode, but without multi-track layers;
    ............
    All the features & modes are there, it just lacks some logic & "intuition" to improve the workflow.
I agree with you on that, it gets me often, I double click on a block to edit but it's showing me either a part of it, sometimes it shows me all of it, it feels like it's random, its usually always zoomed in incorrectly on either axis. Then another double click and it sometimes gets it, then another double click and if it doesn't get it then I do the zoom myself.
Web Developer by day, DAW tinkerer by night...

Post

^^^ but music-making has the lowest prio
Image
don't get your problem :D actually making music is the hardest in Bitwig :party: (FL has reverse order for ex. )
"Where we're workarounding, we don't NEED features." - powermat

Post

Peraqsha wrote: Mon Apr 19, 2021 7:05 am Not exactly driving me crazy, but i find it inconvenient that Bitwig lacks..

1. comping
2. Lack of a decent groove system like Ableton or Reason.
3. Midi Grid
4. granular delay effects
5. spectral FFT filters
6. Better TS algorithms
The first 3 I understand...

4 & 5 - just buy suitable plugins. Few DAW's have those anyway and they are not that useful as they impart a noticeable character to whatever content you apply them to.

6 - The Bitwig time stretch algos are some of the better ones available. It is not a weakness compare to most DAW's.

Post

antic604 wrote: Mon Apr 19, 2021 11:48 am I've been recently annoyed by multi-track editing. When it's set up it just works and is great, but in order to get there most of the time I need to:
  • open detail editor / edit screen
  • switch to track mode or clip mode, as it's usually the opposite of what I need
  • enable or disable layered editing
  • enable or disable secondary data display (e.g. audio background when editing MIDI)
  • select or deselect tracks I want included with shift or ctrl, double-clicking, etd.
Bitwig could really handle it more intelligently, e.g.
  • when I double click a clip it should assume I want to edit just that clip, in clip mode;
  • when I open editor while focused on track header or time range on a single track, it shuld open in track mode, but without multi-track layers;
  • when I've multiple tracks selected or a time range spanning several tracks and I open the editor, it should open in layered editing and track mode, having the relevant tracks already visible and editable;
  • if I've selected multiple MIDI tracks/ranges and 1 audio track/range, it should open in a layered, track mixed view, with relevant audio data in the background.
  • and it should work dynamically, i.e. when I change the selection, it should adjust the editor accordingly (although that might be a toggle in Settings, that refresh only happens when opening the editor, not every time the selection is changed).
All the features & modes are there, it just lacks some logic & "intuition" to improve the workflow.
Yes! I barely use layered editing because it takes so many clicks to get it going. Would be so cool for it to be more streamlined.

Post

• Not to have the possibilty to route the send fx to a channel for a feedback loop to make dub mixing effects in a traditional way
Electronic Kraut Space Dub - Kosmische Musik https://midibitch.bandcamp.com/

Post

- just had an issue with a vocal added to the main timeline, selected RAW and it cut the sample by a bit.. I had to add silence to the end of the samples to get the full length of the sample to playback. I stretched out the block to max length till it started repeating, and took a look at in close up editor and it looked fine, but still needed the gap at the end to play fully...
Web Developer by day, DAW tinkerer by night...

Post

Midibitch wrote: Tue Apr 20, 2021 5:15 pm • Not to have the possibility to route the send fx to a channel for a feedback loop to make dub mixing effects in a traditional way
I know that you can get around the feedback limitation in a grid by using a "Long Delay" set to the minimum delay. See how it's used here in making a Ping Pong Delay grid viewtopic.php?f=259&t=526058&p=7417862& ... y#p7417862

I wonder if there is a way of using similar techniques with Send FX tracks. I would be very interested in this as I am trying to build a decent collection of tools and workflows for all things Dubwise within Bitwig 😉

Incidentally, I'm enjoying listening to GLEiTZEiT on Bandcamp. I've been into Kosmische Musik ever since I first heard Can's reissued Soundtracks album in '79, and I've seen Damo several times, Faust four times and Michael Rother twice 😉
Bitwig 5.1.6 + Akai MIDIMix + Launchpad X + MuLab 9.3.18
Roli Lumi Keyboard x 2 + Universal Audio Apollo Twin X
Mac Mini M1 16GB/4TB + macOS 14.4 Sonoma

Post

MegaPixel wrote: Tue Apr 20, 2021 7:22 pm - just had an issue with a vocal added to the main timeline, selected RAW and it cut the sample by a bit.. I had to add silence to the end of the samples to get the full length of the sample to playback. I stretched out the block to max length till it started repeating, and took a look at in close up editor and it looked fine, but still needed the gap at the end to play fully...
Sounds like a bug, did you send to Bitwig?

Post

_leras wrote: Tue Apr 20, 2021 9:40 pm
MegaPixel wrote: Tue Apr 20, 2021 7:22 pm - just had an issue with a vocal added to the main timeline, selected RAW and it cut the sample by a bit.. I had to add silence to the end of the samples to get the full length of the sample to playback. I stretched out the block to max length till it started repeating, and took a look at in close up editor and it looked fine, but still needed the gap at the end to play fully...
Sounds like a bug, did you send to Bitwig?
No, it doesn't. He just worded it weirdly.
Music tech enthusiast
DAW, VST & hardware hoarder
My "music": https://soundcloud.com/antic604

Post

antic604 wrote: Wed Apr 21, 2021 2:51 am
_leras wrote: Tue Apr 20, 2021 9:40 pm
MegaPixel wrote: Tue Apr 20, 2021 7:22 pm - just had an issue with a vocal added to the main timeline, selected RAW and it cut the sample by a bit.. I had to add silence to the end of the samples to get the full length of the sample to playback. I stretched out the block to max length till it started repeating, and took a look at in close up editor and it looked fine, but still needed the gap at the end to play fully...
Sounds like a bug, did you send to Bitwig?
No, it doesn't. He just worded it weirdly.
Just tried it again, same track, new sound sample, and it's fine... No clue as to why... But yesterday, let's say I dragged an audio sample with the words "one test" on a track layer, click raw, expanded the block to reveal all the sample, and "one test" would become "one tes"... Now its fine lol... Why, no idea...
Web Developer by day, DAW tinkerer by night...

Post Reply

Return to “Bitwig”