mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in caed(8) that broke timescaling support.
This commit is contained in:
parent
ffe62e4c88
commit
945aae0297
@ -18967,3 +18967,5 @@
|
|||||||
* Added a '--rewrite' directive in rdalsaconfig(8).
|
* Added a '--rewrite' directive in rdalsaconfig(8).
|
||||||
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added an rdalsaconfig(1) man page.
|
* Added an rdalsaconfig(1) man page.
|
||||||
|
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in caed(8) that broke timescaling support.
|
||||||
|
@ -714,10 +714,10 @@ void MainObject::timescalingSupportData(int id,unsigned card)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(state) {
|
if(state) {
|
||||||
cae_server->sendCommand(id,"TS +!");
|
cae_server->sendCommand(id,QString().sprintf("TS %u +!",card));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cae_server->sendCommand(id,"TS -!");
|
cae_server->sendCommand(id,QString().sprintf("TS %u -!",card));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user