Giter Site home page Giter Site logo

vjzual3's Introduction

vjzual3

vjzual3 is a modular video processing system built with TouchDesigner](http://derivative.ca/).

The application consists of:

  • A tree of modules, where a module is a video effect, a generative renderer, a video input source, grouping of other modules, etc.
  • Shared infrastructure that supports features such as MIDI mapping, loading/saving state, output recording.

modules

A module is a component consisting of:

  • A common Python extension class (or sub-class thereof).
  • A module shell subcomponent, which
    • provides common UI elements such as a collapsible header with bypass/solo/etc toggles
    • stores settings for the module such as which parameters to load/save and whether it has any viewers or advanced parameters.
  • Optional control mappings component, which supports MIDI mappings (not yet implemented)
  • Optional presets component, which loads/saves a set of named configurations (not yet implemented)
  • Optional audio/video inputs/outputs
  • Optional group or chain of submodules
  • Optional UI controls bound to its parameters
  • Optional data nodes (see below)

Most modules are loaded as .tox files into a common location and then cloned. Some modules are defined in-place (instead of being cloned), such as groupings/chains of other modules or modules that are too specific to be useful as a reusable component.

data nodes and selectors

While simple modules can use a single audio/video input and output, some modules need to use multiple sources of audio/video. For example, a displacement module needs a secondary source of video used to distort the main input. To support this, the data node system provides a centralized list of data nodes (a/v sources) located in the various modules in an application. The data selector component provides a UI for selecting from this list of sources and retrieving the associated a/v stream, along with a viewer that shows the content of the stream. A data node is defined by a clone of the data node component, which has a globally unique ID and is associated with a video source (TOP) and/or audio source (CHOP).

vjzual3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vjzual3's Issues

error in schema generator

Traceback (most recent call last):
File "/_/shell/get_app_schema_json_callbacks1", line 3, in cook
File "/local/modules/shell_app", line 90, in GetSchema
File "/local/modules/shell_schema", line 592, in BuildAppSchema
File "/local/modules/shell_schema", line 398, in _BuildChildModuleSchemas
File "/local/modules/shell_schema", line 398, in
File "/local/modules/shell_app", line 129, in _BuildChildModuleSchema
File "/local/modules/shell_schema", line 504, in BuildModuleSchema
File "/local/modules/shell_schema", line 547, in _BuildChildModuleSchemas
File "/local/modules/shell_schema", line 547, in
File "/local/modules/shell_module", line 290, in _BuildChildModuleSchema
File "/local/modules/shell_schema", line 495, in BuildModuleSchema
File "/local/modules/shell_schema", line 437, in _BuildParamSpecs
File "/local/modules/shell_module", line 296, in _GetModuleParamTuplets
AttributeError: 'NoneType' object has no attribute 'GetModParamTuplets'

mixer module

composite 2+ sources
possibly also include audio support?

error in menu param field

Traceback (most recent call last):
File "//shell/menuParamPopMenu/PopMenuExt", line 378, in OnSelect
File "/
/shell/menuParamPopMenu/CallbacksExt", line 171, in DoCallback
File "/_/components/macro_module/selectedmapping_field/methods", line 34, in _callback
KeyError: 'cell'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.