mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-20 13:50:00 +01:00
added updated submodules
This commit is contained in:
File diff suppressed because one or more lines are too long
2
frontend/web-editor/public/bundle.min.js
vendored
2
frontend/web-editor/public/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -24,6 +24,7 @@ PBLive.prototype.init = function (stream, opts) {
|
||||
stream: stream
|
||||
}
|
||||
|
||||
console.log('initializing patch-bay', stream, opts)
|
||||
this.makeGlobal = opts.makeGlobal || true
|
||||
this.setPageTitle = opts.setTitle || true
|
||||
|
||||
@@ -104,7 +105,7 @@ PBLive.prototype.handleNewPeer = function (peer) {
|
||||
|
||||
PBLive.prototype.list = function () {
|
||||
var l = Object.keys(this.idFromNick)
|
||||
//console.log(l)
|
||||
console.log(l)
|
||||
return Object.keys(this.idFromNick)
|
||||
}
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ var PatchBay = function (options) {
|
||||
|
||||
// emit 'join' event to signalling server
|
||||
this.signaller.emit('join', this._room, {uuid: this.id})
|
||||
console.log('emitting join')
|
||||
|
||||
this.signaller.on('new peer', this._newPeer.bind(this))
|
||||
}
|
||||
@@ -134,7 +135,7 @@ PatchBay.prototype._newPeer = function (peer){
|
||||
// // Once the new peer receives a list of connected peers from the server,
|
||||
// // creates new simple peer object for each connected peer.
|
||||
PatchBay.prototype._readyForSignalling = function ({ peers, servers }) {
|
||||
// console.log("received peer list", _t, this.peers)
|
||||
console.log("received peer list", _t, this.peers)
|
||||
|
||||
peers.forEach((peer) => {
|
||||
this._newPeer(peer)
|
||||
|
||||
@@ -28,7 +28,7 @@ module.exports = class Hydra extends Component {
|
||||
this.hydra = hydra
|
||||
osc().out()
|
||||
|
||||
pb.init(hydra.captureStream, {
|
||||
pb.init(hydra.captureStream, {
|
||||
server: window.location.origin,
|
||||
room: 'iclc'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user