GithubHelp home page GithubHelp logo

multipattern's Introduction

multipattern

a simple extension to any pattern_time instance. add multiple process functions to a single pattern or multiple process functions to multiple patterns.

syntax description
mpat = multipattern.new(pattern) create a new multipattern instance from a pattern_time instance.
mpat:add_process(id, func) add a new process function with a unique id
mpat:watch(id, e) watch the event e. recorded data will be passed to the process at the id
wrapped_function = mpat:wrap(id, some_function) wrap a function with a unique id - this is a shortcut for add_process + watch. calls to wrapped_function will pass through to some_function, but will also be watched by the pattern_time instance. the playing pattern will call some_function with arguments from the past.
multipattern.add_process(set, id, process) add a new process to all multipattern instaces in the table set
multipattern.watch(set, id, e) watch the event at all multipattern instaces in the table set
wrapped_function = multipattern.wrap(set, id, some_function) wrap a function in all multipattern instaces in the table set

multipattern's People

Contributors

andr-ew avatar

Stargazers

Matt Barron avatar

Watchers

 avatar

multipattern's Issues

add `add_process` & `watch`

alternatives to wrap w/ their own uses

mpat:add_process(id, func)
multipattern.add_process(set, id, func)

mpat:watch(id, e)
multipattern.watch(set, id, e)

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.