Create special handling for fast foreward, because it's not at the beginning of the Transition

This commit is contained in:
Frank Haverland
2022-09-18 17:56:56 +02:00
parent 3f659ccf7d
commit 78806c081b
3 changed files with 34 additions and 75 deletions

View File

@@ -30,6 +30,7 @@ protected:
float DigitalAnalogerVorgaengerUebergangsbereich = 2;
float DigitalUebergangsbereichVorgaengerAnalogToDigit = 1; // war vorher 2
float DigitalUebergangsbereichVorgaenger = 0.7; // 9.3 - 0.7
float DigitalUebergangsbereichVorlauf = 9.7; // Vorlauf-Nulldurchgang passiert erst ab ca. 9.7
string cnnmodelfile;
int modelxsize, modelysize, modelchannel;