Switch branches/tags
Nothing to show
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
..
Failed to load latest commit information.
README.md
csv_collect.py
csv_collect.yapsy-plugin
noise_test.py
noise_test.yapsy-plugin
print.py
print.yapsy-plugin
sample_rate.py
sample_rate.yapsy-plugin
streamer_lsl.py
streamer_lsl.yapsy-plugin
streamer_osc.py
streamer_osc.yapsy-plugin
streamer_tcp.yapsy-plugin
streamer_tcp_server.py
udp_server.py
udp_server.yapsy-plugin

README.md

To create a new plugin, see print.py and print.yapsy-plugin for a minimal example and plugin_interface.py for documentation about more advanced features.

Note: "init" will be automatically called when the main program loads, even if the plugin is not used, put computationally intensive instructions in activate() instead.