[SCM] calf/master: Add Unicode degree symbol to phase modes.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:12 UTC 2013


The following commit has been merged in the master branch:
commit 7e8e9ffc02cc4507a106e91c9dcb3f58730fed2c
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat May 8 14:03:20 2010 +0100

    Add Unicode degree symbol to phase modes.

diff --git a/src/metadata.cpp b/src/metadata.cpp
index 4da39e3..ee1a30a 100644
--- a/src/metadata.cpp
+++ b/src/metadata.cpp
@@ -600,7 +600,7 @@ CALF_PORT_NAMES(monosynth) = {
 
 const char *monosynth_waveform_names[] = { "Sawtooth", "Square", "Pulse", "Sine", "Triangle", "Varistep", "Skewed Saw", "Skewed Square", 
     "Smooth Brass", "Bass", "Dark FM", "Multiwave", "Bell FM", "Dark Pad", "DCO Saw", "DCO Maze" };
-const char *monosynth_mode_names[] = { "0 : 0", "0 : 180", "0 : 90", "90 : 90", "90 : 270", "Random" };
+const char *monosynth_mode_names[] = { "0\xC2\xB0 : 0\xC2\xB0", "0\xC2\xB0 : 180\xC2\xB0", "0\xC2\xB0 : 90\xC2\xB0", "90\xC2\xB0 : 90\xC2\xB0", "90\xC2\xB0 : 270\xC2\xB0", "Random" };
 const char *monosynth_legato_names[] = { "Retrig", "Legato", "Fng Retrig", "Fng Legato" };
 
 const char *monosynth_filter_choices[] = {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list