Skip to content

Instantly share code, notes, and snippets.

@fyrye
fyrye / virtuso.md
Last active October 11, 2024 17:33
Virtuoso 8-Channel Fix

This is a workaround to automate updating the registry values when the iCUE service starts and not intended to be a permanent fix.

The guide seems long, but it is due to needing to lookup your specific systems details and registry values.

Sadly this workaround does not work for when iCUE resumes from the Windows Lock Screen.

See comment below for Windows Lock Screen trigger.

Always make a backup of your settings before making any changes!

@fyrye
fyrye / font-awesome-mime-type-icons.php
Last active October 7, 2020 12:39 — forked from guedressel/font-awesome-mime-type-icons.php
Font Awesome File Icons: Mapping MIME Types to correct icon classes
<?php
/**
* Get font awesome file icon class for specific MIME Type
* @see https://gist.github.com/guedressel/0daa170c0fde65ce5551
* @param string|null $mime_type
* @return string
*/
function font_awesome_file_icon_class(?string $mime_type): string
{