mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 05:14:01 +02:00
add sampling rate dial handler
This commit is contained in:
parent
ac9283af0e
commit
c408cd831b
1 changed files with 4 additions and 1 deletions
|
@ -163,7 +163,10 @@ class ModuleDebugWidget(QWidget):
|
||||||
# self.dev.setout(3, checked and 1 or 0)
|
# self.dev.setout(3, checked and 1 or 0)
|
||||||
print 'out3:', checked and 1 or 0
|
print 'out3:', checked and 1 or 0
|
||||||
|
|
||||||
|
@pyqtSlot(int)
|
||||||
|
def on_dialInputFreq_valueChanged(self, val):
|
||||||
|
# TODO: change sampling rate to (val) freq
|
||||||
|
print 'inputfreq:', val
|
||||||
|
|
||||||
class ModuleDebug():
|
class ModuleDebug():
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue