mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-30 01:03:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			171 B
		
	
	
	
		
			Common Lisp
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			171 B
		
	
	
	
		
			Common Lisp
		
	
	
	
	
	
| ; init.lsp -- default Nyquist startup file
 | |
| (load "nyinit.lsp" :verbose nil)
 | |
| 
 | |
| ; add your customizations here:
 | |
| ;    e.g. (setf *default-sf-dir* "...")
 | |
| 
 | |
| ; (load "test.lsp")
 | |
| 
 |