View Single Post
Old 11-12-2018, 10:31 AM   #152
mccrabney
Human being with feelings
 
mccrabney's Avatar
 
Join Date: Aug 2015
Posts: 3,672
Default

would you mind including this layout?

Code:
elseif conf.keymode == 7 then -- 8x8, vertical columns
        w_div = 8
        h_div = 8  
        shifts  = { 
                    {0,7},    
                    {0,6}, 
                    {0,5}, 
                    {0,4},
                    {0,3},
                    {0,2},
                    {0,1},
                    {0,0},
                            
                    {1,7},    
                    {1,6}, 
                    {1,5}, 
                    {1,4},
                    {1,3},
                    {1,2},
                    {1,1},
                    {1,0},
					
		    {2,7},    
                    {2,6}, 
                    {2,5}, 
                    {2,4},
                    {2,3},
                    {2,2},
                    {2,1},
                    {2,0},
                            
                    {3,7},    
                    {3,6}, 
                    {3,5}, 
                    {3,4},
                    {3,3},
                    {3,2},
                    {3,1},
                    {3,0},
		
		    {4,7},    
                    {4,6}, 
                    {4,5}, 
                    {4,4},
                    {4,3},
                    {4,2},
                    {4,1},
                    {4,0},
                            
                    {5,7},    
                    {5,6}, 
                    {5,5}, 
                    {5,4},
                    {5,3},
                    {5,2},
                    {5,1},
                    {5,0},
					
		    {6,7},    
                    {6,6}, 
                    {6,5}, 
                    {6,4},
                    {6,3},
                    {6,2},
                    {6,1},
                    {6,0},
                            
                    {7,7},    
                    {7,6}, 
                    {7,5}, 
                    {7,4},
                    {7,3},
                    {7,2},
                    {7,1},
                    {7,0},
                                                                                        
                }  				
      end
__________________
mccrabney scripts: MIDI edits from the Arrange screen ala jjos/MPC sequencer
|sis - - - anacru| isn't what we performed: pls no extra noteons in loop recording
| - - - - - anacru|sis <==this is what we actually performed.
mccrabney is offline   Reply With Quote