All public logs

Jump to navigation Jump to search

Combined display of all available logs of Derivative. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 12:58, 30 November 2023 Eric talk contribs created page Experimental:AudiofileinCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=audiofilein |OPlabel=Audio File In }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for timecode data representation of the current index of the audio file. See Timecode Class. |type=tdu.Timecode |class=audiofileinCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{Cl...")
  • 15:07, 27 November 2023 Eric talk contribs created page Experimental:MidiinCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=midiin |OPlabel=MIDI In }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |class=midiinCHOP |name=timecode |type= |set=0 |text=Get a Timecode object representation of the last set of quarter frame messages. See Timecode Class.}} |empty=}} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance |class=OP }} {{History }} {{#invoke...")
  • 14:27, 23 November 2023 Eric talk contribs created page Experimental:Audio File In CHOP (Created page with "{{Summary |short=The Audio File In CHOP reads audio from files on disk or at <code>http://</code> addresses. |opClass=audiofileinCHOP_Class |opFilter=False |long=The Audio File In CHOP reads audio from files on disk or at <code>http://</code> addresses. File types <code>.mp3</code>, <code>.aif</code>, <code>.aiff</code>, <code>.au</code>, and <code>.wav</code> files are supported. It always outputs time sliced audio data. If you want to record the data, use...")
  • 13:46, 28 September 2023 Eric talk contribs created page Experimental:Tdu Module (Created page with "{{lowercase}}{{#index:Tdu Class}}{{TDClassSummary|label=tdu|summary=The <code>tdu</code> module is a generic utility module containing all miscellaneous functions that don't refer specifically to TouchDesigner data structures. <code>tdu</code> is imported by default when the application launches.}} <section begin=HELPBODY /> {{ClassMemberSection|empty= |Sectionsummary= |items= {{ClassMember |class=tdu |name=fileTypes |type=dict |set=0 |text=A dic...")
  • 16:12, 31 August 2023 Eric talk contribs created page Experimental:ShowNET (Created page with "TouchDesigner supports output to [https://www.laserworld.com/en/technical-explanations-overview/shownet-as-laser-mainboard.html ShowNET] devices via the Laser Device CHOP. See also: Laser CHOP")
  • 17:17, 22 June 2023 Eric talk contribs created page Experimental:Timer CHOP (Created page with "{{Summary |opFamily=CHOP |opLicense=Non-Commercial |opLabel=Timer |short=The Timer CHOP is an engine for running timed processes. It outputs channels such as timing fractions, counters, pulses and timer states, and it calls python functions (callbacks) when various timing events occur. |opFilter=False |long=The Timer CHOP is an engine for running timed processes. It outputs channels such as timing fractions, counters, pulses and timer states, and it calls python fu...")
  • 17:12, 22 June 2023 Eric talk contribs created page Experimental:Timeline CHOP (Created page with "{{Summary |opFamily=CHOP |opLicense=Non-Commercial |opLabel=Timeline |short=The Timeline CHOP outputs time-based CHOP channels for a specific component. |opFilter=False |long=The Timeline CHOP outputs time-based CHOP channels for a specific component. The time channels are defined by a Time Component whose Path can be determined using the python expression <code>me.time</code>. When a '''Reference Node''' is specified, the time...")
  • 17:06, 22 June 2023 Eric talk contribs created page Experimental:Stype Out CHOP (Created page with "{{Summary |opFamily=CHOP |opType=stypeoutCHOP |opLabel=Stype Out |opClass=stypeoutCHOP_Class |opFilter=True |opLicense=Pro |opCategories= |short= |long=The Stype Out CHOP sends camera tracking information, including position, orientation and lens information, to an external device or program over the network using the Stype HF protocol. This can be used to emulate a physical [https://www.stype.tv Stype] camera or to send data to another program/device that can p...")
  • 16:40, 22 June 2023 Eric talk contribs created page Experimental:LTC Out CHOP (Created page with "{{Summary |opFilter=False |long=The LTC Out CHOP outputs "linear timecode" which is a SMPTE timecode data encoded into an audio signal. See also [http://en.wikipedia.org/wiki/Linear_timecode Linear Timecode]. Use an Info CHOP to determine which values are currently being output. The output of this CHOP can be sent to an Audio Device Out CHOP. See also: LTC In CHOP |opLicense=Non-Commercial |opClass=ltcoutCHOP_Class |opLabel=LTC Out...")
  • 16:03, 22 June 2023 Eric talk contribs created page Experimental:Movie File In TOP (Created page with "{{Summary |opClass=moviefileinTOP_Class |opLabel=Movie File In |opFamily=TOP |opLicense=Non-Commercial |opType=moviefilein |opFilter=False |long=The Movie File In TOP loads movies, still images, or a sequence of still images into TOPs. It will read images in <code>.jpg</code>, <code>.gif</code>, <code>.tif</code>, or <code>.bmp</code> format. It will read movies in QuickTime's <code>.mov</code> format, <code>.mp4</code>, <code>.mpg</code>, <code>.mpeg</code>, <cod...")
  • 15:48, 22 June 2023 Eric talk contribs created page Experimental:Video Device Out TOP (Created page with "{{Summary |short=The Video Device Out TOP routes video and audio to output devices using their native driver libraries. |opLicense=Non-Commercial |opFamily=TOP |opFilter=True |opLabel=Video Device Out |opClass=videodeviceoutTOP_Class |opType=videodevout |long=The Video Device Out TOP routes video to output devices using their native driver libraries. Devices currently supported: * Blackmagic Design devices. * Bluefish444 devices. * AJA...")
  • 15:11, 22 June 2023 Eric talk contribs created page Experimental:TimerCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=timer |OPlabel=Timer |Classsummary=Setting the current time in the Timer CHOP: The member <code>.masterSeconds</code> is the main clock in the Timer CHOP and can it can be set directly using python (<code>OP.masterSeconds = ''val''</code>), or alternately you can use the <code>.goTo()</code> function which has more options. Both have the same effect, and you can also use <code>.masterFraction</code>, <code>.ma...")
  • 14:53, 22 June 2023 Eric talk contribs created page Experimental:ClockCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=clock |OPlabel=Clock }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text="Get a Timecode object representation of the hour, minute, second, and msec components." |type=tdu.Timecode |class=clockCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance |class=OP }} {{History }} {{#invok...")
  • 14:52, 22 June 2023 Eric talk contribs created page Experimental:DmxinCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=dmxin |OPlabel=DMX In }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the last ArtTimeCode packet received. See Timecode Class. |type=tdu.Timecode |class=dmxinCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance |class=OP }} {{History }} {{#invok...")
  • 14:48, 22 June 2023 Eric talk contribs created page Experimental:SyncinCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=syncin |OPlabel=Sync In }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the timecode data representation of the last received index. See Timecode Class. |type=tdu.Timecode |class=syncinCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance |class=O...")
  • 14:46, 22 June 2023 Eric talk contribs created page Experimental:TimelineCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=timeline |OPlabel=Timeline }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the timecode data representation of the current timeline frame. See Timecode Class. |type=tdu.Timecode |class=timelineCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance...")
  • 14:45, 22 June 2023 Eric talk contribs created page Experimental:MoviefileinTOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=TOP |OPtype=moviefilein |OPlabel=Movie File In }} {{ClassMemberSection |Sectionsummary= |items= {{ClassMember |set=0 |text=Height of the movie, in pixels. |type=int |class=moviefileinTOP |name=fileHeight }} {{ClassMember |set=0 |text=Width of the movie, in pixels. |type=int |class=moviefileinTOP |name=fileWidth }} {{ClassMember |set=0 |text=True if the movie contains audio. |type=bool |class=...")
  • 14:44, 22 June 2023 Eric talk contribs created page Experimental:StypeTOP Class (Created page with "{{lowercase}} {{OPClassSummary |OPfamily=TOP |OPtype=stypeTOP |OPlabel=Stype}} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the timecode data representation of the last timestamped Stype packet. See Timecode Class |type=tdu.Timecode |class=stypeTOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True}} {{ClassInheritance |class=TOP}} {{ClassInheritance |cl...")
  • 14:43, 22 June 2023 Eric talk contribs created page Experimental:StypeCHOP Class (Created page with "{{lowercase}} {{OPClassSummary |OPfamily=CHOP |OPtype=stypeCHOP |OPlabel=Stype}} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the timecode data representation of the last timestamped Stype packet. See Timecode Class. |type=tdu.Timecode |class=stypeCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True}} {{ClassInheritance |class=CHOP}} {{ClassInheritance...")
  • 14:42, 22 June 2023 Eric talk contribs created page Experimental:LtcoutCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=ltcout |OPlabel=LTC Out }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the timecode data representation of the LTC Out CHOP. See Timecode Class. |type=tdu.Timecode |class=ltcoutCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance |class=OP }} {{...")
  • 14:41, 22 June 2023 Eric talk contribs created page Experimental:LtcinCHOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=CHOP |OPtype=ltcin |OPlabel=LTC In }} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |set=0 |text=Get a Timecode object for the timecode data representation of the LTC In CHOP. See Timecode Class. |type=tdu.Timecode |class=ltcinCHOP |name=timecode }} |empty= }} {{ClassMethodSection |Sectionsummary= |items= |empty=True }} {{ClassInheritance |class=CHOP }} {{ClassInheritance |class=OP }} {{Hist...")
  • 14:39, 22 June 2023 Eric talk contribs created page Experimental:VideodeviceinTOP Class (Created page with "{{lowercase }} {{OPClassSummary |OPfamily=TOP |OPtype=videodevicein |OPlabel=Video Device In }} {{ClassMemberSection |Sectionsummary= |items= {{ClassMember |set=0 |text=True if any device is currently streaming to this operator.. |type=bool |class=videodeviceinTOP |name=isConnected }}{{ClassMember |set=0 |text=If available for the current Library, returns a string for the input signalf format. This string can be used to set the 'Signal Format' menu o...")
  • 14:53, 3 April 2023 Eric talk contribs created page Experimental:EtherDream CHOP (Created page with "{{Summary |opFilter=True |long='''DEPRECATED:''' use the Laser Device CHOP instead. EtherDream is a laser controller. The EtherDream CHOP takes as input up to five channels interpreted as X and Y (horizontal and vertical) position values in the first 2 channels, and red, green and blue color values in the next 3 channels. It outputs the data to an [http://ether-dream.com/ EtherDream] device via a network connection. The EtherDream device is connected to a l...")
  • 14:52, 3 April 2023 Eric talk contribs created page Experimental:Helios DAC CHOP (Created page with "{{Summary |opFilter=True |long='''DEPRECATED:''' use the Laser Device CHOP instead. Helios DAC is a laser controller. The Helios DAC CHOP takes as input up to five channels interpreted as X and Y (horizontal and vertical) position values in the first 2 channels, and red, green and blue color values in the next 3 channels. It outputs the data to a [http://pages.bitlasers.com/helios/ Helios DAC]. The Helios DAC device is connected to a laser using an ILDA cab...")
  • 17:42, 13 March 2023 Eric talk contribs created page Experimental:Audio VST CHOP (Created page with "{{Summary |opFamily=CHOP |opType=audiovstCHOP |opLabel=Audio VST |opClass=audiovstCHOP_Class |opFilter=True |opLicense=TouchDesigner Non-Commercial |opCategories= |short=Loads VST3 Plugins. |long=The Audio VST CHOP loads VST3 Plugin files that generate (instruments) or process (filter) audio. See the VST overview. The plugin's parameters can be exposed and driven bi-directionally via a corresponding TouchDesigner parameter or the plugin's GUI control....")
  • 17:14, 13 March 2023 Eric talk contribs created page Experimental:Laser Device CHOP (Created page with "{{Summary |opFamily=CHOP |opType=laserdeviceCHOP |opLabel=Laser Device |opClass=laserdeviceCHOP_Class |opFilter=True |opLicense=Non-Commercial |opCategories= |short= |long=The Laser Device CHOP can send laser points to supported laser devices: EtherDream, Helios, and ShowNET. The devices can be connected to a laser using an ILDA cable, except in the case of ShowNET when an onboard DAC is used. Applications of the Laser Device CHOP include displaying computer-gen...")
  • 17:12, 13 March 2023 Eric talk contribs created page Experimental:LaserDevice CHOP (Created page with "{{Summary |opFamily=CHOP |opType=laserdeviceCHOP |opLabel=Laser Device |opClass=laserdeviceCHOP_Class |opFilter=True |opLicense=Non-Commercial |opCategories= |short= |long=The Laser Device CHOP can send laser points to supported laser devices: EtherDream, Helios, and ShowNET. The devices can be connected to a laser using an ILDA cable, except in the case of ShowNET when an onboard DAC is used. Applications of the Laser Device CHOP include displaying computer-gen...")
  • 12:58, 13 March 2023 Eric talk contribs created page Experimental:LaserDeviceCHOP Class (Created page with "{{lowercase}} {{OPClassSummary |OPfamily=CHOP |OPtype=laserdeviceCHOP |OPlabel=Laser Device}} {{ClassMemberSection |Sectionsummary= |items= |empty=True}} {{ClassMethodSection |Sectionsummary= |items= |empty=True}} {{ClassInheritance |class=CHOP}} {{ClassInheritance |class=OP}} {{History}} {{#invoke:Category|list|CHOP Classes}}")
  • 14:44, 9 February 2023 Eric talk contribs created page Experimental:Timecode Class (Created page with "{{TDClassSummary |label=tdu.Timecode |summary=The Timecode class holds a timecode value. Args: str (Optional) - Initializes the Timecode object from a Timecode formatted String: ie. hh:mm:ss:ff or hh:mm:ss.ff fps - (Keyword, Optional) Initialize the Timecode object with the specified fps. If not specified it will be initialized with the rate of the local time. hour - (Keyword, Optional) Specify the hour. Should be left blank if a String arg is provided minute - (Ke...")
  • 13:39, 9 February 2023 Eric talk contribs created page Experimental:Timecode CHOP (Created page with "{{Summary |opFamily=CHOP |opType=timecodeCHOP |opLabel=Timecode |opClass=timecodeCHOP_Class |opFilter=False |opLicense=Non-Commercial |opCategories= |short= |long=The Timecode CHOP generates timecode data, supporting a variety of different modes for doing so: including from a timecode string, sequentially, and more. The timecode data is output as both channel data in the CHOP, and as a timecode object via its TimecodeCHOP_Class#timecode|time...")
  • 13:27, 9 February 2023 Eric talk contribs created page Experimental:TimecodeCHOP Class (Created page with "{{lowercase}} {{OPClassSummary |OPfamily=CHOP |OPtype=timecodeCHOP |OPlabel=Timecode}} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |class=timecodeCHOP |name=timecode |type= |set=0 |text=Get a Timecode object representing the timecode data of the Timecode CHOP. See Timecode Class.}} |empty=}} {{ClassMethodSection |Sectionsummary= |items= |empty=True}} {{ClassInheritance |class=CHOP}} {{ClassInheritance |class=OP}} {{History}} {{#invoke:C...")
  • 11:21, 4 October 2022 Eric talk contribs uploaded File:BlobtrackTOP callbacks.py
  • 11:21, 4 October 2022 Eric talk contribs created page File:BlobtrackTOP callbacks.py
  • 14:47, 10 June 2022 Eric talk contribs uploaded a new version of File:WebrtcDAT callbacks.py
  • 13:00, 3 May 2022 Eric talk contribs created page Experimental:Audio Stream Out CHOP (Created page with "{{Summary |short=The Audio Stream Out CHOP can stream audio out to any [http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol rtsp] client such as VideoLAN's VLC media player and Apple's Quicktime, or to a WebRTC peer. |opClass=audiostreamoutCHOP_Class |opFilter=True |long=The Audio Stream Out CHOP can stream audio out to any [http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol rtsp] client such as VideoLAN's VLC media player and Apple's Quicktime, or t...")
  • 12:56, 3 May 2022 Eric talk contribs created page Experimental:Audio Stream In CHOP (Created page with "{{Summary |short=The Audio Stream In CHOP can stream audio into TouchDesigner from any [http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol rtsp] server. |opClass=audiostreaminCHOP_Class |opFilter=False |long=The Audio Stream In CHOP can stream audio into TouchDesigner from any [http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol rtsp] server, or from a WebRTC peer. See Video Stream In TOP. |opLicense=Non-Commercial |opFamily=CHOP |opType=audi...")
  • 12:50, 3 May 2022 Eric talk contribs created page Experimental:Video Stream Out TOP (Created page with "{{Summary |short=The Video Stream Out TOP creates an RTSP server to send H.264 video and MP3 audio across the network. |opLicense=Commercial |opFamily=TOP |opFilter=True |opLabel=Video Stream Out |opClass=videostreamoutTOP_Class |opType=videostreamout |long='''Note:''' This TOP uses the Nvidia Hardware Encoder to create the stream and therefore requires an Nvidia GPU and Windows to operate. The Video Stream Out TOP creates either an RTSP server, or can a...")
  • 11:54, 3 May 2022 Eric talk contribs created page Experimental:Scalable Display TOP (Created page with "{{Summary |short=The Scalable Display TOP lets you load calibration data retrieved from running the [http://www.scalabledisplay.com/ Scalable Display Calibration Software]. |opLicense=Pro |opFamily=TOP |opFilter=True |opLabel=Scalable Display |opClass=scalabledisplayTOP_Class |opType=scalabledisplay |long=The Scalable Display TOP lets you load calibration data retrieved from running the [http://www.scalabledisplay.com/ Scalable Display Calibration Software]....")
  • 11:47, 3 May 2022 Eric talk contribs created page Experimental:Video Stream In TOP (Created page with "{{Summary |short=The Video Stream In TOP creates a client to receive video and audio across the network from RTSP, HLS, or SRT sources; or from a WebRTC peer via a WebRTC DAT. |opLicense=Non-Commercial |opFamily=TOP |opFilter=False |opLabel=Video Stream In |opClass=videostreaminTOP_Class |opType=videostreamin |long=The Video Stream In TOP creates a client to receive video and audio across the network from RTSP, HLS, or SRT sources; or from a WebRTC peer via a Web...")
  • 18:41, 14 March 2022 Eric talk contribs created page Experimental:DMX In CHOP (Created page with "{{Summary |opFilter=False |long=The DMX In CHOP receives channels from DMX, Art-Net or sACN devices. Channel values for DMX are 0-255. Note that input rate is...")
  • 18:24, 14 March 2022 Eric talk contribs created page Experimental:DMX Out CHOP (Created page with "{{Summary |opFilter=True |long=The DMX Out CHOP sends channels to DMX, Art-Net, sACN or FTDI devices. Channel values for DMX are 0-255. The first channel...")
  • 16:30, 11 March 2022 Eric talk contribs uploaded File:WebrtcDAT callbacks.py
  • 16:30, 11 March 2022 Eric talk contribs created page File:WebrtcDAT callbacks.py
  • 16:22, 11 March 2022 Eric talk contribs created page WebrtcDAT Class (Created page with "https://docs.derivative.ca/Experimental:WebrtcDAT_Class")
  • 16:22, 11 March 2022 Eric talk contribs created page Experimental:WebrtcDAT Class (Created page with "{{lowercase}} {{OPClassSummary |OPfamily=DAT |OPtype=webrtcDAT |OPlabel=WebRTC}} {{ClassMemberSection |Sectionsummary= |items={{ClassMember |class=webrtcDAT |name=peerC...")
  • 12:55, 10 March 2022 Eric talk contribs created page WebRTC (Created page with "https://docs.derivative.ca/Experimental:WebRTC")
  • 12:54, 10 March 2022 Eric talk contribs created page WebRTC DAT (Created page with "https://docs.derivative.ca/Experimental:WebRTC_DAT")
  • 12:53, 10 March 2022 Eric talk contribs created page Experimental:WebRTC DAT (Created page with "{{Summary |opFamily=DAT |opType=webrtcDAT |opLabel=WebRTC |opClass=webrtcDAT_Class |opFilter=True |opLicense=Non-Commercial |opCategories= |short= |long=The WebRTC DA...")
  • 12:02, 10 March 2022 Eric talk contribs created page Experimental:WebRTC (Created page with "Web Real-Time communication ([https://webrtc.org/ WebRTC]) is an open standard for peer-to-peer communication on the web. It supports sending of video, audio, and generic data...")
  • 11:54, 10 March 2022 Eric talk contribs created page Experimental:WebclientDAT Class (Created page with "{{lowercase}} {{OPClassSummary |OPfamily=DAT |OPtype=webclientDAT |OPlabel=Web Client}} {{ClassMemberSection |Sectionsummary= |items= |empty=True}} {{ClassMethodSection...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)