C64: don't gate on legato
This commit is contained in:
		
							parent
							
								
									268e1029ad
								
							
						
					
					
						commit
						1d3429d568
					
				| 
						 | 
				
			
			@ -720,7 +720,7 @@ void DivEngine::nextRow() {
 | 
			
		|||
    DivPattern* pat=song.pat[i].getPattern(song.orders.ord[i][curOrder],false);
 | 
			
		||||
    if (!(pat->data[curRow][0]==0 && pat->data[curRow][1]==0)) {
 | 
			
		||||
      if (pat->data[curRow][0]!=100) {
 | 
			
		||||
        dispatchCmd(DivCommand(DIV_CMD_PRE_NOTE,i,ticks));
 | 
			
		||||
        if (!chan[i].legato) dispatchCmd(DivCommand(DIV_CMD_PRE_NOTE,i,ticks));
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue