]> git.pld-linux.org Git - packages/Carla.git/blob - soundfonts_path.patch
- up to 2.4.1
[packages/Carla.git] / soundfonts_path.patch
1 diff -dur Carla-1.9.12.orig/source/frontend/carla_shared.py Carla-1.9.12/source/frontend/carla_shared.py
2 --- Carla-1.9.12.orig/source/frontend/carla_shared.py   2018-10-25 11:06:35.000000000 +0200
3 +++ Carla-1.9.12/source/frontend/carla_shared.py        2018-11-19 12:44:20.000000000 +0100
4 @@ -418,6 +418,7 @@
5      DEFAULT_SF2_PATH    += ":/usr/share/soundfonts"
6  
7      DEFAULT_SFZ_PATH     = HOME + "/.sounds/sfz"
8 +    DEFAULT_SFZ_PATH    += ":/usr/share/soundfonts"
9      DEFAULT_SFZ_PATH    += ":/usr/share/sounds/sfz"
10  
11  if not WINDOWS:
This page took 0.021895 seconds and 3 git commands to generate.