Skip to content

Instantly share code, notes, and snippets.

View st3r4g's full-sized avatar

Stefano Ragni st3r4g

View GitHub Profile
@st3r4g
st3r4g / UI_Standard_Guitar.patch
Last active September 17, 2020 21:24
Patch UI_Standard_Guitar for linux sfz players (only program 01 for now)
diff -ru "Programs.orig/Individual Patchs/Standard_Guitar_KSOP/Bending_1HT.sfz" "Programs/Individual Patchs/Standard_Guitar_KSOP/Bending_1HT.sfz"
--- "Programs.orig/Individual Patchs/Standard_Guitar_KSOP/Bending_1HT.sfz" 2019-07-14 09:42:36.000000000 +0200
+++ "Programs/Individual Patchs/Standard_Guitar_KSOP/Bending_1HT.sfz" 2020-09-17 23:17:58.693928675 +0200
@@ -4,7 +4,7 @@
ampeg_attack=0.001
ampeg_release=0.1
sw_lokey=f0
-sw_hikey=g#7
+sw_hikey=a1
sw_last=a6
--- libs/vkd3d/vkd3d_private.h.orig 2020-08-03 00:55:40.013368024 +0200
+++ libs/vkd3d/vkd3d_private.h 2020-08-03 00:57:57.813373570 +0200
@@ -643,6 +643,7 @@
{
const struct d3d12_root_signature *root_signature;
+ VkPipelineBindPoint vk_bind_point;
VkDescriptorSet descriptor_set;
bool in_use;