-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FX-mixer strip color indicating it's type #1214
Comments
On 10/15/2014 05:53 PM, unfa wrote:
Seems complicated. What if I have bb-tracks and song editor tracks in Probably a better solution would be to let the user set the colours |
thanks Mikobuntu ;)
Seems complicated. What if I have bb-tracks and song editor tracks in the same FX channel? What if I have an FX channel that gets input from another FX channel, and a bb-track/instrument track?....................................................................................... ..................................... Probably a better solution would be to let the user set the colours themselves manually, but then that gets problematic because we currently allow setting the appearance of mixer strips in the theme, and we allow setting gradients and such there... perhaps the strips could be marked with coloured icons, small coloured rectangles or something. ...............................................................................................how about having an overlay of a gradient foreground > alpha, this would still allow the user set or factory set mixer strips to maintain " most " of their original color. Im thinking the gradient would have a high opacity: setting much like one of unfas mockups. — |
With all the talk of needing more devs, I wanna take a shot at this. Unfortunately my old C++ environment is long gone and I can't set it up again. If I found time/figured out how to do this, I'd need someone to provide a windows build for me to test, or test themselves, which is a really big favor to ask. If anyone's up for it, let me know and I'll try and get to work. |
On 10/16/2014 08:49 AM, Spekular wrote:
Well no, that's not going to work. LMMS doesn't even build on Windows. What you do is install some Linux distro, perhaps Ubuntu, run it in a |
@vesa sounds confusing :P . I have LMMS running on my computer right now, |
On 10/16/2014 11:33 AM, Spekular wrote:
You can. You just can't compile it on windows. You need a Linux build |
Well there's another reason I can't compile it :/ |
On 10/16/2014 11:58 AM, Spekular wrote:
Sure you can. Just install Ubuntu on a vm or dual boot. It's not hard. |
I can't write C++, it is hard, I have limited space on both my computers, |
look at unfa's picture This is facts. In respect to Spekular part of the thread: |
@musikBear +1 On Thu, Oct 16, 2014 at 12:39 PM, musikBear notifications@github.com
|
On 10/16/2014 01:39 PM, musikBear wrote:
Oh get off it. You're exaggerating quite a bit here. I've personally written about a
Themes /are /good design. We've chosen themes as the primary means for The reason why Unfa's suggestion was "torpedoed" (which is even wasn't) As for colouring the entire mixer strip being somehow objectively |
On 10/16/2014 01:30 PM, Spekular wrote:
Then what was the point of this??? |
This bug report has split into three questions/topics, only one of which is on-topic and of benefit to this particular bug report.
Here are the three answers:
🐦 |
@vesa someone said on another issue that even if you don't know the |
@Spekular for about 35 Euro (45 Dollars) you can buy a USB stick and install Ubuntu to it. You can then carry it with you and develop wherever you have access to a computer. http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows Again, this conversion is better suited for our forums. 🍻 -Tres |
@tresf sorry for going off topic. Anyways, I have some ideas for this: |
@tres that's quite expensive for a usb stick, my 1st search on ebay showed an 128gb usb for £7.99 with free postage. I believe tho 4gb perhaps 8gb even is quite ample to install ubuntu and have persistant partition to save files/changes etc. thanks Mikobuntu ;) Date: Thu, 16 Oct 2014 07:29:47 -0700 @Spekular for about 35 Euro (45 Dollars) you can buy a USB stick and install Ubuntu to it. You can then carry it with you and develop wherever you have access to a computer. http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows Again, this conversion is better suited for our forums. -Tres — |
Yes, this is why I proposed the small square idea. Not as a long-term design solution, but rather as a functional solution to the multiple channel problem.
It's just a conceptual mock-up, it's not meant to be pleasant. A more pleasant mock-up may look like this: |
Great, even cheaper then. :)
The mingw32 and mingw64 libraries weigh in at about 1.5GB combined, but going the mingw route you can't test your code changes without a Windows box (or Wine). To build on Linux, you may choose to install Wine and Wine-dev. Add this to the existing Linux depends and you can get close to 8GB very quickly. But in today's age, I wouldn't recommend anyone spend money on removable storage under 128GB. He may want to start storing his VirtualBox images on there, or his sample library, or some movies. :) You are right, if he has an 8GB drive he might be able to swing it, but when he runs out of space, he'll have to uninstall packages or upgrade to a larger drive and create it all over again. 👍 |
@diizy what if we rethink the colors and allow the FX channel color to drive the instrument color? This way if two instruments send to the same channel they MUST be the same color, or use routing to circumvent the color limitation. The effect of setting a color on a channel would in effect change the color of the FX channel assigned to it. If no FX channel is assigned, it overrides the color of master. |
On 10/16/2014 05:08 PM, Spekular wrote:
Sure. But you still have to know the basics of how programming works. |
Color coding informations is IMHO a good idea, but if the user can't easily modify them, it may become a problem for color-blinded people (8% of male population) If it's automatic, I suggest to add some icons as well. for example 🎵 musical note for miditrack and 〰️ simple waveform for soundtack |
Actually, every instrument has it's own icon (audio tracks too), so maybe using that icon in the mixer strip would do... but if there are 3 instruments of different type assigned to a channel - how to display all that in the limited space? Scaling down and showing a grid? Making an icon-sandwitch combined with scaling down the whole thing? |
As part of a pruning effort, this |
The idea is to make the mixer aware of some strip categories, and colour the strips accordingly to make it easier for the user to see what is what.
Rules for colouring:
The text was updated successfully, but these errors were encountered: