Fix default instrument
This commit is contained in:
		
							parent
							
								
									6d5328beb3
								
							
						
					
					
						commit
						dd2d267ce1
					
				| 
						 | 
				
			
			@ -101,7 +101,7 @@ void DivPlatformPV1000::tick(bool sysTick) {
 | 
			
		|||
int DivPlatformPV1000::dispatch(DivCommand c) {
 | 
			
		||||
  switch (c.cmd) {
 | 
			
		||||
    case DIV_CMD_NOTE_ON: {
 | 
			
		||||
      DivInstrument* ins=parent->getIns(chan[c.chan].ins,DIV_INS_VIC);
 | 
			
		||||
      DivInstrument* ins=parent->getIns(chan[c.chan].ins,DIV_INS_PV1000);
 | 
			
		||||
      if (c.value!=DIV_NOTE_NULL) {
 | 
			
		||||
        chan[c.chan].baseFreq=NOTE_PERIODIC(c.value);
 | 
			
		||||
        chan[c.chan].freqChanged=true;
 | 
			
		||||
| 
						 | 
				
			
			@ -175,7 +175,7 @@ int DivPlatformPV1000::dispatch(DivCommand c) {
 | 
			
		|||
      break;
 | 
			
		||||
    case DIV_CMD_PRE_PORTA:
 | 
			
		||||
      if (chan[c.chan].active && c.value2) {
 | 
			
		||||
        if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_VIC));
 | 
			
		||||
        if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_PV1000));
 | 
			
		||||
      }
 | 
			
		||||
      if (!chan[c.chan].inPorta && c.value && !parent->song.brokenPortaArp && chan[c.chan].std.arp.will && !NEW_ARP_STRAT) chan[c.chan].baseFreq=NOTE_PERIODIC(chan[c.chan].note);
 | 
			
		||||
      chan[c.chan].inPorta=c.value;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue