Skip to content

TouchDesigner C++ CHOP for Antilatency.

Notifications You must be signed in to change notification settings

elekezem/AntilatencyCHOP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntilatencyCHOP

TouchDesigner C++ CHOP for Antilatency.

Warning

Early test version, not suitable for production environment. Anyone who is interested in this feature is welcome to improve it.

To-do

  • Support more than one ALT.
  • Multi-threaded sampling at high speed.
  • Export the mark points of the environment configuration to info DAT.
    • keep info DAT for device info, create an py object for the mark points.
  • Paramaters:
    • Add "Tag" to the channel name. (Toggle)
    • Add "Serial number" to the channel name. (Toggle)
    • Add "Device name" to the channel name. (Toggle)
    • Output RAW pose. (Toggle)
    • Max ALTs. (Int)

Known issues

  • There are more than two operators at the same time will crash. (Even in different processes)

    Fix - but deviceNetwork won't setup again.

  • Some specific environment code will cause a crash (it is guessed that it can be decoded by bese64 but the content is incorrect).

    Fix.

Disclaimer

  • I am not responsible for any risks caused by using this product in any production site.
  • All SDKs and quoted samples are owned by their sources, and I do not claim any rights regarding them.

About

TouchDesigner C++ CHOP for Antilatency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%