
// Generic aliases

alias true			1
alias false			0

// Aliases from shortcuts

alias play 					shortcut 		"Ctrl+P"
alias togglePlayPause		shortcutByID 	0-997		// need 0- when id is negative
alias stop 					shortcut 		Q
alias record 				shortcut 		"Ctrl+Space"
alias toggleRecordPause		shortcutByID 	0-996		// need 0- when id is negative
alias pause					shortcutByID 	0-998		// need 0- when id is negative
alias rewindAll				shortcutByID	0-1000		// need 0- when id is negative
alias rewind				shortcutByID	0-999		// need 0- when id is negative
alias gotoStartTick			shortcutByID	0-999		// need 0- when id is negative
alias setTickHere 			shortcut 		V
alias toggleGoTo			shortcut 		G
alias newSong				shortcut 		"Ctrl+N"
alias jamMode				shortcut 		J
alias erase					shortcut 		E
alias delete        		shortcut 		Del
alias selectAll				shortcut 		"Ctrl+A"
alias outOfJamMode			shortcut 		O
alias selectChain1			shortcut 		"Ctrl+1"
alias selectChain2			shortcut 		"Ctrl+2"
alias selectChain3			shortcut 		"Ctrl+3"
alias selectChain4			shortcut 		"Ctrl+4"

alias jumpSection1			shortcutByID 	23528
alias jumpSection2			shortcutByID 	23529
alias jumpSection3			shortcutByID 	23530
alias jumpSection4			shortcutByID 	23531

alias armRecordTrack1		shortcutByID 13288
alias armRecordTrack2		shortcutByID 13289
alias armRecordTrack3		shortcutByID 13290
alias armRecordTrack4		shortcutByID 13291

