Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 525 → Rev 526

/trunk/os_types.php
45,7 → 45,7
ostype_header("AppleScript related");
ostype_info('tELE', 'Plugin Suite ID', 'Telegraphics');
ostype_info('Fltr', 'Class ID "Filter" (PITerminology.h:eventFilter)', 'Adobe');
ostype_info('fiFo', 'Event ID (for non-standalone filter)', 'Telegraphics');
ostype_info('fiFo', 'Event ID (for non-standalone filters)', 'Telegraphics');
ostype_info('xprR', 'Expression "red" channel (for non-standalone filter)', 'Telegraphics');
ostype_info('xprG', 'Expression "green" channel (for non-standalone filter)', 'Telegraphics');
ostype_info('xprB', 'Expression "blue" channel (for non-standalone filter)', 'Telegraphics');
58,6 → 58,10
ostype_info('cTl5', 'Slider 5 (for non-standalone filter)', 'Telegraphics');
ostype_info('cTl6', 'Slider 6 (for non-standalone filter)', 'Telegraphics');
ostype_info('cTl7', 'Slider 7 (for non-standalone filter)', 'Telegraphics');
ostype_info('long', 'Data type integer', 'Apple');
ostype_info('TEXT', 'Data type string', 'Apple');
ostype_info('null', 'noReply', 'Apple');
ostype_info('#ImR', 'typeImageReference', 'Adobe');
ostype_footer();
 
echo "Note: For standalone plugins, all FourCC codes above will be replaced ";