/srv/irclogs.ubuntu.com/2016/05/23/#ubuntustudio-devel.txt

sakrecoerautumna, OvenWerks: what is the name of the file to remove after the whisker menu is broken?15:35
autumnaI put it in the bug report, one sec15:36
autumna(which reminds me I need to recheck and report back to the bug)15:36
sakrecoerthanks autumna :)15:38
autumnahttps://bugs.launchpad.net/ubuntu/+source/menulibre/+bug/136245215:38
ubottuLaunchpad bug 1362452 in menulibre (Ubuntu) "Categories disappear after editing" [Undecided,Confirmed]15:38
autumna~/.config/menus/xfce-applications.menu.bck15:38
autumna~/.config/menus/applications-merged/user-ubuntustudio-audioproduction.menu15:38
autumna~/.config/menus/gnome-applications-merged/user-ubuntustudio-audioproduction.menu15:38
autumnareverts the menu back to correct structure.15:38
autumnasakrecoer: see above15:40
autumna(realized I forgot to tag you)15:40
sakrecoerah ok, i thought it was this one: bug #143057115:41
ubottubug 1430571 in Ubuntu Studio "ubuntu studio menu items disappear after adding new launcher" [Undecided,Confirmed] https://launchpad.net/bugs/143057115:41
autumnasakrecoer: possibly same bug presenting itself in different ways in different versions of the menu? I am not certain. I filed that comment in latter a while ago. :)15:44
sakrecoer:)15:46
sakrecoeri think i will remove all the subteams from ubuntustudio-documentation except ubuntustudio-core and apply that as a group with wiki.ubuntu.com editing16:03
sakrecoerpermissions even during lockdown16:04
sakrecoer:) yeah, there are 2missing  '"' there :) 16:04
* sakrecoer copied the xubuntu rt ticket :p16:04
OvenWerks.config/menus should be empty16:30
OvenWerkssakrecoer: you may also like to check .local/share/applications/ for desktop files you did not put there...16:32
OvenWerkssakrecoer, autumna: the menu config files are (supposed to be) read from system to system stubs to user, with the last one read overrides anything read before.16:35
OvenWerksmenulibre assumes the system file resides in /etc/xdg/menus/ This is the default... but the appliacations menu spec in there is broken (Bugged and told "won't fix"). It should not matter, because they should be reading what the menu does which is /etc/xdg/xdg-ubuntustudio/menus/ as the top directory. This is set by the session.16:39
OvenWerksmenulibre then makes mistake 2 (in my opinion) by replacing the whole system menu with it's own. They do this because... as stated above, the default menu spec is broken (two line fix BTW) and won't be fixed.16:42
OvenWerksBecause it replaces the system file completely, any subsequent changes to the system menu will not show up. As an example adding wine normally adds a menu stub and there are other packages that add menu stubbs as well. Alacarte, is also broken... but at least does things right in making changes. I would choose alacarte over menulibre... but would actually prefer not to ship either one.16:46
OvenWerksFor reference, there are three system menu config files that are correct: xubuntu (not xfce), ubuntustudio and KDE (kde has always been correct... probably because they were very involved in making the spec in the first place) The rest are broken... including the example in the xdg spec which would be ok if the menu contructor followed the rest of the spec... but does not make sense from a programming POV.16:50
zequenceOvenWerks: You've been workin on controlling ardour using OSC, correct? Is it for personal use, or are you developing it?16:53
OvenWerksThe freedesktop menu construction spec says in effect that there is a default file which can be overridden by the session file, the stubs directory files /etc/xdg/menus/applications-merged/ overrides whatever has been read so far... and then the user's changes override everything that has allready been read.16:54
OvenWerkszequence: developing.16:54
OvenWerksit should be a part of Ardour 516:54
zequenceI was just looking at ways to control ardour remotely, and came to the conclusion that a touch screen with OSC control may be the optimal solution16:54
OvenWerkszequence: look at open stage control in particular.16:55
OvenWerksopen stage control runs as a web server and any tablet (or whatever) with chome works with it.16:55
zequenceOvenWerks: Oh, nice.16:56
OvenWerksOpen stage control handles OSC correctly and fully.16:56
OvenWerksThat is it handles /path, /path f, path ff or whatever.16:56
zequenceI was looking at making my own interface, if needed. Using javascript for sending the OSC messages16:57
OvenWerksA lot of the android/iOS controllers only do /path param16:57
zequenceOh, ok16:57
OvenWerkszequence: cool.16:57
OvenWerkszequence: the last few days I have been taking the osc branch and merging it against the VCA2 branch which will also show up in A516:58
zequenceWhat's VCA2?16:58
OvenWerkszequence: the most up to date docs for OSC (in A5) are here: http://scott.cbbs.org/using-control-surfaces/controlling-ardour-with-osc/16:59
OvenWerksVCA2 adds master controllers that can control other strips.16:59
OvenWerkslike groups but can be nested.17:00
OvenWerksThey were called VCAs in analog mixers and are sometimes called DCAs in digital mixers17:00
zequenceI was looking into the ardour manual, and there did seem to be quite a lot of support for OSC already17:01
zequenceOvenWerks: Ok, so channels can be hidden inside the group controller graphically as well?17:01
zequenceLike a folder?17:01
zequenceThat would be a nice addition.17:01
OvenWerksnot really. But channels could already be hidden anyway.17:02
zequenceYes, but then they can't be edited17:02
OvenWerksTrue.17:02
OvenWerksPaul is doing with consultation with a few people. The main reviewer does live show recording on a SSL console, so Ardour's VCA ends up following that and Harrison large format consoles.17:04
OvenWerksVCAs don't control as much as groups can control, mostly level and mute (and solo when it gets fixed)17:05
OvenWerksthe VCA has a button (spill) that only shows the strips that VCA controls.17:06
zequenceWell, not sure how handy that will tbh, since you can just use buses right now for that17:10
zequenceNot sure what the logic is17:11
zequenceI was looking at hardware controllers, a17:14
zequence..and 1) too expensive 2) not enough features17:14
sakrecoerwe now have edit permission in through ~ubuntustudio-documentation17:19
sakrecoeri added autumna krytarik OvenWerks and cfhowlett to it :)17:19
sakrecoerpermission in *wiki17:20
zequenceThat was quick!17:21
sakrecoeryeah :) nice!17:22
OvenWerkszequence: different workflows for different people. VCAs can do things like VCA1 controls channels 13579 and VCA2 controls 234678. Busses can't do that. 17:28
* OvenWerks is not sure of the practical use for that.17:29
OvenWerksIt is possible to set up mute groups though, which could be very useful in live situations.17:29
zequenceOvenWerks: Sure buses can do that. You can route a channel to as many buses you want.17:43
zequenceMultiple groups for single channels would do the same as VCA, but that doesn't work practically, of course17:44
zequence..for many of the controls17:44
zequenceLet me retract the first sentence there17:45
zequenceThe VCA would also control the output for all the different buses17:46
zequenceYeah, maybe that kind of thing gets interesting in situations where you have really complex channel setups, like big movie productions or something17:48
autumnathanks sakrecoer19:33
=== \b is now known as Guest49310

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!