mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pw-cat: simplify midi reading and writing
This commit is contained in:
		
							parent
							
								
									c3b550478a
								
							
						
					
					
						commit
						2982b9511e
					
				
					 3 changed files with 58 additions and 90 deletions
				
			
		| 
						 | 
				
			
			@ -31,8 +31,6 @@ struct midi_file;
 | 
			
		|||
struct midi_event {
 | 
			
		||||
	uint32_t track;
 | 
			
		||||
	double sec;
 | 
			
		||||
	uint8_t status;
 | 
			
		||||
	uint8_t meta;
 | 
			
		||||
	uint8_t *data;
 | 
			
		||||
	uint32_t size;
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue