| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   Partial IAudioPlayer implementation using the high level "soundfont-player" library. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { MidiInstrument } from ".."; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { MidiInstrument } from "../MusicalScore/VoiceData/Instructions/ClefInstruction"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { IAudioPlayer } from "../Common/Interfaces/IAudioPlayer"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { AudioContext as SAudioContext } from "standardized-audio-context"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import * as SoundfontPlayer from "soundfont-player"; 
			 |