This way knobs feel more natural
This commit is contained in:
		@ -16,8 +16,8 @@ bool gate = 0;
 | 
				
			|||||||
const int MIN_CARRIER_FREQ = 22;
 | 
					const int MIN_CARRIER_FREQ = 22;
 | 
				
			||||||
const int MAX_CARRIER_FREQ = 440;
 | 
					const int MAX_CARRIER_FREQ = 440;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const int MIN = 1;
 | 
					const int MIN = 10;
 | 
				
			||||||
const int MAX = 10;
 | 
					const int MAX = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const int MIN_2 = 1;
 | 
					const int MIN_2 = 1;
 | 
				
			||||||
const int MAX_2 = 15;
 | 
					const int MAX_2 = 15;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user