mirror of
				https://github.com/vsariola/sointu.git
				synced 2025-10-31 07:54:26 -04:00 
			
		
		
		
	feat(tracker): add menu to load instrument presets
The presets are embedded in the executable, so there's no additional files. Closes #91
This commit is contained in:
		
						parent
						
							b65d11cbb7
						
					
				
				
					commit
					ce7c8a0d3e
				
			
							
								
								
									
										25
									
								
								tracker/presets/hihat2.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								tracker/presets/hihat2.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,25 @@ | ||||
| name: Hihat2 | ||||
| numvoices: 1 | ||||
| units: | ||||
|     - type: envelope | ||||
|       id: 1 | ||||
|       parameters: {attack: 0, decay: 64, gain: 128, release: 0, stereo: 0, sustain: 0} | ||||
|     - type: noise | ||||
|       id: 2 | ||||
|       parameters: {gain: 128, shape: 64, stereo: 0} | ||||
|     - type: mulp | ||||
|       id: 3 | ||||
|       parameters: {stereo: 0} | ||||
|     - type: filter | ||||
|       id: 4 | ||||
|       parameters: {bandpass: 1, frequency: 128, highpass: 0, lowpass: 0, negbandpass: 0, neghighpass: 0, resonance: 128, stereo: 0} | ||||
|     - type: pan | ||||
|       id: 5 | ||||
|       parameters: {panning: 64, stereo: 0} | ||||
|     - type: delay | ||||
|       id: 6 | ||||
|       parameters: {damp: 64, dry: 128, feedback: 96, notetracking: 2, pregain: 64, stereo: 1} | ||||
|       varargs: [24, 48] | ||||
|     - type: outaux | ||||
|       id: 13 | ||||
|       parameters: {auxgain: 0, outgain: 64, stereo: 1} | ||||
		Reference in New Issue
	
	Block a user