*** drobilla has quit IRC | 01:24 | |
*** NickSB2 has quit IRC | 02:10 | |
*** tytel has quit IRC | 02:54 | |
*** tytel has joined #lv2 | 03:21 | |
*** tytel has quit IRC | 04:28 | |
*** tytel has joined #lv2 | 04:55 | |
*** tytel has quit IRC | 05:42 | |
*** sigma6 has joined #lv2 | 08:03 | |
*** artfwo has quit IRC | 08:32 | |
*** artfwo has joined #lv2 | 08:37 | |
*** gabrbedd has quit IRC | 09:01 | |
*** rncbc has joined #lv2 | 09:50 | |
*** m4l3z has joined #lv2 | 11:22 | |
*** m4l3z has quit IRC | 12:12 | |
*** m4l3z has joined #lv2 | 12:18 | |
*** m4l3z has quit IRC | 13:14 | |
*** NickSB3 has quit IRC | 14:18 | |
ssj71 | rgareus: mind if I blatantly copy the midifilters.lv2 modguis for the infamous mindi? | 16:22 |
---|---|---|
rgareus | ssj71: I don't mind. it's GPL. copy away | 16:27 |
rgareus | ssj71: but you may find it easier to use the MOD-SDK to generate the GUI and then start tweaking it. That's how all of my modguis came to be | 16:29 |
*** NickSB2 has joined #lv2 | 16:30 | |
ssj71 | rgareus: I'm too stubborn to do to that, mine are quite customized even though I am clueless about web programming. I already got it working though | 16:33 |
rgareus | ssj71: there are some tools to generate the images. https://github.com/x42/stepseq.lv2/tree/master/misc | 16:43 |
rgareus | cairo tools to generate those mod .png image sequences | 16:43 |
rgareus | just in case you need some different ranges | 16:45 |
ssj71 | no, the midi-keyrange filter was a perfect template | 16:46 |
rgareus | ok | 16:46 |
ssj71 | I borrowed a similar thing from brummer to convert my cairo knobs from infamous | 16:46 |
ssj71 | for hip2b and stuck etc | 16:46 |
ssj71 | thanks again | 16:47 |
rgareus | and here I thought I could sell a fancy "add scratches to gui" hack :) https://github.com/x42/stepseq.lv2/blob/master/misc/boxmaker.c#L174 | 16:48 |
ssj71 | ah, that is a cool function | 16:48 |
rgareus | the boxes e.g. https://github.com/x42/stepseq.lv2/blob/master/misc/box_s8_n12.png are generated by that | 16:49 |
ssj71 | I actually am using the source svgs that I converted to cairo for the backgrounds of most of them | 16:49 |
ssj71 | since mindi doesn't have a GUI (mostly was made for MOD) I thought I'd copy the midifilters style | 16:50 |
* ssj71 still is a bit of a sucker for skuomorphism | 16:50 | |
*** artfwo_ has joined #lv2 | 16:50 | |
*** Yruama_Lairba has joined #lv2 | 16:52 | |
*** artfwo has quit IRC | 16:54 | |
*** tytel has joined #lv2 | 16:57 | |
*** rncbc has quit IRC | 17:06 | |
ssj71 | https://github.com/ssj71/infamousPlugins/blob/devel/src/mindi/modgui/screenshot-mindi.png | 17:17 |
rgareus | the infamous mindi | 17:18 |
rgareus | ssj71: looks like the text below the left-control bleeds into the 2nd line | 17:18 |
ssj71 | oh yep it should say value | 17:19 |
rgareus | NOTE/CC/PG {linebreak} <overflow hidden> | 17:19 |
ssj71 | hmm got a hot tip on how to fix that? | 17:19 |
rgareus | not from the top of my head | 17:19 |
*** gabrbedd has joined #lv2 | 17:20 | |
rgareus | ssj71: but I'd use firebug .. inspect element, and check the CSS | 17:20 |
ssj71 | these are the things that I'm clueless about. I'll give that a whirl | 17:20 |
rgareus | there's probably a fixed height. so that the text-element does not use too much vertical space, and you can still grab the GUI (to move it around) on blank space | 17:21 |
rgareus | ssj71: what does mindi do? generate MIDI events every time you hit the button? | 17:22 |
ssj71 | rgareus: yep | 17:23 |
ssj71 | pretty simple, but a lot of people are using it to configure hardware when they change pedalboards | 17:23 |
ssj71 | which was the primary use case | 17:24 |
rgareus | https://github.com/x42/mididebug.lv2 should be on the store already | 17:26 |
rgareus | https://github.com/x42/mididebug.lv2/blob/master/modgui/screenshot-mididebug.png | 17:26 |
rgareus | it may only be in "unstable" I don't know if falktx pushed it to stable | 17:27 |
*** NickSB2 has quit IRC | 17:27 | |
*** NickSB2 has joined #lv2 | 17:28 | |
rgareus | the donwside: the status-byte is hex. I guess many users can't handle it as easily as yours | 17:28 |
* rgareus made the same mistake "Status\nbyte" line break :) | 17:31 | |
ssj71 | yep same thing | 17:33 |
ssj71 | if I'd have known I wouldn't have bothered. Oh well | 17:33 |
rgareus | ssj71: yours looks more like a proper tool for end users | 17:35 |
rgareus | my motivation was really debugging. | 17:35 |
ssj71 | yeah | 17:38 |
*** sigma6 has quit IRC | 17:41 | |
ssj71 | rgareus: fixed the label, just changed a overflow:hidden to visible | 17:41 |
ssj71 | rgareus: thanks for the eagle-eye :) | 17:42 |
* ssj71 gets sloppy about that stuff | 17:42 | |
ssj71 | to big a hurry always | 17:42 |
*** rncbc has joined #lv2 | 17:44 | |
ssj71 | s/to/too | 17:44 |
ssj71 | case in point | 17:44 |
*** tytel has quit IRC | 18:19 | |
*** tytel has joined #lv2 | 18:25 | |
*** m4l3z has joined #lv2 | 18:38 | |
*** HarryHaaren has joined #lv2 | 19:23 | |
falktx | rgareus: I never saw this mididebug plugin before | 19:28 |
*** ColaEuphoria has joined #lv2 | 19:29 | |
falktx | it got into the mod store? | 19:29 |
falktx | afaik they did almost nothing for plugins lately | 19:29 |
rgareus | falktx: It's over a year old | 19:29 |
*** wumpus has quit IRC | 19:30 | |
*** wumpus has joined #lv2 | 19:32 | |
falktx | rgareus: in any case, I don't think it's on the store | 19:38 |
*** m4l3z has quit IRC | 19:38 | |
falktx | in unrelated topic, what are some mac lv2s available? | 19:38 |
falktx | I only know dpf and x42 plugins | 19:38 |
rgareus | harrison XT-plugins | 19:39 |
rgareus | zynaddsubfx (but that's DPF, as is helm) | 19:40 |
rgareus | the a-* plugins are LV2s | 19:40 |
falktx | does helm install mac lv2s? | 19:44 |
falktx | rgareus: afaik zyn still does not have fully working mac lv2s, does it? | 19:44 |
rgareus | falktx: it does | 19:48 |
rgareus | since last week | 19:48 |
*** NickSB3 has joined #lv2 | 20:16 | |
*** tytel has quit IRC | 20:47 | |
*** tytel has joined #lv2 | 21:50 | |
*** rncbc has quit IRC | 22:18 | |
tytel | falktx: no helm lv2 | 22:28 |
tytel | for mac | 22:28 |
rgareus | pianoteq? but I think that's also only LV2 on Linux | 22:54 |
falktx | I think only on linux too | 23:00 |
falktx | tytel: is it too hard to do lv2 for mac? | 23:00 |
falktx | perhaps it needs support in projucer | 23:00 |
tytel | falktx: i have no idear, i didn't even know it was a thing | 23:01 |
falktx | LV2 is not linux specific | 23:01 |
tytel | what lv2 hosts work in mac? | 23:01 |
tytel | does ardour? | 23:01 |
falktx | sucks on windows that lv2 is missing lv2:binaryType or something. in carla I assume lv2 are native binaries, but they can be different arch | 23:02 |
falktx | ardour, ingen, carla | 23:02 |
tytel | oh i haven't tried carla on mac, i'll have to do that | 23:02 |
tytel | falktx: do you know if there's any legal limitations on supporting VSTs in free software nowadays? | 23:04 |
falktx | with vestige and vst sdk, there is not much | 23:04 |
falktx | pretty much all hosts support vst now | 23:04 |
falktx | vst2 | 23:04 |
falktx | tytel: handy link for you https://github.com/falkTX/Carla/releases/tag/2.0-beta6_test1 | 23:05 |
falktx | you can drag&drop vst bundles into carla rack view :) | 23:05 |
tytel | oh niiiice | 23:05 |
*** HarryHaaren has quit IRC | 23:27 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!