video-bubbles
Version:
<img src="images/bubbles-logo.svg" alt="Bubbles logo" width="50%" />
23 lines (16 loc) • 430 B
JavaScript
/*
Copyright 2022 Colin Clark
Licensed under the MIT license.
https://github.com/colinbdclark/bubbles/raw/master/LICENSE
*/
;
fluid.registerNamespace("bubbles");
// TODO: Move this into an osc.js-infusion library.
fluid.defaults("bubbles.oscUDPPort", {
gradeNames: ["bubbles.oscPort"],
oscPortType: "osc.UDPPort",
oscPortOptions: {
localAddress: "0.0.0.0",
localPort: 57122
}
});