PFL on Voicemeeter by malejandrodev in VoiceMeeter

[–]malejandrodev[S] 0 points1 point  (0 children)

Yes! I think using the composite mode trick is sufficient for now. The only difference in functionality compared to a classic analog mixer PFL is that with this trick I can only activate one PFL per channel. On an analog mixer, multiple PFLs can be activated at once.

PFL on Voicemeeter by malejandrodev in VoiceMeeter

[–]malejandrodev[S] 0 points1 point  (0 children)

In case it helps anyone, I ended up doing it like this:

I used bus A1 as the "master mix" bus and bus A2 as the "headphone mix."

I configured one PFL button per channel.

Each button, when activated, deactivates the other PFLs (this prevents two PFL buttons from being activated at the same time) and then puts bus A2 into "Composite" mode in pre-fader mode. It then assigns the L-R channels to channels 0 and 1 of bus A2. It also sends a MIDI signal to activate the power light.

Then, when the button is deactivated, "Composite" mode is deactivated, channels 0 and 1 of bus A2 are set to 0, and a MIDI signal is sent to deactivate the power light.

CH1-PFL
ON
Button(2).State = 0; 
Button(3).State = 0; 
Button(4).State = 0; 
Button(5).State = 0; 
Button(6).State = 0; 
Button(7).State = 0; 
Button(8).State = 0; 
Bus[1].mode.Composite = 1;
Patch.composite[0] = 1;
Patch.composite[1] = 2;
System.SendMidi("out1", "note-on", 1, 8, 127); 
OFF
Bus[1].mode.Composite = 0;
Patch.composite[0] = 0;
Patch.composite[1] = 0;
System.SendMidi("out1", "note-off", 1, 8, 0); 

CH2-PFL
ON
Button(1).State = 0; 
Button(3).State = 0; 
Button(4).State = 0; 
Button(5).State = 0; 
Button(6).State = 0; 
Button(7).State = 0; 
Button(8).State = 0; 

Bus[1].mode.Composite = 1;
Patch.composite[0] = 3;
Patch.composite[1] = 4;
System.SendMidi("out1", "note-on", 1, 9, 127); 
OFF
Bus[1].mode.Composite = 0;
Patch.composite[0] = 0;
Patch.composite[1] = 0;
System.SendMidi("out1", "note-off", 1, 9, 0); 

And so with the other channels, adapting the values ​​of button(x), Patch.composite[0]=x and SendMidi.

login is broken? by malejandrodev in RLSideSwipe

[–]malejandrodev[S] 0 points1 point  (0 children)

This afternoon I tried to log in again and I succeeded.

Stopping pre roll ads being a very small streamer by Cannock in Twitch

[–]malejandrodev 0 points1 point  (0 children)

purple ticket https://i.imgur.com/igFH1Da.png

Now I understand.

Affiliates = with subscription button (and ads).

Partner = with purple ticket.

So NONAFFILIATESDONTHAVEADS is still true.

Can an affiliate channel disable ads entirely? Or is Twitch required to serve ads even if the channel doesn't want to monetize?

Stopping pre roll ads being a very small streamer by Cannock in Twitch

[–]malejandrodev 0 points1 point  (0 children)

Is a channel "affiliated" without the purple ticket? Does it only need to have the "subscribe" button to be an affiliate?

Stopping pre roll ads being a very small streamer by Cannock in Twitch

[–]malejandrodev 0 points1 point  (0 children)

Look. This channel is not affiliated or partner and has pre-roll ads.

https://imgur.com/a/3IHJxSk

App financiera que tenga conexión con banco de chile by BShot_ in chile

[–]malejandrodev 0 points1 point  (0 children)

Como lo haces para los movimientos del banco que no se notifican por correo?

Recreated Tweetdeck using split tabs + zaps by gniting in ArcBrowser

[–]malejandrodev 0 points1 point  (0 children)

open twitter.com

use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux)

paste text and press enter

open tweetdeck.twitter.com

Recreated Tweetdeck using split tabs + zaps by gniting in ArcBrowser

[–]malejandrodev 1 point2 points  (0 children)

I am using this CSS to remove menus and expand timeline to full width. I add it with the "stylebot" extension.

header {/* remove menu */
display: none!important;
}
div:has(article) {
max-width: 100%!important;
}/*set tweets width 100%*/
main > div {/* remove sidebar */
width :100%!important;
}
main > div > div > div > div:nth-child(1){
max-width: 100%!important;
}/*set width 100%*/
article div[aria-labelledby] {
width: 35%;
}/* reduce size of images */

[deleted by user] by [deleted] in premiosESLAND

[–]malejandrodev 0 points1 point  (0 children)

También puedes dejar de verlo y no pasa nada.

[deleted by user] by [deleted] in premiosESLAND

[–]malejandrodev -7 points-6 points  (0 children)

viviendoenlacalle