funcionando en dos dispositivos mediante ring buffer, pero no puedo
mandar a dos dispositivos, si lo pongo con ma_splitter reproduce más rápido y con glitches mandar diferentes
This commit is contained in:
parent
7aced09a02
commit
fc274179ad
8 changed files with 390 additions and 90 deletions
|
|
@ -28,19 +28,9 @@ FilterBankWidget::FilterBankWidget(QWidget *parent)
|
|||
master->addWidget(m_bypass);
|
||||
m_bypass->setText("Bypass");
|
||||
m_bypass->setStyleSheet("QCheckBox { border: 2px solid #2a0825;"
|
||||
"text-align: left top;"
|
||||
"margin: 0px;"
|
||||
"background-color: #885074;"
|
||||
"font-size: 7px;}"
|
||||
"QCheckBox::indicator { subcontrol-position: right top;"
|
||||
"width: 30px;"
|
||||
"height: 30px;"
|
||||
"background-color: gray;"
|
||||
"border-radius: 15px;"
|
||||
"border-style: solid;"
|
||||
"border-width: 1px;"
|
||||
"border-color: white white black black;"
|
||||
);
|
||||
"font-size: 7px;}");
|
||||
connect(m_bypass, SIGNAL(stateChanged(int)), this, SLOT(bypassChanged(int)));
|
||||
master->addWidget(fb[0]);
|
||||
layout->addLayout(master);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue