mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	* Add Csound languages * Remove Csound Document alias * Remove Csound Score alias * Replace sample files * Update language-csound grammar * Update language-csound * Update language-csound * Add Makefile.sco to Makefile filenames * Add makefile.sco sample * Fix case of filename makefile.sco
		
			
				
	
	
		
			22 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
<CsoundSynthesizer>
 | 
						|
<CsInstruments>
 | 
						|
sr     = 44100
 | 
						|
kr     = 44100
 | 
						|
ksmps  = 1
 | 
						|
nchnls = 2
 | 
						|
 | 
						|
; pvanal -n 512 -w 8 allglass1-L.wav allglass1-L.pvc
 | 
						|
; pvanal -n 512 -w 8 allglass1-R.wav allglass1-R.pvc
 | 
						|
instr 1
 | 
						|
  ktime line 0, p3, 17.5018
 | 
						|
  arL pvoc ktime, 1, "allglass1-L.pvc"
 | 
						|
  arR pvoc ktime, 1, "allglass1-R.pvc"
 | 
						|
  out arL, arR
 | 
						|
endin
 | 
						|
</CsInstruments>
 | 
						|
<CsScore>
 | 
						|
i 1 0 70.0073
 | 
						|
e
 | 
						|
</CsScore>
 | 
						|
</CsoundSynthesizer>
 |