Code Monkey home page Code Monkey logo

b3d_osc_panel's Introduction

zen_cms

a small cms that takes .txt files or .markdown files.

edit zen_cms.js script_table to order the links of the sidebar. like:

var script_table = {};
script_table['Edge_Tools_VTX'] = "Edge_Tools.txt";
script_table['Add_Vertex'] = "Add_Vertex.txt";
script_table['On_Comments'] = "On_Comments.markdown";

let zen_cms.js do the rest. visit zeffii.github.io

b3d_osc_panel's People

Contributors

zeffii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

b3d_osc_panel's Issues

QUESTION: Data streaming in from OSC but not updating

Probably a question need to be directed to Sverchok, but since you probably know what's going on:

screen shot 2016-10-31 at 18 05 28

I have this FaceOSC doing face detection in realtime. I am piping in the data using Objects In Matrix, but the position of Matrix does not seem to update in the viewer.

Exploring

Zeff, I could not find what so called Text Editor side panel. I am using MacOS.

I have installed python-osc module and your Add-On. And see no changes.

Will read the documentation again... maybe I missed something.

OSC Panel specs

First some thoughts about what is needed from such a panel and how to implement it conveniently for generic use. Best define this before writing any code ( all existing code in this repo was written prior to starting the repo)

First the UI needs properties

    ip = StringProperty(name="ip", default="127.0.0.1")
    port  = IntProperty(name='port', default=57120)  # supercollider for testing..
    interval = FloatProperty(default=0.1)  # interval (in seconds) between updates.

Essentially the panel will be a UI for a modal operator which will repeatedly checks the OSC message queue every <interval> seconds.

Handling multiple values (bundles)

not sure what pythonosc's intended way to handle bundle dispatches is (either i'm blind or the documentation exists only the code to implement it..)

Sending Messages out?

Hi Zeffii,

Is there any chance to have this add-on to also output or sending message from specific port? I am trying to make Blender to work with ChucK OSC.

Seems to work with AddOSC, but AddOSC has limitation: cannot take and send multiple data...

Thanks~

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.