almost there

eliminate the velociraptor
This commit is contained in:
tildearrow 2024-09-21 17:37:30 -05:00
parent 987bff8b75
commit d703aa1e97
9 changed files with 267 additions and 325 deletions

View file

@ -1282,13 +1282,10 @@ void FurnaceGUI::drawPattern() {
memset(floors,0,4*4*sizeof(unsigned int));
for (int i=0; i<chans; i++) {
std::vector<DivChannelPair> pairs;
e->getChanPaired(i, pairs);
e->getChanPaired(i,pairs);
for(DivChannelPair pair: pairs)
{
for (DivChannelPair pair: pairs) {
bool isPaired=false;
int numPairs=0;
unsigned int pairMin=i;