LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
7.79k stars 984 forks source link

Remove global automations #403

Open diizy opened 10 years ago

diizy commented 10 years ago

So we have this thing called global automations. Not many people even know about them. I've never used them in any serious project. They seem like yet another hardly-discoverable secret feature of LMMS. They work well enough though - you set an automation for a control and it works as if it's an automation track placed at the beginning of the project.

So what's the problem with them? Well... think about it: you add a global automation to a control. You draw the automation curve, close the automation editor... and your control now has a hidden automation track, one which is in no way represented by the UI, one which you can only access from the context menu of the control itself.

This is not good UI design... it is not WYSIWYG, it is not discoverable, it is not ergonomic. It is a hidden UI feature. There's no visual representation of these automations anywhere apart from when you're actually editing them.

The idea of global automations is good, it's just not implemented in a very user-friendly way. I can see three ways of dealing with this:

1 - remove global automations. For backwards compatibility, load old global automations as regular automation tracks.

2 - add another editor window (which is hidden by default) that displays all global automations as automation tracks - kind of like the BB-editor, but for automations only.

3 - add a switch to hide/display global automations in the song editor.

Each of these options has their ups and downs.

I've marked this for 1.1.0.

musikBear commented 10 years ago

agrees 100%. Really often users dont understand their own projet behavior, because Improts of some midi-file-types happen to create global-automation (BMP/ max-vol) so hidden autotracks can mess up projects

Sti2nd commented 10 years ago

2

badosu commented 9 years ago

Can we decide between removing this feature or suggesting a mockup for an UI improvement?

I'd like to take a shot at this issue..

PhysSong commented 5 years ago

I found that the feature is confusing for many people, and the confusion results in bug reports. Thus, I'd like to either remove or deprecate this feature. My plan consists of those steps:

  1. Let MIDI import plugin use separate automation tracks instead of global ones
  2. Write an upgrade logic that removes global automation patterns from project files and replaces them with normal automation tracks
  3. Remove any related GUI menus
  4. Remove the feature if needed

Opinions and suggestions are welcome.

musikBear commented 5 years ago

I 100% agrees to this '1+2+3+4' plan !

zonkmachine commented 2 months ago

1 - remove global automations. For backwards compatibility, load old global automations as regular automation tracks.

As I understand it this was completed in https://github.com/LMMS/lmms/pull/5223 and https://github.com/LMMS/lmms/pull/6605. Close?

Veratil commented 2 months ago

This isn't completed, only the first step is.

Rossmaxx commented 1 week ago

Since there are issues with priority order, veratil has suggested to move it out of 1.3 milestone.