Factor basic note processing into respective processors
This commit is contained in:
		
							parent
							
								
									525be99ee9
								
							
						
					
					
						commit
						1000799d1e
					
				
					 9 changed files with 186 additions and 85 deletions
				
			
		| 
						 | 
				
			
			@ -35,11 +35,16 @@ extern uint32_t default_layer_state;
 | 
			
		|||
 | 
			
		||||
#ifdef MIDI_ENABLE
 | 
			
		||||
	#include <lufa.h>
 | 
			
		||||
#ifdef MIDI_ADVANCED
 | 
			
		||||
	#include "process_midi.h"
 | 
			
		||||
#endif
 | 
			
		||||
#endif // MIDI_ENABLE
 | 
			
		||||
 | 
			
		||||
#ifdef AUDIO_ENABLE
 | 
			
		||||
 	#include "audio.h"
 | 
			
		||||
 	#include "process_audio.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC))
 | 
			
		||||
	#include "process_music.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue