[obsidian] vault backup: 2025-01-29 14:59:21[
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (push) Successful in 5m6s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (push) Successful in 5m6s
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								content/.obsidian/graph.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								content/.obsidian/graph.json
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "collapse-filter": false,
 | 
			
		||||
  "search": "",
 | 
			
		||||
  "showTags": true,
 | 
			
		||||
  "showTags": false,
 | 
			
		||||
  "showAttachments": false,
 | 
			
		||||
  "hideUnresolved": false,
 | 
			
		||||
  "showOrphans": true,
 | 
			
		||||
@@ -60,6 +60,6 @@
 | 
			
		||||
  "repelStrength": 15.1642583672965,
 | 
			
		||||
  "linkStrength": 0.975453871804372,
 | 
			
		||||
  "linkDistance": 42,
 | 
			
		||||
  "scale": 0.6866831001110424,
 | 
			
		||||
  "scale": 1.1322324003598758,
 | 
			
		||||
  "close": true
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										6
									
								
								content/Epistemic Tools.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/Epistemic Tools.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
date: 2025-01-29 14:36
 | 
			
		||||
---
 | 
			
		||||
#notion #computermusic 
 | 
			
		||||
 | 
			
		||||
コンピューターを使った楽器には、作った人の音楽に対する認識論が埋め込まれる。
 | 
			
		||||
							
								
								
									
										30
									
								
								content/MPEG4 Structured Audio.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								content/MPEG4 Structured Audio.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
---
 | 
			
		||||
date: 2025-01-29 14:41
 | 
			
		||||
---
 | 
			
		||||
#computermusic 
 | 
			
		||||
 | 
			
		||||
[The MPEG-4 Structured Audio Book](https://john-lazzaro.github.io/sa/book/index.html)
 | 
			
		||||
 | 
			
		||||
[[CSound]]を元にしたStructured Audio Orchestra Language
 | 
			
		||||
 | 
			
		||||
MIDIのように音色をシンセサイザーのアルゴリズムをインターネット越しに送るようなことを想定
 | 
			
		||||
 | 
			
		||||
Score LanguageであるSASLとOrchestra LanguageであるSAOLの2言語で構成
 | 
			
		||||
 | 
			
		||||
[Saol: The MPEG-4 Structured Audio Orchestra Language](https://quod.lib.umich.edu/cgi/p/pod/dod-idx/saol-the-mpeg-4-structured-audio-orchestra-language.pdf?c=icmc;idno=bbp2372.1998.488;format=pdf)
 | 
			
		||||
 | 
			
		||||
[SAOL: The MPEG-4 Structured Audio Orchestra Language on JSTOR](https://www.jstor.org/stable/3680734)
 | 
			
		||||
 | 
			
		||||
シンタックスはCSoundよりもC言語よりになっている
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
instr beep(pitch,amp) { // make a beep 
 | 
			
		||||
	table wave(harm,2048,1); // sinusoidal wave function 
 | 
			
		||||
	asig sound; // ‘asig’ denotes audio signal 
 | 
			
		||||
	ksig env; // ‘ksig’ denotes control signal 
 | 
			
		||||
	
 | 
			
		||||
	env = kline(0,0.1,1,dur-0.1,0); // make envelope 
 | 
			
		||||
	sound = oscil(wave, pitch) * amp * env; // create sound by enveloping an oscillator 
 | 
			
		||||
	
 | 
			
		||||
	output(sound); // play that sound }
 | 
			
		||||
```
 | 
			
		||||
							
								
								
									
										6
									
								
								content/Thor Magunusson.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/Thor Magunusson.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
date: 2025-01-29 14:35
 | 
			
		||||
---
 | 
			
		||||
#person
 | 
			
		||||
 | 
			
		||||
[[Epistemic Tools]]
 | 
			
		||||
 Submodule content/private updated: 5716ae32b3...2d0b66e447
									
								
							
							
								
								
									
										6
									
								
								content/ソフトウェアなど存在しない.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ソフトウェアなど存在しない.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
date: 2025-01-29 14:35
 | 
			
		||||
---
 | 
			
		||||
#book 
 | 
			
		||||
 | 
			
		||||
[[Friedrich Kittler]]
 | 
			
		||||
		Reference in New Issue
	
	Block a user