Add Frequency Shifter effect (not a pitch shifter) (#8140)

This commit is contained in:
Lost Robot
2026-03-01 09:04:51 -06:00
committed by GitHub
parent 5d5f319942
commit f5688e9bad
26 changed files with 1171 additions and 0 deletions

View File

@@ -1105,6 +1105,17 @@ lmms--gui--CompressorControlDialog lmms--gui--Knob {
qproperty-lineWidth: 2;
}
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob {
color: #ffffff;
qproperty-outerColor: #ffffff;
qproperty-lineWidth: 3;
}
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob#fs_glide,
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob#fs_dglide,
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob#fs_phase {
qproperty-lineWidth: 2;
}
lmms--gui--VectorView {
qproperty-colorTrace: rgba(255, 170, 33, 255);
qproperty-colorGrid: rgba(76, 80, 84, 128);

View File

@@ -1165,6 +1165,17 @@ lmms--gui--CompressorControlDialog lmms--gui--Knob {
qproperty-lineWidth: 2;
}
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob {
color: #ffffff;
qproperty-outerColor: #ffffff;
qproperty-lineWidth: 3;
}
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob#fs_glide,
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob#fs_dglide,
lmms--gui--FrequencyShifterControlDialog lmms--gui--Knob#fs_phase {
qproperty-lineWidth: 2;
}
lmms--gui--VectorView {
qproperty-colorTrace: rgba(60, 255, 130, 255);
qproperty-colorGrid: rgba(76, 80, 84, 128);