| Home · Standalone · rtcmix~ · iRTcmix · Tutorials · Reference |
|
RTcmix an open-source digital signal processing and sound synthesis language |
about · links · contact |
rtcmix~
Download and InstallCurrent versions are available for Max 5 (and above) for Mac OS X and Windows XP. Older versions are available in the archives.Mac OS X Directions
/Applications/Max5/Cycling '74/msp-externals/and the "RTcmix-help-2.8/" folder in /Applications/Max5/Cycling '74/msp-help/Move the entire "RTcmix/" and "RTcmix-help/" folders intact -- do not take the rtcmix.mxo object or rtcmix~.maxhelp patches out of the folders! NOTE: Be sure to remove any existing "RTcmix/" folders, "RTcmix-help/" folders, or rtcmix~ objects from the search path.
Windows XP Directions
c:\Program Files\Cycling '74\Max 5.0\msp-externals\The "RTcmix-help/" folder should be moved intact (i.e. do not take the rtcmix~.maxhelp patch out of it!) to the Max5 help directory, often located here: c:\Program Files\Cycling '74\Max 5.0\max-help\Start up Max5, instantiate an rtcmix~ object, option-click for the help patches, and off you go! Source CodeZip archives of the RTcmix source code and Xcode project files for the Mac OSX rtcmix~ object and supportng libraries.
Features
for (time = 0; time < 14.9; time = time + 0.35) {
USE_AN_INSTRUMENT(time, p1, p2, p3...)
}
for (i = 0; i < 100; i = i+1) {
bangtime = irand(0.0, 7.0)
MAXBANG(bangtime)
}Final Words on This Web PageRTcmix was originally written by Brad Garton and Dave Topper, adding real-time capabilities to the cmix music-programming language developed by Paul Lansky. John Gibson, Doug Scott (and others) added significant extensions to the package.The rtcmix~ object was written by Brad Garton with much advice and assistance from Dan Trueman and Luke DuBois (Dan wrote the internal buffer script-editing code). Joshua Kit Clayton was an invaluable resource, as always. Thanks guys! I hope this may be useful for others; I'm having a blast with it. Let me know what you think! Brad Garton |