commit 0421b833242cf32029673d0b97f7867011899ce1
parent b89644a9f322d8523d8c1789b62c2074618584c8
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Date: Sun, 22 Nov 2015 10:32:22 -0500
Fix small misspellings
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/IT/03-lfo_IT.txt b/doc/IT/03-lfo_IT.txt
@@ -35,7 +35,7 @@ image:images/lfo2.png[]
Altri parametri sono:
-* *Continous mode*: Se si utilizza questa modalità, l'LFO non partirà da "zero"
+* *Continuous mode*: Se si utilizza questa modalità, l'LFO non partirà da "zero"
ad ogni nuova nota, ma sarà continuo. E' molto utile applicato sui filtri, per
fare interessanti 'sweeps'.
* *Stretch*: Controlla quanto la frequenza dell'LFO cambia in base alla frequenza
@@ -60,5 +60,5 @@ Se questo knob è al valore più basso, LFO Start Phase sarà random
* *Delay*: LFO Delay
* *A.R.*: LFO Amplitude Randomnes
* *F.R.*: LFO Frequency Randomness
-* *C.*: LFO Continous Mode
+* *C.*: LFO Continuous Mode
* *Str.*: LFO Stretch - Nell'immagine sopra LFO Stretch è impostato a zero
diff --git a/doc/lfo.txt b/doc/lfo.txt
@@ -38,7 +38,7 @@ image:images/lfo2.png[]
Other parameters are:
-* *Continous mode*: If this mode is used, the LFO will not start from "zero" on each new note, but it will be continuous. This is very useful if you apply on filters to make interesting sweeps.
+* *Continuous mode*: If this mode is used, the LFO will not start from "zero" on each new note, but it will be continuous. This is very useful if you apply on filters to make interesting sweeps.
* *Stretch*: It controls how much the LFO frequency changes according to the
note's frequency.
It can vary from negative stretch (the LFO frequency is decreased on higher
@@ -61,5 +61,5 @@ If this knob is at the lowest value, the LFO Start Phase will be random.
* *Delay*: LFO Delay
* *A.R.*: LFO Amplitude Randomness
* *F.R.*: LFO Frequency Randomness
-* *C.*: LFO Continous Mode
+* *C.*: LFO Continuous Mode
* *Str.*: LFO Stretch - in the image above the LFO stretch is set to zero
diff --git a/src/UI/LFOUI.fl b/src/UI/LFOUI.fl
@@ -134,7 +134,7 @@ hide();} {}
}
Fl_Check_Button continous {
label {C.}
- tooltip {Continous LFO} xywh {165 35 15 15} down_box DOWN_BOX labelsize 10 align 2
+ tooltip {Continuous LFO} xywh {165 35 15 15} down_box DOWN_BOX labelsize 10 align 2
code0 {o->init("Pcontinous");}
class Fl_Osc_Check
}
diff --git a/src/UI/PADnoteUI.fl b/src/UI/PADnoteUI.fl
@@ -651,7 +651,7 @@ cbwidget->do_callback();}
xywh {125 125 100 20} labelfont 1 labelsize 11
}
MenuItem {} {
- label Continous
+ label Continuous
xywh {115 115 100 20} labelfont 1 labelsize 11
}
}