mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
iBreeze: correct gain for leak
This commit is contained in:
parent
48fd892e28
commit
e56636c663
@ -353,8 +353,7 @@ EventList* GetEventList(const QString& name, Session* session, float sample_rate
|
||||
return session->AddEventList(CPAP_EPAP, EVL_Event);
|
||||
}
|
||||
else if (name == "Leak") {
|
||||
// was was adjusted from the default 1.0 to 13. so that the graph of gain would match iMatrix values.
|
||||
return session->AddEventList(CPAP_Leak, EVL_Event, 13.0);
|
||||
return session->AddEventList(CPAP_Leak, EVL_Event);
|
||||
}
|
||||
else if (name == "Vt") {
|
||||
return session->AddEventList(CPAP_TidalVolume, EVL_Event);
|
||||
|
Loading…
Reference in New Issue
Block a user