*** trebmuh has quit IRC | 00:52 | |
*** artfwo has quit IRC | 01:49 | |
*** falktx has joined #lv2 | 03:30 | |
*** falktx` has quit IRC | 03:34 | |
*** wesqxd has joined #lv2 | 05:01 | |
wesqxd | how do you install Lv2-1.12.0.tar | 05:01 |
---|---|---|
*** wesqxd has quit IRC | 05:04 | |
*** wumpus has quit IRC | 06:07 | |
*** wumpus has joined #lv2 | 06:11 | |
*** EntropySink has quit IRC | 06:25 | |
*** EntropySink has joined #lv2 | 06:25 | |
*** falktx|work has joined #lv2 | 08:06 | |
*** oofus_lt has joined #lv2 | 08:19 | |
*** ricardocrudo has joined #lv2 | 08:37 | |
*** trebmuh has joined #lv2 | 09:41 | |
*** oofus_lt has quit IRC | 09:47 | |
*** edogawa has joined #lv2 | 11:41 | |
*** unclechu has joined #lv2 | 12:11 | |
*** artfwo has joined #lv2 | 12:19 | |
*** artfwo has quit IRC | 12:36 | |
*** artfwo has joined #lv2 | 12:37 | |
*** Magnus_RM has joined #lv2 | 12:43 | |
*** oofus_lt has joined #lv2 | 12:52 | |
*** edogawa has quit IRC | 13:24 | |
*** oofus_lt_ has joined #lv2 | 13:39 | |
*** oofus_lt__ has joined #lv2 | 13:41 | |
*** oofus_lt has quit IRC | 13:42 | |
*** oofus_lt has joined #lv2 | 13:42 | |
*** oofus_lt_ has quit IRC | 13:43 | |
*** oofus_lt__ has quit IRC | 13:45 | |
*** oofus_lt_ has joined #lv2 | 13:46 | |
*** oofus_lt has quit IRC | 13:49 | |
*** unclechu has quit IRC | 14:18 | |
*** oofus_lt has joined #lv2 | 14:41 | |
*** oofus_lt_ has quit IRC | 14:44 | |
*** oofus_lt_ has joined #lv2 | 16:35 | |
*** oofus_lt has quit IRC | 16:38 | |
*** NickSB has quit IRC | 16:52 | |
*** NickSB has joined #lv2 | 16:54 | |
*** ricardocrudo has quit IRC | 17:29 | |
*** falktx|work has quit IRC | 17:30 | |
*** deva has joined #lv2 | 17:40 | |
*** deva has quit IRC | 18:08 | |
*** rncbc has joined #lv2 | 19:09 | |
ssj71 | does pprops:trigger mean the host MUST return the control back to the default next run()? or just next run() after the user released the button? | 19:27 |
falktx | 1st | 19:29 |
falktx | host makes the control back to default after each run | 19:29 |
falktx | it's a single-run trigger | 19:29 |
*** ricardocrudo has joined #lv2 | 19:36 | |
*** unclechu has joined #lv2 | 19:43 | |
drobilla | Not really MUST in any strict sense implied by the RFC caps, but that's the idea anyway | 19:53 |
ssj71 | hmm, then thats not quite what I'm looking for, I want to just indicate that it should be a momentary switch | 20:07 |
ssj71 | so it holds value until the user releases | 20:08 |
drobilla | http://lv2plug.in/ns/lv2core#toggled | 20:09 |
ssj71 | but that will default to a toggle button where it holds the state and must be pressed again | 20:11 |
ssj71 | Its a toggled parameter right now | 20:12 |
ssj71 | I want a GtkButton, not a GtkToggleButton | 20:13 |
ssj71 | nor a slider | 20:14 |
falktx | GtkButton is a trigger | 20:14 |
ssj71 | but what if the user wants to hold it to define a loop length? | 20:15 |
ssj71 | next run() host resets it | 20:16 |
ssj71 | even a 1 shot I think it makes sense that the port can remain 1 until the user releases the button | 20:17 |
ssj71 | falktx: this is carrying over from https://forum.moddevices.com/t/define-footswitch-as-hold-button/289/12 | 20:18 |
falktx | I know ;) | 20:18 |
falktx | what you want is a lv2 hint for describing the best way to use it | 20:19 |
ssj71 | isn't that what port properties are for? | 20:20 |
falktx | no | 20:21 |
falktx | hose set how it works | 20:21 |
falktx | *those | 20:21 |
ssj71 | well, I think you understand what I want. Just tell me what to do when you have something on the MOD side. I need to finish my rework anyway | 20:26 |
falktx | well, nothing I guess | 20:30 |
falktx | we can't really predict exactly what params the user will want to use as foot hold | 20:30 |
ssj71 | perfect :) I can definitely do nothing! | 20:31 |
drobilla | I guess that's what hosts do in practice, though the definition of the property doesn't really imply it. | 20:36 |
drobilla | We can always add one. 10 points for clearly defining the two without talking about UI stuff like buttons | 20:37 |
drobilla | lv2:momentary, presumably | 20:37 |
drobilla | (port-props being among the more annoying examples of toomanyextensionsism) | 20:37 |
drobilla | One day I'll implement militant transparent URI migration in lilv and we'll tidy this mess up something fierce :) | 20:38 |
ssj71 | is there anyone using pprops:trigger? | 20:43 |
falktx | carla and mod-host at least | 20:44 |
falktx | I think jalv got it recently | 20:44 |
ssj71 | any plugins? | 20:45 |
falktx | sooperlooper-lv2 | 20:48 |
falktx | https://github.com/moddevices/sooperlooper-lv2-plugin | 20:48 |
falktx | also mod triggerswitch4 | 20:48 |
ssj71 | does it make sense to add this as an extension or just have hosts where it would be handy (like mod) implement a way for the user to select | 20:56 |
ssj71 | because in the plugins I have in mind, you wouldn't strictly want it to toggle or be momentary, but would want the option depending on the song | 20:57 |
drobilla | That doesn't really strike me as something you could express in plugin metadata at all, then | 20:58 |
drobilla | i.e. the possibility to select thing | 20:58 |
drobilla | (Though a separate hint that explicitly means momentary still seems useful) | 20:59 |
*** Magnus_RM has quit IRC | 21:15 | |
*** ssj71 has quit IRC | 21:55 | |
*** ssj71 has joined #lv2 | 21:58 | |
*** ssj71 has quit IRC | 22:06 | |
*** ssj71 has joined #lv2 | 22:07 | |
*** oofus_lt_ has quit IRC | 22:19 | |
*** rncbc has quit IRC | 22:29 | |
*** ricardocrudo has quit IRC | 22:48 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!