@dpantani/tdmcp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +413 -0
- package/dist/cli/agent.d.ts +466 -0
- package/dist/cli/agent.js +1902 -0
- package/dist/cli/agent.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4375 -0
- package/dist/index.js.map +1 -0
- package/dist/knowledge/data/glsl.json +1 -0
- package/dist/knowledge/data/meta.json +1 -0
- package/dist/knowledge/data/operators/ableton_link_chop.json +1322 -0
- package/dist/knowledge/data/operators/accumulate_pop.json +912 -0
- package/dist/knowledge/data/operators/actor_comp.json +7477 -0
- package/dist/knowledge/data/operators/add_sop.json +946 -0
- package/dist/knowledge/data/operators/add_top.json +1653 -0
- package/dist/knowledge/data/operators/alembic_sop.json +521 -0
- package/dist/knowledge/data/operators/align_sop.json +949 -0
- package/dist/knowledge/data/operators/ambient_light_comp.json +1698 -0
- package/dist/knowledge/data/operators/analyze_chop.json +710 -0
- package/dist/knowledge/data/operators/analyze_pop.json +698 -0
- package/dist/knowledge/data/operators/analyze_top.json +1276 -0
- package/dist/knowledge/data/operators/angle_chop.json +711 -0
- package/dist/knowledge/data/operators/animation_comp.json +2448 -0
- package/dist/knowledge/data/operators/annotate_comp.json +2913 -0
- package/dist/knowledge/data/operators/anti_alias_top.json +1278 -0
- package/dist/knowledge/data/operators/arm_sop.json +1747 -0
- package/dist/knowledge/data/operators/art-net_dat.json +472 -0
- package/dist/knowledge/data/operators/attribute_chop.json +617 -0
- package/dist/knowledge/data/operators/attribute_combine_pop.json +596 -0
- package/dist/knowledge/data/operators/attribute_convert_pop.json +462 -0
- package/dist/knowledge/data/operators/attribute_create_sop.json +191 -0
- package/dist/knowledge/data/operators/attribute_pop.json +1078 -0
- package/dist/knowledge/data/operators/attribute_sop.json +429 -0
- package/dist/knowledge/data/operators/audio_band_eq_chop.json +1228 -0
- package/dist/knowledge/data/operators/audio_binaural_chop.json +711 -0
- package/dist/knowledge/data/operators/audio_device_in_chop.json +1793 -0
- package/dist/knowledge/data/operators/audio_device_out_chop.json +1840 -0
- package/dist/knowledge/data/operators/audio_devices_dat.json +616 -0
- package/dist/knowledge/data/operators/audio_dynamics_chop.json +1132 -0
- package/dist/knowledge/data/operators/audio_file_in_chop.json +1605 -0
- package/dist/knowledge/data/operators/audio_file_out_chop.json +945 -0
- package/dist/knowledge/data/operators/audio_filter_chop.json +850 -0
- package/dist/knowledge/data/operators/audio_movie_chop.json +851 -0
- package/dist/knowledge/data/operators/audio_ndi_chop.json +526 -0
- package/dist/knowledge/data/operators/audio_oscillator_chop.json +1087 -0
- package/dist/knowledge/data/operators/audio_para_eq_chop.json +1276 -0
- package/dist/knowledge/data/operators/audio_play_chop.json +1744 -0
- package/dist/knowledge/data/operators/audio_render_chop.json +754 -0
- package/dist/knowledge/data/operators/audio_spectrum_chop.json +850 -0
- package/dist/knowledge/data/operators/audio_stream_in_chop.json +1039 -0
- package/dist/knowledge/data/operators/audio_stream_out_chop.json +806 -0
- package/dist/knowledge/data/operators/audio_vst_chop.json +1419 -0
- package/dist/knowledge/data/operators/audio_web_render_chop.json +523 -0
- package/dist/knowledge/data/operators/base_comp.json +1180 -0
- package/dist/knowledge/data/operators/basis_sop.json +805 -0
- package/dist/knowledge/data/operators/beat_chop.json +1745 -0
- package/dist/knowledge/data/operators/bind_chop.json +613 -0
- package/dist/knowledge/data/operators/blacktrax_chop.json +1180 -0
- package/dist/knowledge/data/operators/blend_chop.json +616 -0
- package/dist/knowledge/data/operators/blend_comp.json +3626 -0
- package/dist/knowledge/data/operators/blend_pop.json +618 -0
- package/dist/knowledge/data/operators/blend_sop.json +477 -0
- package/dist/knowledge/data/operators/blob_track_chop.json +1275 -0
- package/dist/knowledge/data/operators/blob_track_top.json +1931 -0
- package/dist/knowledge/data/operators/bloom_top.json +1370 -0
- package/dist/knowledge/data/operators/blur_top.json +1428 -0
- package/dist/knowledge/data/operators/body_track_chop.json +1233 -0
- package/dist/knowledge/data/operators/bone_comp.json +3672 -0
- package/dist/knowledge/data/operators/bone_group_sop.json +148 -0
- package/dist/knowledge/data/operators/boolean_sop.json +336 -0
- package/dist/knowledge/data/operators/box_pop.json +827 -0
- package/dist/knowledge/data/operators/box_sop.json +994 -0
- package/dist/knowledge/data/operators/bridge_sop.json +806 -0
- package/dist/knowledge/data/operators/bullet_solver_chop.json +898 -0
- package/dist/knowledge/data/operators/bullet_solver_comp.json +3720 -0
- package/dist/knowledge/data/operators/button_comp.json +6636 -0
- package/dist/knowledge/data/operators/cache_blend_pop.json +292 -0
- package/dist/knowledge/data/operators/cache_pop.json +412 -0
- package/dist/knowledge/data/operators/cache_select_pop.json +280 -0
- package/dist/knowledge/data/operators/cache_select_top.json +946 -0
- package/dist/knowledge/data/operators/cache_sop.json +478 -0
- package/dist/knowledge/data/operators/cache_top.json +1559 -0
- package/dist/knowledge/data/operators/camera_blend_comp.json +4847 -0
- package/dist/knowledge/data/operators/camera_comp.json +215 -0
- package/dist/knowledge/data/operators/cap_sop.json +527 -0
- package/dist/knowledge/data/operators/capture_region_sop.json +568 -0
- package/dist/knowledge/data/operators/capture_sop.json +619 -0
- package/dist/knowledge/data/operators/carve_sop.json +902 -0
- package/dist/knowledge/data/operators/channel_mix_top.json +1088 -0
- package/dist/knowledge/data/operators/chop_execute_dat.json +1277 -0
- package/dist/knowledge/data/operators/chop_to_dat.json +571 -0
- package/dist/knowledge/data/operators/chop_to_pop.json +1236 -0
- package/dist/knowledge/data/operators/chop_to_sop.json +714 -0
- package/dist/knowledge/data/operators/chop_to_top.json +1231 -0
- package/dist/knowledge/data/operators/chroma_key_top.json +1653 -0
- package/dist/knowledge/data/operators/circle_pop.json +821 -0
- package/dist/knowledge/data/operators/circle_sop.json +991 -0
- package/dist/knowledge/data/operators/circle_top.json +2307 -0
- package/dist/knowledge/data/operators/clay_sop.json +1231 -0
- package/dist/knowledge/data/operators/clip_blender_chop.json +1931 -0
- package/dist/knowledge/data/operators/clip_chop.json +1366 -0
- package/dist/knowledge/data/operators/clip_dat.json +849 -0
- package/dist/knowledge/data/operators/clip_sop.json +475 -0
- package/dist/knowledge/data/operators/clock_chop.json +1792 -0
- package/dist/knowledge/data/operators/composite_chop.json +1414 -0
- package/dist/knowledge/data/operators/composite_top.json +2131 -0
- package/dist/knowledge/data/operators/connectivity_pop.json +11 -0
- package/dist/knowledge/data/operators/constant_chop.json +1238 -0
- package/dist/knowledge/data/operators/constant_mat.json +2727 -0
- package/dist/knowledge/data/operators/constant_top.json +1323 -0
- package/dist/knowledge/data/operators/constraint_comp.json +2076 -0
- package/dist/knowledge/data/operators/container_comp.json +6299 -0
- package/dist/knowledge/data/operators/convert_dat.json +569 -0
- package/dist/knowledge/data/operators/convert_pop.json +322 -0
- package/dist/knowledge/data/operators/convert_sop.json +807 -0
- package/dist/knowledge/data/operators/convolve_top.json +1041 -0
- package/dist/knowledge/data/operators/copy_chop.json +993 -0
- package/dist/knowledge/data/operators/copy_pop.json +1799 -0
- package/dist/knowledge/data/operators/copy_sop.json +1887 -0
- package/dist/knowledge/data/operators/corner_pin_top.json +1512 -0
- package/dist/knowledge/data/operators/count_chop.json +1369 -0
- package/dist/knowledge/data/operators/cplusplus_chop.json +569 -0
- package/dist/knowledge/data/operators/cplusplus_dat.json +477 -0
- package/dist/knowledge/data/operators/cplusplus_pop.json +308 -0
- package/dist/knowledge/data/operators/cplusplus_sop.json +195 -0
- package/dist/knowledge/data/operators/cplusplus_top.json +1276 -0
- package/dist/knowledge/data/operators/creep_sop.json +385 -0
- package/dist/knowledge/data/operators/crop_top.json +1323 -0
- package/dist/knowledge/data/operators/cross_chop.json +478 -0
- package/dist/knowledge/data/operators/cross_top.json +1559 -0
- package/dist/knowledge/data/operators/cube_map_top.json +946 -0
- package/dist/knowledge/data/operators/curve_pop.json +1525 -0
- package/dist/knowledge/data/operators/curveclay_sop.json +618 -0
- package/dist/knowledge/data/operators/curvesect_sop.json +665 -0
- package/dist/knowledge/data/operators/cycle_chop.json +1040 -0
- package/dist/knowledge/data/operators/dat_execute_dat.json +1230 -0
- package/dist/knowledge/data/operators/dat_to_chop.json +1510 -0
- package/dist/knowledge/data/operators/dat_to_pop.json +756 -0
- package/dist/knowledge/data/operators/dat_to_sop.json +902 -0
- package/dist/knowledge/data/operators/deform_sop.json +291 -0
- package/dist/knowledge/data/operators/delay_chop.json +615 -0
- package/dist/knowledge/data/operators/delete_chop.json +1556 -0
- package/dist/knowledge/data/operators/delete_pop.json +1422 -0
- package/dist/knowledge/data/operators/delete_sop.json +1230 -0
- package/dist/knowledge/data/operators/depth_mat.json +1933 -0
- package/dist/knowledge/data/operators/depth_top.json +1322 -0
- package/dist/knowledge/data/operators/difference_top.json +1647 -0
- package/dist/knowledge/data/operators/dimension_pop.json +280 -0
- package/dist/knowledge/data/operators/direct_display_out_top.json +997 -0
- package/dist/knowledge/data/operators/directx_in_top.json +901 -0
- package/dist/knowledge/data/operators/directx_out_top.json +948 -0
- package/dist/knowledge/data/operators/displace_top.json +1322 -0
- package/dist/knowledge/data/operators/divide_sop.json +713 -0
- package/dist/knowledge/data/operators/dmx_fixture_pop.json +772 -0
- package/dist/knowledge/data/operators/dmx_in_chop.json +1420 -0
- package/dist/knowledge/data/operators/dmx_map_dat.json +11 -0
- package/dist/knowledge/data/operators/dmx_out_chop.json +1843 -0
- package/dist/knowledge/data/operators/dmx_out_pop.json +668 -0
- package/dist/knowledge/data/operators/edge_top.json +1370 -0
- package/dist/knowledge/data/operators/emboss_top.json +1275 -0
- package/dist/knowledge/data/operators/engine_comp.json +2685 -0
- package/dist/knowledge/data/operators/envelope_chop.json +946 -0
- package/dist/knowledge/data/operators/environment_light_comp.json +2121 -0
- package/dist/knowledge/data/operators/error_dat.json +949 -0
- package/dist/knowledge/data/operators/etherdream_dat.json +472 -0
- package/dist/knowledge/data/operators/evaluate_dat.json +1650 -0
- package/dist/knowledge/data/operators/event_chop.json +1653 -0
- package/dist/knowledge/data/operators/examine_dat.json +1182 -0
- package/dist/knowledge/data/operators/execute_dat.json +1184 -0
- package/dist/knowledge/data/operators/experimental +0 -0
- package/dist/knowledge/data/operators/expression_chop.json +617 -0
- package/dist/knowledge/data/operators/extend_chop.json +617 -0
- package/dist/knowledge/data/operators/extrude_pop.json +316 -0
- package/dist/knowledge/data/operators/extrude_sop.json +1081 -0
- package/dist/knowledge/data/operators/face_track_chop.json +998 -0
- package/dist/knowledge/data/operators/face_track_sop.json +244 -0
- package/dist/knowledge/data/operators/facet_pop.json +480 -0
- package/dist/knowledge/data/operators/facet_sop.json +619 -0
- package/dist/knowledge/data/operators/fan_chop.json +804 -0
- package/dist/knowledge/data/operators/fbx_comp.json +4942 -0
- package/dist/knowledge/data/operators/feedback_chop.json +664 -0
- package/dist/knowledge/data/operators/feedback_pop.json +368 -0
- package/dist/knowledge/data/operators/feedback_top.json +191 -0
- package/dist/knowledge/data/operators/field_pop.json +2304 -0
- package/dist/knowledge/data/operators/fifo_dat.json +711 -0
- package/dist/knowledge/data/operators/file_in_chop.json +1181 -0
- package/dist/knowledge/data/operators/file_in_dat.json +527 -0
- package/dist/knowledge/data/operators/file_in_pop.json +298 -0
- package/dist/knowledge/data/operators/file_in_sop.json +289 -0
- package/dist/knowledge/data/operators/file_out_chop.json +618 -0
- package/dist/knowledge/data/operators/file_out_dat.json +524 -0
- package/dist/knowledge/data/operators/fillet_sop.json +949 -0
- package/dist/knowledge/data/operators/filter_chop.json +1134 -0
- package/dist/knowledge/data/operators/fit_sop.json +1087 -0
- package/dist/knowledge/data/operators/fit_top.json +1559 -0
- package/dist/knowledge/data/operators/flip_top.json +1040 -0
- package/dist/knowledge/data/operators/folder_dat.json +1888 -0
- package/dist/knowledge/data/operators/force_comp.json +1701 -0
- package/dist/knowledge/data/operators/force_pop.json +878 -0
- package/dist/knowledge/data/operators/force_sop.json +429 -0
- package/dist/knowledge/data/operators/fractal_sop.json +479 -0
- package/dist/knowledge/data/operators/freed_in_chop.json +808 -0
- package/dist/knowledge/data/operators/freed_out_chop.json +714 -0
- package/dist/knowledge/data/operators/function_chop.json +1086 -0
- package/dist/knowledge/data/operators/function_top.json +1558 -0
- package/dist/knowledge/data/operators/geo_text_comp.json +7338 -0
- package/dist/knowledge/data/operators/geometry_comp.json +199 -0
- package/dist/knowledge/data/operators/gesture_chop.json +1133 -0
- package/dist/knowledge/data/operators/glsl_advanced_pop.json +3539 -0
- package/dist/knowledge/data/operators/glsl_comp.json +6962 -0
- package/dist/knowledge/data/operators/glsl_copy_pop.json +2128 -0
- package/dist/knowledge/data/operators/glsl_mat.json +3720 -0
- package/dist/knowledge/data/operators/glsl_multi_top.json +2922 -0
- package/dist/knowledge/data/operators/glsl_pop.json +2317 -0
- package/dist/knowledge/data/operators/glsl_select_pop.json +280 -0
- package/dist/knowledge/data/operators/glsl_top.json +2922 -0
- package/dist/knowledge/data/operators/grid_pop.json +1029 -0
- package/dist/knowledge/data/operators/grid_sop.json +1041 -0
- package/dist/knowledge/data/operators/group_pop.json +1423 -0
- package/dist/knowledge/data/operators/group_sop.json +2075 -0
- package/dist/knowledge/data/operators/handle_chop.json +712 -0
- package/dist/knowledge/data/operators/handle_comp.json +2171 -0
- package/dist/knowledge/data/operators/histogram_pop.json +533 -0
- package/dist/knowledge/data/operators/hog_chop.json +620 -0
- package/dist/knowledge/data/operators/hokuyo_chop.json +941 -0
- package/dist/knowledge/data/operators/hold_chop.json +664 -0
- package/dist/knowledge/data/operators/hole_sop.json +291 -0
- package/dist/knowledge/data/operators/hsv_adjust_top.json +1370 -0
- package/dist/knowledge/data/operators/hsv_to_rgb_top.json +847 -0
- package/dist/knowledge/data/operators/import_select_chop.json +1838 -0
- package/dist/knowledge/data/operators/import_select_pop.json +808 -0
- package/dist/knowledge/data/operators/import_select_sop.json +1463 -0
- package/dist/knowledge/data/operators/import_select_top.json +993 -0
- package/dist/knowledge/data/operators/impulse_force_comp.json +1415 -0
- package/dist/knowledge/data/operators/in_chop.json +572 -0
- package/dist/knowledge/data/operators/in_dat.json +386 -0
- package/dist/knowledge/data/operators/in_mat.json +1559 -0
- package/dist/knowledge/data/operators/in_pop.json +280 -0
- package/dist/knowledge/data/operators/in_sop.json +102 -0
- package/dist/knowledge/data/operators/in_top.json +903 -0
- package/dist/knowledge/data/operators/index.json +1 -0
- package/dist/knowledge/data/operators/indices_dat.json +526 -0
- package/dist/knowledge/data/operators/info_chop.json +757 -0
- package/dist/knowledge/data/operators/info_dat.json +430 -0
- package/dist/knowledge/data/operators/insert_dat.json +896 -0
- package/dist/knowledge/data/operators/inside_top.json +1652 -0
- package/dist/knowledge/data/operators/interpolate_chop.json +711 -0
- package/dist/knowledge/data/operators/inverse_curve_chop.json +898 -0
- package/dist/knowledge/data/operators/inverse_curve_sop.json +97 -0
- package/dist/knowledge/data/operators/inverse_kin_chop.json +850 -0
- package/dist/knowledge/data/operators/iso_surface_sop.json +337 -0
- package/dist/knowledge/data/operators/join_chop.json +1368 -0
- package/dist/knowledge/data/operators/join_sop.json +667 -0
- package/dist/knowledge/data/operators/joint_sop.json +573 -0
- package/dist/knowledge/data/operators/joystick_chop.json +1558 -0
- package/dist/knowledge/data/operators/json_dat.json +619 -0
- package/dist/knowledge/data/operators/keyboard_in_chop.json +1041 -0
- package/dist/knowledge/data/operators/keyboard_in_dat.json +950 -0
- package/dist/knowledge/data/operators/keyframe_chop.json +711 -0
- package/dist/knowledge/data/operators/kinect_azure_chop.json +1092 -0
- package/dist/knowledge/data/operators/kinect_azure_select_top.json +1187 -0
- package/dist/knowledge/data/operators/kinect_azure_top.json +2737 -0
- package/dist/knowledge/data/operators/kinect_chop.json +1700 -0
- package/dist/knowledge/data/operators/kinect_sop.json +379 -0
- package/dist/knowledge/data/operators/kinect_top.json +1700 -0
- package/dist/knowledge/data/operators/lag_chop.json +1040 -0
- package/dist/knowledge/data/operators/laser_chop.json +1746 -0
- package/dist/knowledge/data/operators/laser_device_chop.json +1228 -0
- package/dist/knowledge/data/operators/lattice_sop.json +432 -0
- package/dist/knowledge/data/operators/layout_top.json +1936 -0
- package/dist/knowledge/data/operators/leap_motion_chop.json +1699 -0
- package/dist/knowledge/data/operators/leap_motion_top.json +1323 -0
- package/dist/knowledge/data/operators/lens_distort_top.json +2262 -0
- package/dist/knowledge/data/operators/leuze_rod4_chop.json +1371 -0
- package/dist/knowledge/data/operators/level_top.json +2273 -0
- package/dist/knowledge/data/operators/lfo_chop.json +1088 -0
- package/dist/knowledge/data/operators/light_comp.json +5410 -0
- package/dist/knowledge/data/operators/limit_chop.json +1133 -0
- package/dist/knowledge/data/operators/limit_pop.json +1243 -0
- package/dist/knowledge/data/operators/limit_sop.json +2075 -0
- package/dist/knowledge/data/operators/limit_top.json +1557 -0
- package/dist/knowledge/data/operators/line_break_pop.json +447 -0
- package/dist/knowledge/data/operators/line_divide_pop.json +688 -0
- package/dist/knowledge/data/operators/line_mat.json +5551 -0
- package/dist/knowledge/data/operators/line_metrics_pop.json +548 -0
- package/dist/knowledge/data/operators/line_pop.json +1343 -0
- package/dist/knowledge/data/operators/line_smooth_pop.json +1028 -0
- package/dist/knowledge/data/operators/line_sop.json +330 -0
- package/dist/knowledge/data/operators/line_thick_sop.json +478 -0
- package/dist/knowledge/data/operators/list_comp.json +6729 -0
- package/dist/knowledge/data/operators/lod_sop.json +431 -0
- package/dist/knowledge/data/operators/logic_chop.json +946 -0
- package/dist/knowledge/data/operators/lookup_attribute_pop.json +684 -0
- package/dist/knowledge/data/operators/lookup_channel_pop.json +1140 -0
- package/dist/knowledge/data/operators/lookup_chop.json +992 -0
- package/dist/knowledge/data/operators/lookup_dat.json +664 -0
- package/dist/knowledge/data/operators/lookup_texture_pop.json +1494 -0
- package/dist/knowledge/data/operators/lookup_top.json +1510 -0
- package/dist/knowledge/data/operators/lsystem_sop.json +1699 -0
- package/dist/knowledge/data/operators/ltc_in_chop.json +760 -0
- package/dist/knowledge/data/operators/ltc_out_chop.json +1512 -0
- package/dist/knowledge/data/operators/luma_blur_top.json +1316 -0
- package/dist/knowledge/data/operators/luma_level_top.json +1746 -0
- package/dist/knowledge/data/operators/magnet_sop.json +759 -0
- package/dist/knowledge/data/operators/material_sop.json +98 -0
- package/dist/knowledge/data/operators/math_chop.json +1193 -0
- package/dist/knowledge/data/operators/math_combine_pop.json +4283 -0
- package/dist/knowledge/data/operators/math_mix_pop.json +2641 -0
- package/dist/knowledge/data/operators/math_pop.json +2163 -0
- package/dist/knowledge/data/operators/math_top.json +1885 -0
- package/dist/knowledge/data/operators/matte_top.json +994 -0
- package/dist/knowledge/data/operators/media_file_info_dat.json +571 -0
- package/dist/knowledge/data/operators/merge_chop.json +627 -0
- package/dist/knowledge/data/operators/merge_dat.json +620 -0
- package/dist/knowledge/data/operators/merge_pop.json +764 -0
- package/dist/knowledge/data/operators/merge_sop.json +100 -0
- package/dist/knowledge/data/operators/metaball_sop.json +476 -0
- package/dist/knowledge/data/operators/midi_event_dat.json +1135 -0
- package/dist/knowledge/data/operators/midi_in_chop.json +3297 -0
- package/dist/knowledge/data/operators/midi_in_dat.json +1183 -0
- package/dist/knowledge/data/operators/midi_in_map_chop.json +946 -0
- package/dist/knowledge/data/operators/midi_out_chop.json +1793 -0
- package/dist/knowledge/data/operators/mirror_top.json +1271 -0
- package/dist/knowledge/data/operators/model_sop.json +52 -0
- package/dist/knowledge/data/operators/monitors_dat.json +617 -0
- package/dist/knowledge/data/operators/monochrome_top.json +1041 -0
- package/dist/knowledge/data/operators/mosys_chop.json +804 -0
- package/dist/knowledge/data/operators/mosys_top.json +896 -0
- package/dist/knowledge/data/operators/mouse_in_chop.json +1275 -0
- package/dist/knowledge/data/operators/mouse_out_chop.json +711 -0
- package/dist/knowledge/data/operators/movie_file_in_top.json +3546 -0
- package/dist/knowledge/data/operators/movie_file_out_top.json +3390 -0
- package/dist/knowledge/data/operators/mpcdi_dat.json +711 -0
- package/dist/knowledge/data/operators/mpcdi_top.json +1369 -0
- package/dist/knowledge/data/operators/mqtt_client_dat.json +1229 -0
- package/dist/knowledge/data/operators/multi_touch_in_dat.json +1185 -0
- package/dist/knowledge/data/operators/multiply_top.json +1647 -0
- package/dist/knowledge/data/operators/ncam_chop.json +1039 -0
- package/dist/knowledge/data/operators/ncam_top.json +1039 -0
- package/dist/knowledge/data/operators/ndi_dat.json +478 -0
- package/dist/knowledge/data/operators/ndi_in_top.json +1326 -0
- package/dist/knowledge/data/operators/ndi_out_top.json +1420 -0
- package/dist/knowledge/data/operators/neighbor_pop.json +534 -0
- package/dist/knowledge/data/operators/noise_chop.json +2230 -0
- package/dist/knowledge/data/operators/noise_pop.json +2107 -0
- package/dist/knowledge/data/operators/noise_sop.json +1136 -0
- package/dist/knowledge/data/operators/noise_top.json +2356 -0
- package/dist/knowledge/data/operators/normal_map_top.json +1182 -0
- package/dist/knowledge/data/operators/normal_pop.json +1488 -0
- package/dist/knowledge/data/operators/normalize_pop.json +1298 -0
- package/dist/knowledge/data/operators/notch_top.json +1511 -0
- package/dist/knowledge/data/operators/null_chop.json +673 -0
- package/dist/knowledge/data/operators/null_comp.json +2921 -0
- package/dist/knowledge/data/operators/null_dat.json +344 -0
- package/dist/knowledge/data/operators/null_mat.json +1511 -0
- package/dist/knowledge/data/operators/null_pop.json +18 -0
- package/dist/knowledge/data/operators/null_sop.json +100 -0
- package/dist/knowledge/data/operators/null_top.json +862 -0
- package/dist/knowledge/data/operators/nvidia_background_top.json +996 -0
- package/dist/knowledge/data/operators/nvidia_denoise_top.json +1089 -0
- package/dist/knowledge/data/operators/nvidia_flex_solver_comp.json +5367 -0
- package/dist/knowledge/data/operators/nvidia_flex_top.json +995 -0
- package/dist/knowledge/data/operators/nvidia_flow_emitter_comp.json +7812 -0
- package/dist/knowledge/data/operators/nvidia_flow_top.json +3675 -0
- package/dist/knowledge/data/operators/nvidia_upscaler_top.json +1089 -0
- package/dist/knowledge/data/operators/oak_device_chop.json +1372 -0
- package/dist/knowledge/data/operators/oak_select_chop.json +947 -0
- package/dist/knowledge/data/operators/oak_select_top.json +1323 -0
- package/dist/knowledge/data/operators/object_chop.json +2356 -0
- package/dist/knowledge/data/operators/object_merge_sop.json +194 -0
- package/dist/knowledge/data/operators/oculus_audio_chop.json +1371 -0
- package/dist/knowledge/data/operators/oculus_rift_chop.json +901 -0
- package/dist/knowledge/data/operators/oculus_rift_sop.json +147 -0
- package/dist/knowledge/data/operators/oculus_rift_top.json +995 -0
- package/dist/knowledge/data/operators/op_execute_dat.json +1463 -0
- package/dist/knowledge/data/operators/op_find_dat.json +2827 -0
- package/dist/knowledge/data/operators/op_viewer_comp.json +6586 -0
- package/dist/knowledge/data/operators/op_viewer_top.json +993 -0
- package/dist/knowledge/data/operators/opencolorio_top.json +1980 -0
- package/dist/knowledge/data/operators/openvr_chop.json +1135 -0
- package/dist/knowledge/data/operators/openvr_sop.json +99 -0
- package/dist/knowledge/data/operators/openvr_top.json +900 -0
- package/dist/knowledge/data/operators/optical_flow_top.json +1230 -0
- package/dist/knowledge/data/operators/optitrack_in_chop.json +854 -0
- package/dist/knowledge/data/operators/orbbec_select_top.json +1042 -0
- package/dist/knowledge/data/operators/orbbec_top.json +1558 -0
- package/dist/knowledge/data/operators/osc_in_chop.json +1371 -0
- package/dist/knowledge/data/operators/osc_in_dat.json +1280 -0
- package/dist/knowledge/data/operators/osc_out_chop.json +1138 -0
- package/dist/knowledge/data/operators/osc_out_dat.json +1280 -0
- package/dist/knowledge/data/operators/ouster_select_top.json +1228 -0
- package/dist/knowledge/data/operators/ouster_top.json +2404 -0
- package/dist/knowledge/data/operators/out_chop.json +476 -0
- package/dist/knowledge/data/operators/out_dat.json +386 -0
- package/dist/knowledge/data/operators/out_mat.json +1982 -0
- package/dist/knowledge/data/operators/out_pop.json +286 -0
- package/dist/knowledge/data/operators/out_sop.json +93 -0
- package/dist/knowledge/data/operators/out_top.json +903 -0
- package/dist/knowledge/data/operators/outside_top.json +1651 -0
- package/dist/knowledge/data/operators/over_top.json +1651 -0
- package/dist/knowledge/data/operators/override_chop.json +663 -0
- package/dist/knowledge/data/operators/pack_top.json +946 -0
- package/dist/knowledge/data/operators/pan_tilt_chop.json +11 -0
- package/dist/knowledge/data/operators/panel_chop.json +663 -0
- package/dist/knowledge/data/operators/panel_execute_dat.json +1182 -0
- package/dist/knowledge/data/operators/pangolin_chop.json +1135 -0
- package/dist/knowledge/data/operators/parameter_chop.json +803 -0
- package/dist/knowledge/data/operators/parameter_comp.json +6962 -0
- package/dist/knowledge/data/operators/parameter_dat.json +1698 -0
- package/dist/knowledge/data/operators/parameter_execute_dat.json +1371 -0
- package/dist/knowledge/data/operators/pargroup_execute_dat.json +1271 -0
- package/dist/knowledge/data/operators/particle_pop.json +1130 -0
- package/dist/knowledge/data/operators/particle_sop.json +2214 -0
- package/dist/knowledge/data/operators/pattern_chop.json +1697 -0
- package/dist/knowledge/data/operators/pattern_pop.json +1767 -0
- package/dist/knowledge/data/operators/pbr_mat.json +4990 -0
- package/dist/knowledge/data/operators/perform_chop.json +1651 -0
- package/dist/knowledge/data/operators/perform_dat.json +1184 -0
- package/dist/knowledge/data/operators/phaser_chop.json +618 -0
- package/dist/knowledge/data/operators/phaser_pop.json +1043 -0
- package/dist/knowledge/data/operators/phong_mat.json +5458 -0
- package/dist/knowledge/data/operators/photoshop_in_top.json +1418 -0
- package/dist/knowledge/data/operators/pipe_in_chop.json +1323 -0
- package/dist/knowledge/data/operators/pipe_out_chop.json +1182 -0
- package/dist/knowledge/data/operators/point_file_in_pop.json +1246 -0
- package/dist/knowledge/data/operators/point_file_in_top.json +3343 -0
- package/dist/knowledge/data/operators/point_file_select_top.json +1086 -0
- package/dist/knowledge/data/operators/point_generator_pop.json +1407 -0
- package/dist/knowledge/data/operators/point_pop.json +752 -0
- package/dist/knowledge/data/operators/point_sop.json +2171 -0
- package/dist/knowledge/data/operators/point_sprite_mat.json +2920 -0
- package/dist/knowledge/data/operators/point_transform_top.json +2779 -0
- package/dist/knowledge/data/operators/polygonize_pop.json +386 -0
- package/dist/knowledge/data/operators/polyloft_sop.json +759 -0
- package/dist/knowledge/data/operators/polypatch_sop.json +761 -0
- package/dist/knowledge/data/operators/polyreduce_sop.json +806 -0
- package/dist/knowledge/data/operators/polyspline_sop.json +667 -0
- package/dist/knowledge/data/operators/polystitch_sop.json +336 -0
- package/dist/knowledge/data/operators/pop_to_chop.json +11 -0
- package/dist/knowledge/data/operators/pop_to_dat.json +11 -0
- package/dist/knowledge/data/operators/pop_to_sop.json +11 -0
- package/dist/knowledge/data/operators/pop_to_top.json +11 -0
- package/dist/knowledge/data/operators/posistagenet_chop.json +900 -0
- package/dist/knowledge/data/operators/prefilter_map_top.json +947 -0
- package/dist/knowledge/data/operators/primitive_pop.json +1254 -0
- package/dist/knowledge/data/operators/primitive_sop.json +2075 -0
- package/dist/knowledge/data/operators/profile_sop.json +756 -0
- package/dist/knowledge/data/operators/project_sop.json +1276 -0
- package/dist/knowledge/data/operators/projection_pop.json +1060 -0
- package/dist/knowledge/data/operators/projection_top.json +1135 -0
- package/dist/knowledge/data/operators/proximity_pop.json +505 -0
- package/dist/knowledge/data/operators/pulse_chop.json +1744 -0
- package/dist/knowledge/data/operators/quantize_pop.json +1052 -0
- package/dist/knowledge/data/operators/rails_sop.json +853 -0
- package/dist/knowledge/data/operators/ramp_top.json +1899 -0
- package/dist/knowledge/data/operators/random_pop.json +1219 -0
- package/dist/knowledge/data/operators/raster_sop.json +291 -0
- package/dist/knowledge/data/operators/ray_pop.json +497 -0
- package/dist/knowledge/data/operators/ray_sop.json +856 -0
- package/dist/knowledge/data/operators/realsense_top.json +1608 -0
- package/dist/knowledge/data/operators/record_chop.json +1040 -0
- package/dist/knowledge/data/operators/rectangle_pop.json +800 -0
- package/dist/knowledge/data/operators/rectangle_sop.json +758 -0
- package/dist/knowledge/data/operators/rectangle_top.json +2259 -0
- package/dist/knowledge/data/operators/refine_sop.json +667 -0
- package/dist/knowledge/data/operators/remap_top.json +1182 -0
- package/dist/knowledge/data/operators/rename_chop.json +522 -0
- package/dist/knowledge/data/operators/render_pass_top.json +3108 -0
- package/dist/knowledge/data/operators/render_pick_chop.json +2119 -0
- package/dist/knowledge/data/operators/render_pick_dat.json +1840 -0
- package/dist/knowledge/data/operators/render_select_top.json +1086 -0
- package/dist/knowledge/data/operators/render_top.json +218 -0
- package/dist/knowledge/data/operators/renderstream_in_chop.json +617 -0
- package/dist/knowledge/data/operators/renderstream_in_top.json +950 -0
- package/dist/knowledge/data/operators/renderstream_out_top.json +997 -0
- package/dist/knowledge/data/operators/reorder_chop.json +946 -0
- package/dist/knowledge/data/operators/reorder_dat.json +711 -0
- package/dist/knowledge/data/operators/reorder_top.json +1229 -0
- package/dist/knowledge/data/operators/replace_chop.json +568 -0
- package/dist/knowledge/data/operators/replicator_comp.json +2208 -0
- package/dist/knowledge/data/operators/rerange_pop.json +892 -0
- package/dist/knowledge/data/operators/resample_chop.json +1134 -0
- package/dist/knowledge/data/operators/resample_sop.json +619 -0
- package/dist/knowledge/data/operators/resolution_top.json +892 -0
- package/dist/knowledge/data/operators/revolve_pop.json +607 -0
- package/dist/knowledge/data/operators/revolve_sop.json +714 -0
- package/dist/knowledge/data/operators/rgb_key_top.json +1654 -0
- package/dist/knowledge/data/operators/rgb_to_hsv_top.json +853 -0
- package/dist/knowledge/data/operators/s_curve_chop.json +1176 -0
- package/dist/knowledge/data/operators/scalable_display_top.json +1042 -0
- package/dist/knowledge/data/operators/screen_grab_top.json +1465 -0
- package/dist/knowledge/data/operators/screen_top.json +1652 -0
- package/dist/knowledge/data/operators/script_chop.json +520 -0
- package/dist/knowledge/data/operators/script_dat.json +429 -0
- package/dist/knowledge/data/operators/script_sop.json +146 -0
- package/dist/knowledge/data/operators/script_top.json +947 -0
- package/dist/knowledge/data/operators/select_chop.json +899 -0
- package/dist/knowledge/data/operators/select_comp.json +5645 -0
- package/dist/knowledge/data/operators/select_dat.json +1371 -0
- package/dist/knowledge/data/operators/select_mat.json +1977 -0
- package/dist/knowledge/data/operators/select_pop.json +347 -0
- package/dist/knowledge/data/operators/select_sop.json +100 -0
- package/dist/knowledge/data/operators/select_top.json +901 -0
- package/dist/knowledge/data/operators/sequence_blend_sop.json +336 -0
- package/dist/knowledge/data/operators/serial_chop.json +1182 -0
- package/dist/knowledge/data/operators/serial_dat.json +1418 -0
- package/dist/knowledge/data/operators/shared_mem_in_chop.json +620 -0
- package/dist/knowledge/data/operators/shared_mem_in_comp.json +1323 -0
- package/dist/knowledge/data/operators/shared_mem_in_top.json +994 -0
- package/dist/knowledge/data/operators/shared_mem_out_chop.json +620 -0
- package/dist/knowledge/data/operators/shared_mem_out_comp.json +1372 -0
- package/dist/knowledge/data/operators/shared_mem_out_top.json +1137 -0
- package/dist/knowledge/data/operators/shift_chop.json +899 -0
- package/dist/knowledge/data/operators/shuffle_chop.json +612 -0
- package/dist/knowledge/data/operators/sick_top.json +1322 -0
- package/dist/knowledge/data/operators/skin_deform_pop.json +972 -0
- package/dist/knowledge/data/operators/skin_pop.json +330 -0
- package/dist/knowledge/data/operators/skin_sop.json +711 -0
- package/dist/knowledge/data/operators/slider_comp.json +6918 -0
- package/dist/knowledge/data/operators/slope_chop.json +661 -0
- package/dist/knowledge/data/operators/slope_top.json +1370 -0
- package/dist/knowledge/data/operators/socketio_dat.json +945 -0
- package/dist/knowledge/data/operators/sop_to_chop.json +1137 -0
- package/dist/knowledge/data/operators/sop_to_dat.json +622 -0
- package/dist/knowledge/data/operators/sop_to_pop.json +409 -0
- package/dist/knowledge/data/operators/sort_chop.json +805 -0
- package/dist/knowledge/data/operators/sort_dat.json +894 -0
- package/dist/knowledge/data/operators/sort_pop.json +1023 -0
- package/dist/knowledge/data/operators/sort_sop.json +569 -0
- package/dist/knowledge/data/operators/spectrum_top.json +1182 -0
- package/dist/knowledge/data/operators/speed_chop.json +1180 -0
- package/dist/knowledge/data/operators/sphere_pop.json +1141 -0
- package/dist/knowledge/data/operators/sphere_sop.json +1370 -0
- package/dist/knowledge/data/operators/splice_chop.json +1226 -0
- package/dist/knowledge/data/operators/spring_chop.json +899 -0
- package/dist/knowledge/data/operators/spring_sop.json +1463 -0
- package/dist/knowledge/data/operators/sprinkle_pop.json +420 -0
- package/dist/knowledge/data/operators/sprinkle_sop.json +337 -0
- package/dist/knowledge/data/operators/sprite_sop.json +571 -0
- package/dist/knowledge/data/operators/ssao_top.json +1510 -0
- package/dist/knowledge/data/operators/st2110_device_chop.json +11 -0
- package/dist/knowledge/data/operators/stitch_sop.json +807 -0
- package/dist/knowledge/data/operators/stretch_chop.json +945 -0
- package/dist/knowledge/data/operators/stype_in_chop.json +756 -0
- package/dist/knowledge/data/operators/stype_out_chop.json +852 -0
- package/dist/knowledge/data/operators/stype_top.json +943 -0
- package/dist/knowledge/data/operators/subdivide_pop.json +292 -0
- package/dist/knowledge/data/operators/subdivide_sop.json +618 -0
- package/dist/knowledge/data/operators/substance_select_top.json +945 -0
- package/dist/knowledge/data/operators/substance_top.json +1182 -0
- package/dist/knowledge/data/operators/substitute_dat.json +1605 -0
- package/dist/knowledge/data/operators/subtract_top.json +1650 -0
- package/dist/knowledge/data/operators/superquad_sop.json +1135 -0
- package/dist/knowledge/data/operators/surfsect_sop.json +853 -0
- package/dist/knowledge/data/operators/sweep_sop.json +947 -0
- package/dist/knowledge/data/operators/switch_chop.json +523 -0
- package/dist/knowledge/data/operators/switch_dat.json +383 -0
- package/dist/knowledge/data/operators/switch_mat.json +1553 -0
- package/dist/knowledge/data/operators/switch_pop.json +496 -0
- package/dist/knowledge/data/operators/switch_sop.json +101 -0
- package/dist/knowledge/data/operators/switch_top.json +959 -0
- package/dist/knowledge/data/operators/sync_in_chop.json +617 -0
- package/dist/knowledge/data/operators/sync_out_chop.json +993 -0
- package/dist/knowledge/data/operators/syphon_spout_in_top.json +946 -0
- package/dist/knowledge/data/operators/syphon_spout_out_top.json +948 -0
- package/dist/knowledge/data/operators/table_comp.json +7009 -0
- package/dist/knowledge/data/operators/table_dat.json +1080 -0
- package/dist/knowledge/data/operators/tablet_chop.json +1367 -0
- package/dist/knowledge/data/operators/text_comp.json +8981 -0
- package/dist/knowledge/data/operators/text_dat.json +675 -0
- package/dist/knowledge/data/operators/text_sop.json +1512 -0
- package/dist/knowledge/data/operators/text_top.json +4236 -0
- package/dist/knowledge/data/operators/texture_3d_top.json +1417 -0
- package/dist/knowledge/data/operators/texture_map_pop.json +1744 -0
- package/dist/knowledge/data/operators/texture_sop.json +992 -0
- package/dist/knowledge/data/operators/threshold_top.json +1227 -0
- package/dist/knowledge/data/operators/tile_top.json +1840 -0
- package/dist/knowledge/data/operators/time_comp.json +1745 -0
- package/dist/knowledge/data/operators/time_machine_top.json +1041 -0
- package/dist/knowledge/data/operators/time_slice_chop.json +568 -0
- package/dist/knowledge/data/operators/timecode_chop.json +1981 -0
- package/dist/knowledge/data/operators/timeline_chop.json +1038 -0
- package/dist/knowledge/data/operators/timer_chop.json +4236 -0
- package/dist/knowledge/data/operators/top_to_chop.json +2077 -0
- package/dist/knowledge/data/operators/top_to_pop.json +2144 -0
- package/dist/knowledge/data/operators/topology_pop.json +1526 -0
- package/dist/knowledge/data/operators/torus_pop.json +901 -0
- package/dist/knowledge/data/operators/torus_sop.json +1368 -0
- package/dist/knowledge/data/operators/touch_in_chop.json +1182 -0
- package/dist/knowledge/data/operators/touch_in_dat.json +618 -0
- package/dist/knowledge/data/operators/touch_in_top.json +1182 -0
- package/dist/knowledge/data/operators/touch_out_chop.json +947 -0
- package/dist/knowledge/data/operators/touch_out_dat.json +712 -0
- package/dist/knowledge/data/operators/touch_out_top.json +1134 -0
- package/dist/knowledge/data/operators/trace_sop.json +759 -0
- package/dist/knowledge/data/operators/trail_chop.json +901 -0
- package/dist/knowledge/data/operators/trail_pop.json +827 -0
- package/dist/knowledge/data/operators/trail_sop.json +616 -0
- package/dist/knowledge/data/operators/transform_chop.json +2168 -0
- package/dist/knowledge/data/operators/transform_pop.json +2659 -0
- package/dist/knowledge/data/operators/transform_sop.json +1466 -0
- package/dist/knowledge/data/operators/transform_top.json +1803 -0
- package/dist/knowledge/data/operators/transform_xyz_chop.json +1369 -0
- package/dist/knowledge/data/operators/transpose_dat.json +334 -0
- package/dist/knowledge/data/operators/trig_pop.json +1135 -0
- package/dist/knowledge/data/operators/trigger_chop.json +2214 -0
- package/dist/knowledge/data/operators/trim_chop.json +805 -0
- package/dist/knowledge/data/operators/trim_sop.json +336 -0
- package/dist/knowledge/data/operators/tristrip_sop.json +194 -0
- package/dist/knowledge/data/operators/tube_pop.json +861 -0
- package/dist/knowledge/data/operators/tube_sop.json +1323 -0
- package/dist/knowledge/data/operators/tuio_in_dat.json +806 -0
- package/dist/knowledge/data/operators/twist_pop.json +1127 -0
- package/dist/knowledge/data/operators/twist_sop.json +533 -0
- package/dist/knowledge/data/operators/udp_in_dat.json +1090 -0
- package/dist/knowledge/data/operators/udp_out_dat.json +1280 -0
- package/dist/knowledge/data/operators/under_top.json +1652 -0
- package/dist/knowledge/data/operators/usd_comp.json +4800 -0
- package/dist/knowledge/data/operators/vertex_sop.json +667 -0
- package/dist/knowledge/data/operators/video_device_in_top.json +3062 -0
- package/dist/knowledge/data/operators/video_device_out_top.json +1936 -0
- package/dist/knowledge/data/operators/video_devices_dat.json +616 -0
- package/dist/knowledge/data/operators/video_stream_in_top.json +1842 -0
- package/dist/knowledge/data/operators/video_stream_out_top.json +2548 -0
- package/dist/knowledge/data/operators/vioso_top.json +943 -0
- package/dist/knowledge/data/operators/warp_chop.json +570 -0
- package/dist/knowledge/data/operators/wave_chop.json +1510 -0
- package/dist/knowledge/data/operators/web_client_dat.json +1514 -0
- package/dist/knowledge/data/operators/web_render_top.json +1749 -0
- package/dist/knowledge/data/operators/web_server_dat.json +714 -0
- package/dist/knowledge/data/operators/webrtc_dat.json +851 -0
- package/dist/knowledge/data/operators/websocket_dat.json +901 -0
- package/dist/knowledge/data/operators/widget_comp.json +6299 -0
- package/dist/knowledge/data/operators/window_comp.json +3061 -0
- package/dist/knowledge/data/operators/wireframe_mat.json +2165 -0
- package/dist/knowledge/data/operators/wireframe_sop.json +338 -0
- package/dist/knowledge/data/operators/wrnchai_chop.json +1084 -0
- package/dist/knowledge/data/operators/xml_dat.json +1230 -0
- package/dist/knowledge/data/operators/zed_chop.json +1840 -0
- package/dist/knowledge/data/operators/zed_sop.json +712 -0
- package/dist/knowledge/data/operators/zed_top.json +1981 -0
- package/dist/knowledge/data/patterns.json +1 -0
- package/dist/knowledge/data/python-api/App.json +78 -0
- package/dist/knowledge/data/python-api/Attribute.json +43 -0
- package/dist/knowledge/data/python-api/Attributes.json +41 -0
- package/dist/knowledge/data/python-api/Bounds.json +10 -0
- package/dist/knowledge/data/python-api/CHOP.json +683 -0
- package/dist/knowledge/data/python-api/COMP.json +1019 -0
- package/dist/knowledge/data/python-api/Cell.json +80 -0
- package/dist/knowledge/data/python-api/Channel.json +100 -0
- package/dist/knowledge/data/python-api/Connector.json +43 -0
- package/dist/knowledge/data/python-api/DAT.json +1289 -0
- package/dist/knowledge/data/python-api/Dependency.json +10 -0
- package/dist/knowledge/data/python-api/Error_DAT.json +9 -0
- package/dist/knowledge/data/python-api/Group.json +54 -0
- package/dist/knowledge/data/python-api/License.json +25 -0
- package/dist/knowledge/data/python-api/MAT.json +621 -0
- package/dist/knowledge/data/python-api/MOD.json +83 -0
- package/dist/knowledge/data/python-api/Matrix.json +556 -0
- package/dist/knowledge/data/python-api/Monitor.json +25 -0
- package/dist/knowledge/data/python-api/Network.json +10 -0
- package/dist/knowledge/data/python-api/NetworkEditor.json +154 -0
- package/dist/knowledge/data/python-api/Node.json +10 -0
- package/dist/knowledge/data/python-api/OP.json +621 -0
- package/dist/knowledge/data/python-api/OP_Viewer_COMP.json +9 -0
- package/dist/knowledge/data/python-api/ObjectCOMP.json +1150 -0
- package/dist/knowledge/data/python-api/Page.json +797 -0
- package/dist/knowledge/data/python-api/Pane.json +62 -0
- package/dist/knowledge/data/python-api/Panel.json +25 -0
- package/dist/knowledge/data/python-api/PanelCOMP.json +1167 -0
- package/dist/knowledge/data/python-api/PanelValue.json +25 -0
- package/dist/knowledge/data/python-api/Par.json +115 -0
- package/dist/knowledge/data/python-api/ParGroup.json +101 -0
- package/dist/knowledge/data/python-api/Parameter.json +10 -0
- package/dist/knowledge/data/python-api/Parent.json +10 -0
- package/dist/knowledge/data/python-api/Pattern_CHOP.json +9 -0
- package/dist/knowledge/data/python-api/Peer.json +85 -0
- package/dist/knowledge/data/python-api/Point.json +32 -0
- package/dist/knowledge/data/python-api/Position.json +92 -0
- package/dist/knowledge/data/python-api/Prim.json +63 -0
- package/dist/knowledge/data/python-api/Project.json +118 -0
- package/dist/knowledge/data/python-api/PythonOp.json +140 -0
- package/dist/knowledge/data/python-api/Quaternion.json +24 -0
- package/dist/knowledge/data/python-api/Replicator_COMP.json +9 -0
- package/dist/knowledge/data/python-api/Run.json +32 -0
- package/dist/knowledge/data/python-api/Runs.json +10 -0
- package/dist/knowledge/data/python-api/SOP.json +642 -0
- package/dist/knowledge/data/python-api/ScriptOp.json +119 -0
- package/dist/knowledge/data/python-api/Segment.json +25 -0
- package/dist/knowledge/data/python-api/Sequence.json +48 -0
- package/dist/knowledge/data/python-api/Stype.json +9 -0
- package/dist/knowledge/data/python-api/SysInfo.json +25 -0
- package/dist/knowledge/data/python-api/TOP.json +724 -0
- package/dist/knowledge/data/python-api/Timecode.json +200 -0
- package/dist/knowledge/data/python-api/UI.json +73 -0
- package/dist/knowledge/data/python-api/Vertex.json +25 -0
- package/dist/knowledge/data/python-api/baseCOMP.json +1019 -0
- package/dist/knowledge/data/python-api/evaluateDAT.json +1289 -0
- package/dist/knowledge/data/python-api/examineDAT.json +1289 -0
- package/dist/knowledge/data/python-api/glslTOP.json +724 -0
- package/dist/knowledge/data/python-api/index.json +1 -0
- package/dist/knowledge/data/python-api/listCOMP.json +1516 -0
- package/dist/knowledge/data/python-api/midiinDAT.json +1328 -0
- package/dist/knowledge/data/python-api/scriptCHOP.json +24 -0
- package/dist/knowledge/data/python-api/scriptDAT.json +1335 -0
- package/dist/knowledge/data/python-api/scriptSOP.json +24 -0
- package/dist/knowledge/data/python-api/scriptTOP.json +24 -0
- package/dist/knowledge/data/python-api/serialDAT.json +1323 -0
- package/dist/knowledge/data/python-api/tcpipDAT.json +1357 -0
- package/dist/knowledge/data/python-api/td.json +646 -0
- package/dist/knowledge/data/python-api/td_Module.json +24 -0
- package/dist/knowledge/data/tutorials/anatomy_of_a_chop.json +275 -0
- package/dist/knowledge/data/tutorials/build_a_list_comp.json +268 -0
- package/dist/knowledge/data/tutorials/index.json +1 -0
- package/dist/knowledge/data/tutorials/introduction_to_python_tutorial.json +1598 -0
- package/dist/knowledge/data/tutorials/tdbitwig_user_guide.json +1986 -0
- package/dist/knowledge/data/tutorials/touchdesigner_video_server_specification_guide.json +555 -0
- package/dist/knowledge/data/tutorials/video_streaming_user_guide.json +653 -0
- package/dist/knowledge/data/tutorials/write_a_cplusplus_chop.json +139 -0
- package/dist/knowledge/data/tutorials/write_a_cplusplus_plugin.json +796 -0
- package/dist/knowledge/data/tutorials/write_a_cplusplus_top.json +104 -0
- package/dist/knowledge/data/tutorials/write_a_cuda_dll.json +259 -0
- package/dist/knowledge/data/tutorials/write_a_glsl_material.json +2353 -0
- package/dist/knowledge/data/tutorials/write_a_glsl_top.json +818 -0
- package/dist/knowledge/data/tutorials/write_a_shared_memory_chop.json +261 -0
- package/dist/knowledge/data/tutorials/write_a_shared_memory_top.json +193 -0
- package/dist/recipes/audio_spectrum_bars.json +26 -0
- package/dist/recipes/data_sonification.json +37 -0
- package/dist/recipes/feedback_tunnel.json +73 -0
- package/dist/recipes/kinect_silhouette.json +45 -0
- package/dist/recipes/led_strip_mapper.json +32 -0
- package/dist/recipes/noise_landscape.json +76 -0
- package/dist/recipes/particle_galaxy.json +52 -0
- package/dist/recipes/projection_mapping.json +25 -0
- package/dist/recipes/reaction_diffusion.json +90 -0
- package/dist/recipes/webcam_glitch.json +40 -0
- package/package.json +74 -0
- package/recipes/audio_spectrum_bars.json +26 -0
- package/recipes/data_sonification.json +37 -0
- package/recipes/feedback_tunnel.json +73 -0
- package/recipes/kinect_silhouette.json +45 -0
- package/recipes/led_strip_mapper.json +32 -0
- package/recipes/noise_landscape.json +76 -0
- package/recipes/particle_galaxy.json +52 -0
- package/recipes/projection_mapping.json +25 -0
- package/recipes/reaction_diffusion.json +90 -0
- package/recipes/webcam_glitch.json +40 -0
- package/td/README.md +160 -0
- package/td/bootstrap.py +73 -0
- package/td/modules/mcp/__init__.py +1 -0
- package/td/modules/mcp/controllers/__init__.py +1 -0
- package/td/modules/mcp/controllers/api_controller.py +240 -0
- package/td/modules/mcp/dev.py +40 -0
- package/td/modules/mcp/events.py +25 -0
- package/td/modules/mcp/install.py +155 -0
- package/td/modules/mcp/services/__init__.py +1 -0
- package/td/modules/mcp/services/analysis_service.py +64 -0
- package/td/modules/mcp/services/api_service.py +195 -0
- package/td/modules/mcp/services/batch_service.py +49 -0
- package/td/modules/mcp/services/preview_service.py +40 -0
- package/td/modules/utils/__init__.py +1 -0
- package/td/modules/utils/version.py +3 -0
- package/td/startup.py +34 -0
- package/td/templates/webserver_callbacks.py +50 -0
- package/td/tests/test_api_controller.py +242 -0
|
@@ -0,0 +1,368 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Feedback POP",
|
|
3
|
+
"id": "feedback_pop",
|
|
4
|
+
"category": "POP",
|
|
5
|
+
"subcategory": "Experimental",
|
|
6
|
+
"description": "The Feedback POP receives the output of another POP called the “target” POP, from the previous frame, i.e. delayed by one cook cycle, and passes it down a chain of operators back to the target POP. This allows existing POP data to be incrementally modified frame after frame.",
|
|
7
|
+
"parameters": [
|
|
8
|
+
{
|
|
9
|
+
"name": "initializing",
|
|
10
|
+
"label": "Target POP",
|
|
11
|
+
"description": "Configure Target POP for the operator",
|
|
12
|
+
"type": "menu",
|
|
13
|
+
"options": [
|
|
14
|
+
{
|
|
15
|
+
"label": "S",
|
|
16
|
+
"value": "seconds",
|
|
17
|
+
"description": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"label": "F",
|
|
21
|
+
"value": "frames",
|
|
22
|
+
"description": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"label": "sRGB",
|
|
26
|
+
"value": "srgb",
|
|
27
|
+
"description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"label": "sRGB - Linear",
|
|
31
|
+
"value": "srgblinear",
|
|
32
|
+
"description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"label": "Rec.601 (NTSC)",
|
|
36
|
+
"value": "rec601ntsc",
|
|
37
|
+
"description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"label": "Rec.709",
|
|
41
|
+
"value": "rec709",
|
|
42
|
+
"description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"label": "Rec.2020",
|
|
46
|
+
"value": "rec2020",
|
|
47
|
+
"description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"label": "DCI-P3",
|
|
51
|
+
"value": "dcip3",
|
|
52
|
+
"description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"label": "DCI-P3 (D60)",
|
|
56
|
+
"value": "dcip3d60",
|
|
57
|
+
"description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"label": "Display-P3 (D65)",
|
|
61
|
+
"value": "displayp3d65",
|
|
62
|
+
"description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"label": "ACES2065-1",
|
|
66
|
+
"value": "aces2065-1",
|
|
67
|
+
"description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"label": "ACEScg",
|
|
71
|
+
"value": "acescg",
|
|
72
|
+
"description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "Passthrough",
|
|
76
|
+
"value": "passthrough",
|
|
77
|
+
"description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"label": "Default For Color Space",
|
|
81
|
+
"value": "default",
|
|
82
|
+
"description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"label": "Standard (SDR)",
|
|
86
|
+
"value": "sdr",
|
|
87
|
+
"description": "Will treat the Parameter Color Space as SDR for it's reference white value."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"label": "High (HDR)",
|
|
91
|
+
"value": "hdr",
|
|
92
|
+
"description": "Will treat the Parameter Color Space as HDR for it's reference white value."
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "pop",
|
|
98
|
+
"label": "Target POP",
|
|
99
|
+
"description": "Configure Target POP for the operator",
|
|
100
|
+
"type": "string"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "initializepulse",
|
|
104
|
+
"label": "Initialize",
|
|
105
|
+
"description": "Configure Initialize for the operator",
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "startpulse",
|
|
110
|
+
"label": "Start",
|
|
111
|
+
"description": "Configure Start for the operator",
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "play",
|
|
116
|
+
"label": "Play",
|
|
117
|
+
"description": "Configure Play for the operator",
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "preroll",
|
|
122
|
+
"label": "Pre-Roll",
|
|
123
|
+
"description": "Configure Pre-Roll for the operator",
|
|
124
|
+
"type": "string"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "prerollunit",
|
|
128
|
+
"label": "Pre-Roll Unit",
|
|
129
|
+
"description": "Configure Pre-Roll Unit for the operator",
|
|
130
|
+
"type": "menu",
|
|
131
|
+
"options": [
|
|
132
|
+
{
|
|
133
|
+
"label": "S",
|
|
134
|
+
"value": "seconds",
|
|
135
|
+
"description": ""
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"label": "F",
|
|
139
|
+
"value": "frames",
|
|
140
|
+
"description": ""
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "seconds",
|
|
146
|
+
"label": "S",
|
|
147
|
+
"description": "Configure S for the operator",
|
|
148
|
+
"type": "menu",
|
|
149
|
+
"options": [
|
|
150
|
+
{
|
|
151
|
+
"label": "S",
|
|
152
|
+
"value": "seconds",
|
|
153
|
+
"description": ""
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"label": "F",
|
|
157
|
+
"value": "frames",
|
|
158
|
+
"description": ""
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "donepulse",
|
|
164
|
+
"label": "Go to Done",
|
|
165
|
+
"description": "Configure Go to Done for the operator",
|
|
166
|
+
"type": "string"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "usememlimit",
|
|
170
|
+
"label": "Use Memory Limit",
|
|
171
|
+
"description": "Configure Use Memory Limit for the operator",
|
|
172
|
+
"type": "string"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "inputmul",
|
|
176
|
+
"label": "Input Multiplier",
|
|
177
|
+
"description": "Configure Input Multiplier for the operator",
|
|
178
|
+
"type": "string"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "bypass",
|
|
182
|
+
"label": "Bypass",
|
|
183
|
+
"description": "Configure Bypass for the operator",
|
|
184
|
+
"type": "string"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "delinputattrs",
|
|
188
|
+
"label": "Delete Input Attributes",
|
|
189
|
+
"description": "Configure Delete Input Attributes for the operator",
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "parmcolorspace",
|
|
194
|
+
"label": "Parameter Color Space",
|
|
195
|
+
"description": "Configure Parameter Color Space for the operator",
|
|
196
|
+
"type": "menu",
|
|
197
|
+
"options": [
|
|
198
|
+
{
|
|
199
|
+
"label": "sRGB",
|
|
200
|
+
"value": "srgb",
|
|
201
|
+
"description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"label": "sRGB - Linear",
|
|
205
|
+
"value": "srgblinear",
|
|
206
|
+
"description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"label": "Rec.601 (NTSC)",
|
|
210
|
+
"value": "rec601ntsc",
|
|
211
|
+
"description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"label": "Rec.709",
|
|
215
|
+
"value": "rec709",
|
|
216
|
+
"description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"label": "Rec.2020",
|
|
220
|
+
"value": "rec2020",
|
|
221
|
+
"description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"label": "DCI-P3",
|
|
225
|
+
"value": "dcip3",
|
|
226
|
+
"description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"label": "DCI-P3 (D60)",
|
|
230
|
+
"value": "dcip3d60",
|
|
231
|
+
"description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"label": "Display-P3 (D65)",
|
|
235
|
+
"value": "displayp3d65",
|
|
236
|
+
"description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"label": "ACES2065-1",
|
|
240
|
+
"value": "aces2065-1",
|
|
241
|
+
"description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"label": "ACEScg",
|
|
245
|
+
"value": "acescg",
|
|
246
|
+
"description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"label": "Passthrough",
|
|
250
|
+
"value": "passthrough",
|
|
251
|
+
"description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "srgb",
|
|
257
|
+
"label": "sRGB",
|
|
258
|
+
"description": "Configure sRGB for the operator",
|
|
259
|
+
"type": "menu",
|
|
260
|
+
"options": [
|
|
261
|
+
{
|
|
262
|
+
"label": "sRGB",
|
|
263
|
+
"value": "srgb",
|
|
264
|
+
"description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"label": "sRGB - Linear",
|
|
268
|
+
"value": "srgblinear",
|
|
269
|
+
"description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"label": "Rec.601 (NTSC)",
|
|
273
|
+
"value": "rec601ntsc",
|
|
274
|
+
"description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"label": "Rec.709",
|
|
278
|
+
"value": "rec709",
|
|
279
|
+
"description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"label": "Rec.2020",
|
|
283
|
+
"value": "rec2020",
|
|
284
|
+
"description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"label": "DCI-P3",
|
|
288
|
+
"value": "dcip3",
|
|
289
|
+
"description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"label": "DCI-P3 (D60)",
|
|
293
|
+
"value": "dcip3d60",
|
|
294
|
+
"description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"label": "Display-P3 (D65)",
|
|
298
|
+
"value": "displayp3d65",
|
|
299
|
+
"description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"label": "ACES2065-1",
|
|
303
|
+
"value": "aces2065-1",
|
|
304
|
+
"description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"label": "ACEScg",
|
|
308
|
+
"value": "acescg",
|
|
309
|
+
"description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"label": "Passthrough",
|
|
313
|
+
"value": "passthrough",
|
|
314
|
+
"description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "parmreferencewhite",
|
|
320
|
+
"label": "Parameter Reference White",
|
|
321
|
+
"description": "Configure Parameter Reference White for the operator",
|
|
322
|
+
"type": "menu",
|
|
323
|
+
"options": [
|
|
324
|
+
{
|
|
325
|
+
"label": "Default For Color Space",
|
|
326
|
+
"value": "default",
|
|
327
|
+
"description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"label": "Standard (SDR)",
|
|
331
|
+
"value": "sdr",
|
|
332
|
+
"description": "Will treat the Parameter Color Space as SDR for it's reference white value."
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"label": "High (HDR)",
|
|
336
|
+
"value": "hdr",
|
|
337
|
+
"description": "Will treat the Parameter Color Space as HDR for it's reference white value."
|
|
338
|
+
}
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "default",
|
|
343
|
+
"label": "Default For Color Space",
|
|
344
|
+
"description": "Configure Default For Color Space for the operator",
|
|
345
|
+
"type": "menu",
|
|
346
|
+
"options": [
|
|
347
|
+
{
|
|
348
|
+
"label": "Default For Color Space",
|
|
349
|
+
"value": "default",
|
|
350
|
+
"description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"label": "Standard (SDR)",
|
|
354
|
+
"value": "sdr",
|
|
355
|
+
"description": "Will treat the Parameter Color Space as SDR for it's reference white value."
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"label": "High (HDR)",
|
|
359
|
+
"value": "hdr",
|
|
360
|
+
"description": "Will treat the Parameter Color Space as HDR for it's reference white value."
|
|
361
|
+
}
|
|
362
|
+
]
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"experimental": true,
|
|
366
|
+
"sourceFile": "Experimental-Feedback_POP.htm",
|
|
367
|
+
"parsedAt": "2025-08-08T03:03:55.563Z"
|
|
368
|
+
}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "feedback_top",
|
|
3
|
+
"name": "Feedback TOP",
|
|
4
|
+
"displayName": "Feedback TOP",
|
|
5
|
+
"category": "TOP",
|
|
6
|
+
"subcategory": "Filters",
|
|
7
|
+
"version": "Available since TouchDesigner 2019+",
|
|
8
|
+
"lastUpdated": "2026-02-21T00:00:00.000Z",
|
|
9
|
+
"sourceFile": "",
|
|
10
|
+
"url": "https://docs.derivative.ca/Feedback_TOP",
|
|
11
|
+
"description": "The Feedback TOP creates feedback effects by routing a portion of its downstream output back as its own input each frame. It is the foundation of feedback-zoom trails, motion blur simulation, reaction-diffusion systems, and any effect that accumulates visual history over time. When Bypass Feedback is 0 (active), the operator outputs the contents of its Target TOP from the previous frame instead of passing through its input. This allows a chain of filter TOPs (Transform, Level, Blur, GLSL) to be inserted between the Feedback TOP and its target Null TOP, producing an iterative, self-modifying image stream.",
|
|
12
|
+
"summary": "Creates iterative visual feedback effects by re-routing a downstream image back as input each frame. Essential for trails, motion blur, and generative accumulation effects.",
|
|
13
|
+
"details": "The feedback loop is formed by pointing the Target TOP parameter at a Null TOP that is positioned DOWNSTREAM of the Feedback TOP. Operators placed between the Feedback output and the target Null modulate the feedback buffer each frame: a Transform TOP zooms or rotates, a Level TOP decays brightness, a Blur TOP smooths aliasing. The loop runs entirely on the GPU.",
|
|
14
|
+
"usage": "1. Place a Feedback TOP in your network.\n2. Wire your source image (Noise TOP, Movie File In TOP, etc.) into Feedback input 0.\n3. Add filter TOPs after Feedback output: Transform -> Level -> Blur.\n4. Place a Null TOP at the end of the chain.\n5. Set the Feedback TOP Target TOP parameter to the path of that Null TOP.\n6. The loop is now active — output accumulates each frame.",
|
|
15
|
+
"tips": [
|
|
16
|
+
"Set the Target TOP parameter to a Null TOP that is DOWNSTREAM of the Feedback TOP — targeting an upstream node breaks the loop.",
|
|
17
|
+
"Use pixel format RGBA16Float on the Feedback TOP to prevent precision loss and colour banding during decay.",
|
|
18
|
+
"Lower the Level TOP Brightness to 0.97–0.99 between Feedback and target to create a slow trail decay without full persistence.",
|
|
19
|
+
"Add a Transform TOP (Scale X/Y = 1.005, Rotate = 0.1) between Feedback and target for the classic zoom-rotate spiral.",
|
|
20
|
+
"Use op('feedback1').par.resetpulse.pulse() from a script to clear the buffer instantly to black.",
|
|
21
|
+
"Set Bypass Feedback to 1 via parameter expression or Python to temporarily pass through the source image without feedback.",
|
|
22
|
+
"Inserting a GLSL TOP between Feedback and target allows per-pixel shader manipulation of the feedback buffer each frame.",
|
|
23
|
+
"Use a Composite TOP with Operand=Add to inject new source material into the loop: Feedback output -> Composite input 0, source -> Composite input 1, Composite -> Null target.",
|
|
24
|
+
"Match the Feedback TOP resolution to the filter chain resolution to avoid unexpected rescaling.",
|
|
25
|
+
"Feedback TOP with Transform SOP chained into a Render TOP creates pseudo-3D layered depth effects."
|
|
26
|
+
],
|
|
27
|
+
"warnings": [
|
|
28
|
+
"The Target TOP must be DOWNSTREAM of the Feedback TOP. If you accidentally point it upstream, TouchDesigner will detect the unresolved cycle and cook may fail.",
|
|
29
|
+
"Very high resolution feedback loops are expensive — each frame the full texture must be read back and written. Use 1920x1080 or lower for interactive framerates.",
|
|
30
|
+
"Pixel format mismatch between Feedback and downstream filters can cause unexpected colour shifts. Set all TOPs in the loop to the same pixel format.",
|
|
31
|
+
"Setting Bypass Feedback to 1 discards accumulated buffer — the history is lost. Use a separate Null TOP to sample the accumulated state before bypassing."
|
|
32
|
+
],
|
|
33
|
+
"parameters": [
|
|
34
|
+
{
|
|
35
|
+
"id": null,
|
|
36
|
+
"name": "Target TOP",
|
|
37
|
+
"label": "Target TOP",
|
|
38
|
+
"group": "Feedback",
|
|
39
|
+
"page": "Feedback",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"dataType": "string",
|
|
42
|
+
"style": "OP",
|
|
43
|
+
"defaultValue": "",
|
|
44
|
+
"description": "Path to the Null TOP (or any TOP) that is downstream of the Feedback TOP. This closes the feedback loop — the output of that target node is fed back as the input to the Feedback TOP on the next frame. Must point to a node AFTER the Feedback TOP in the cook order.",
|
|
45
|
+
"tooltip": "The downstream Null TOP that closes the feedback loop.",
|
|
46
|
+
"examples": ["null1", "project/feedback_target"],
|
|
47
|
+
"isReadOnly": false,
|
|
48
|
+
"isAdvanced": false,
|
|
49
|
+
"isHidden": false,
|
|
50
|
+
"isAnimatable": false,
|
|
51
|
+
"order": 0,
|
|
52
|
+
"isVisible": true,
|
|
53
|
+
"isValid": true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": null,
|
|
57
|
+
"name": "Reset",
|
|
58
|
+
"label": "Bypass Feedback",
|
|
59
|
+
"group": "Feedback",
|
|
60
|
+
"page": "Feedback",
|
|
61
|
+
"type": "int",
|
|
62
|
+
"dataType": "int",
|
|
63
|
+
"style": "Toggle",
|
|
64
|
+
"defaultValue": 0,
|
|
65
|
+
"minValue": 0,
|
|
66
|
+
"maxValue": 1,
|
|
67
|
+
"description": "When set to 1 (On), the Feedback TOP acts as a passthrough — it outputs whatever is connected to its input instead of the feedback buffer. When set to 0 (Off, default), feedback is active and the loop runs.",
|
|
68
|
+
"tooltip": "Toggle to disable the feedback loop and pass the input image through.",
|
|
69
|
+
"commonExpressions": ["0", "1", "int(absTime.frame % 2 == 0)"],
|
|
70
|
+
"isReadOnly": false,
|
|
71
|
+
"isAnimatable": true,
|
|
72
|
+
"order": 1,
|
|
73
|
+
"isValid": true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": null,
|
|
77
|
+
"name": "Reset Pulse",
|
|
78
|
+
"label": "Reset Pulse",
|
|
79
|
+
"group": "Feedback",
|
|
80
|
+
"page": "Feedback",
|
|
81
|
+
"type": "pulse",
|
|
82
|
+
"dataType": "pulse",
|
|
83
|
+
"style": "Pulse",
|
|
84
|
+
"description": "Clears the feedback buffer to black in a single frame. Useful for resetting the accumulated state on demand.",
|
|
85
|
+
"tooltip": "Click to clear the feedback buffer immediately.",
|
|
86
|
+
"commonExpressions": [],
|
|
87
|
+
"isReadOnly": false,
|
|
88
|
+
"isAnimatable": false,
|
|
89
|
+
"order": 2,
|
|
90
|
+
"isValid": true
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": null,
|
|
94
|
+
"name": "Output Resolution",
|
|
95
|
+
"label": "Output Resolution",
|
|
96
|
+
"group": "Common",
|
|
97
|
+
"page": "Common",
|
|
98
|
+
"type": "menu",
|
|
99
|
+
"dataType": "int",
|
|
100
|
+
"style": "Menu",
|
|
101
|
+
"defaultValue": "useinput",
|
|
102
|
+
"menuItems": ["useinput", "eighth", "quarter", "half", "2x", "4x", "8x", "fit", "limit", "custom"],
|
|
103
|
+
"description": "Controls the resolution of the output texture. 'Use Input' matches the input image resolution. Custom enables the Resolution W/H parameters.",
|
|
104
|
+
"isReadOnly": false,
|
|
105
|
+
"isAnimatable": false,
|
|
106
|
+
"order": 3,
|
|
107
|
+
"isValid": true
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": null,
|
|
111
|
+
"name": "Pixel Format",
|
|
112
|
+
"label": "Pixel Format",
|
|
113
|
+
"group": "Common",
|
|
114
|
+
"page": "Common",
|
|
115
|
+
"type": "menu",
|
|
116
|
+
"dataType": "int",
|
|
117
|
+
"style": "Menu",
|
|
118
|
+
"defaultValue": "useinput",
|
|
119
|
+
"menuItems": ["useinput", "rgba8", "rgba16", "rgba16f", "rgba32f"],
|
|
120
|
+
"description": "Pixel format of the feedback buffer. Use RGBA16Float or RGBA32Float for smooth decay without banding. 8-bit formats can show stepping when brightness decays below 1/255.",
|
|
121
|
+
"isReadOnly": false,
|
|
122
|
+
"isAnimatable": false,
|
|
123
|
+
"order": 4,
|
|
124
|
+
"isValid": true
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"parameterGroups": {
|
|
128
|
+
"Feedback": ["Target TOP", "Reset", "Reset Pulse"],
|
|
129
|
+
"Common": ["Output Resolution", "Pixel Format", "Channel Mask", "Input Smoothness"]
|
|
130
|
+
},
|
|
131
|
+
"codeExamples": [],
|
|
132
|
+
"pythonExamples": [
|
|
133
|
+
{
|
|
134
|
+
"title": "Basic feedback loop setup via Python",
|
|
135
|
+
"description": "Programmatically configure a Feedback TOP and its target in a base component.",
|
|
136
|
+
"code": "# Set the Target TOP parameter\nop('feedback1').par.top = 'null1'\n\n# Bypass feedback (passthrough mode)\nop('feedback1').par.reset = 1\n\n# Re-enable feedback\nop('feedback1').par.reset = 0\n\n# Pulse reset to clear buffer\nop('feedback1').par.resetpulse.pulse()"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"title": "Animate feedback decay with audio level",
|
|
140
|
+
"description": "Drive Level TOP brightness from an audio amplitude CHOP to make feedback trails pulse with music.",
|
|
141
|
+
"code": "# In an Execute DAT - onFrameStart\ndef onFrameStart(frame):\n # Get audio amplitude from Null CHOP reference\n amp = op('null_audio')['chan1']\n # Base decay 0.95, pulse to 0.99 on loud hits\n decay = 0.95 + amp * 0.04\n op('level1').par.brightness = decay"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"title": "Toggle feedback bypass on keypress",
|
|
145
|
+
"description": "Use a Keyboard In DAT callback to toggle the feedback loop on/off.",
|
|
146
|
+
"code": "# In Keyboard In DAT - onKeyboardEvent\ndef onKeyboardEvent(dat, key, character, alt, ctrl, shift, state):\n if character == 'f' and state:\n fb = op('feedback1')\n fb.par.reset = 0 if fb.par.reset else 1"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"title": "Read pixel values from feedback buffer",
|
|
150
|
+
"description": "Sample a specific pixel from the feedback output texture each frame.",
|
|
151
|
+
"code": "# In a Script DAT or Execute DAT\ndef onFrameStart(frame):\n top = op('feedback1')\n # numpyArray requires Script TOP or CUDA access;\n # for simple sampling use a CHOP to TOP + pixel lookup\n print(f'Feedback resolution: {top.width}x{top.height}')\n print(f'Pixel format: {top.pixelFormat}')"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"expressions": [
|
|
155
|
+
"op('feedback1').par.top = 'null1'",
|
|
156
|
+
"op('feedback1').par.reset = 0",
|
|
157
|
+
"op('feedback1').par.resetpulse.pulse()"
|
|
158
|
+
],
|
|
159
|
+
"commonInputs": [
|
|
160
|
+
{ "op": "Noise TOP", "reason": "Generative seed texture for the feedback loop" },
|
|
161
|
+
{ "op": "Movie File In TOP", "reason": "Video as the seed input that gets accumulated" },
|
|
162
|
+
{ "op": "GLSL TOP", "reason": "Shader-rendered frame as feedback seed" },
|
|
163
|
+
{ "op": "Composite TOP", "reason": "Blended multi-source input for the loop" }
|
|
164
|
+
],
|
|
165
|
+
"commonOutputs": [
|
|
166
|
+
{ "op": "Transform TOP", "reason": "Zoom/rotate feedback buffer each iteration" },
|
|
167
|
+
{ "op": "Level TOP", "reason": "Decay brightness each frame to create trails" },
|
|
168
|
+
{ "op": "Blur TOP", "reason": "Soften accumulated buffer to prevent aliasing" },
|
|
169
|
+
{ "op": "Null TOP", "reason": "Feedback target node that closes the loop" },
|
|
170
|
+
{ "op": "GLSL TOP", "reason": "Per-pixel shader processing of the buffer" }
|
|
171
|
+
],
|
|
172
|
+
"relatedOperators": ["Level TOP", "Transform TOP", "Blur TOP", "Null TOP", "Composite TOP", "GLSL TOP", "Noise TOP"],
|
|
173
|
+
"workflowPatterns": [
|
|
174
|
+
"generative-art",
|
|
175
|
+
"feedback-zoom",
|
|
176
|
+
"motion-blur-fake",
|
|
177
|
+
"reaction-diffusion"
|
|
178
|
+
],
|
|
179
|
+
"keywords": [
|
|
180
|
+
"feedback", "trail", "echo", "persistence", "motion blur", "accumulation",
|
|
181
|
+
"loop", "iterative", "generative", "decay", "buffer", "zoom", "rotation",
|
|
182
|
+
"ping-pong", "reaction diffusion"
|
|
183
|
+
],
|
|
184
|
+
"tags": ["TOP", "Filters", "Feedback TOP", "generative", "feedback loop"],
|
|
185
|
+
"searchWeight": 2,
|
|
186
|
+
"contentHash": "",
|
|
187
|
+
"processingDate": "2026-02-21T00:00:00.000Z",
|
|
188
|
+
"processingVersion": "2.10.0",
|
|
189
|
+
"isValid": true,
|
|
190
|
+
"validationErrors": []
|
|
191
|
+
}
|