iRTcmix Basics
with special guest-star Damon Holzborn!


Links


iRTcmix Project Setup

Hello Beep


iRTcmix API

Play Scores

  1. With a string:
    - (void)parseScoreWithNSString:(NSString *)score;
    	
  2. With a full file path:
    - (void)parseScoreWithFilePath:(NSString *)path;
    	
  3. With name of resource (i.e. file included in project in the default location):
  4. - (void)parseScoreWithResource:(NSString *)resource ofType:(NSString *)type;
    - (void)flushAllScores;
    	

Real-time Control

Load Audio Buffers

  1. With a full file path:
    - (int)setSampleBuffer:(NSString *)bufferName withFilePath:(NSString *)path;
    	
  2. With name of resource (i.e. file included in project in the default location):
    - (int)setSampleBuffer:(NSString *)bufferName withResource:(NSString *)resource ofType:(NSString *)type;
    	

Delegate Methods

Audio Parameter Setup