Commit Graph

527 Commits

Author SHA1 Message Date
Brian Smith f183cd4e84 VRFS-633 VRFS-636 cleanup, logs 2013-09-07 01:13:26 -04:00
Brian Smith 5545db2543 added more logs for debugging 2013-09-06 21:08:55 -04:00
Brian Smith c8550c2e85 VRFS-633 VRFS-636 added log statements and minor refactor 2013-09-06 08:34:57 -04:00
Brian Smith e36a2f2c26 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-05 23:24:40 -04:00
Brian Smith af7a3b1114 fix broken cancel buttons 2013-09-05 23:24:32 -04:00
Jonathon Wilson d6ead78a72 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-05 20:37:23 -06:00
Brian Smith eab8a4e190 fix JS syntax error 2013-09-05 22:31:25 -04:00
Jonathon Wilson 10c9c77742 Merge branch 'vrfs-547' 2013-09-05 20:28:01 -06:00
Jonathon Wilson 94ed6bdcf3 VRFS-601, respond to events for backend mixer changes, and (VRFS-547) hide voice chat prior to rebuild (which draws voice chat controls if appropriate). 2013-09-05 20:27:43 -06:00
Brian Smith c0e139c107 VRFS-634 revert prior attempt to fix this - did not work 2013-09-05 22:06:01 -04:00
Brian Smith 1beff8b111 VRFS-633 fixed major issue with button click handlers being registered multiple times on each session refresh 2013-09-05 22:04:36 -04:00
Brian Smith 497215ac58 VRFS-638 added logging to help debug this issue 2013-09-05 21:11:11 -04:00
Brian Smith 80c06c387a VRFS-634 persist "Choose..." voice chat input selection correctly in FTUE 2013-09-05 19:56:12 -04:00
Brian Smith 4eeffd9f34 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-05 17:51:31 -04:00
Brian Smith b2a49ce1dd VRFS-554 me vs. others mixer 2013-09-05 17:51:29 -04:00
Jonathon Wilson 91f6dcc3ab VRFS-552. Support multiple tracks for user on same client. 2013-09-04 22:24:28 -06:00
Brian Smith 5347141510 VRFS-598 date.getMonth returns 0-based month index 2013-09-03 23:22:00 -04:00
Seth Call d184d3d7c9 * gah. left fake client update in 2013-09-02 17:12:46 +00:00
Seth Call b339015d0c t Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-02 03:09:58 +00:00
Seth Call 2caeae11cd * fixing CTRL + N causing client update to go away in mac version of the client 2013-09-02 03:09:49 +00:00
Brian Smith c3799e9760 VRFS-593 change text and styling for unreachable latency indicator 2013-09-01 17:17:58 -04:00
Seth Call b7d155ce7a * VRFS-616 - make sure to kill streams on signout. Also, noticed that a connection in conn_mgr was whacking connection in such a way that notifies didn't go out to others in party; took that out 2013-09-01 19:23:09 +00:00
Seth Call 236e2f03f9 * bumping up to 10 seconds due to hang on Find Sessioen screen 2013-09-01 18:23:37 +00:00
Seth Call c243a55d50 * VRFS-594 - refining heartbeat interval checking to consistently take ~5 seconds to see disconnect 2013-09-01 17:36:07 +00:00
Seth Call b1aa13b354 * tighten up how long we wait for heartbeats to go missing 2013-09-01 16:43:53 +00:00
Seth Call cf78409c8c Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-01 16:28:10 +00:00
Seth Call a251541a53 * VRFS-594 - heartbeat checking plus hopefully more sophisticated reconnect logi 2013-09-01 16:28:03 +00:00
Brian Smith a47349f4c8 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-01 09:50:34 -04:00
Brian Smith 48035acc07 VRFS-593 handle case where peer is unreachable during latency test 2013-09-01 09:50:23 -04:00
Seth Call a20f29bd1f * VRFS-594 - stop heartbeats in the right way - kill heartbeatInterval 2013-09-01 02:24:47 +00:00
Seth Call 20dc5fdff0 * VRFS-594; watch for heartbeat_acks--if two are missed, then we close the websocket and trigger the 'You've been disconnected' process 2013-09-01 02:18:23 +00:00
Seth Call dad7ac6691 * VRFS-594; add dialog to initiate reconnect if you lose webocket connection 2013-08-31 13:54:11 +00:00
Jonathon Wilson b3e7327ae3 Remove unused code. 2013-08-28 18:57:13 -06:00
Jonathon Wilson 7cf4258734 VRFS-557. Better VU/Fader connection code on track initialization. 2013-08-27 21:05:53 -06:00
Jonathon Wilson 991a2b476e VRFS-557. Don't set audio mixer value when receiving a peer volume change event. The back-end will have already done it. Just visually update fader position. 2013-08-26 20:31:18 -06:00
Jonathon Wilson b17630379f VRFS-375. VRFS-561. Fix subsequent runs of FTUE and ASIO control panel. 2013-08-26 20:03:15 -06:00
Brian Smith 1d48031188 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-08-24 14:38:11 -04:00
Brian Smith 3a579061e2 VRFS-566 add call to TrackSaveAssignments after removing track 2013-08-24 14:38:05 -04:00
Jonathon Wilson 6dac196858 Switch to the peer audio input group for remote members 2013-08-22 21:20:07 -06:00
Jonathon Wilson a4c8408e65 Merge branch 'master' into VRFS-557 2013-08-21 09:34:57 -06:00
Brian Smith ab76fef942 remove some log statements 2013-08-20 22:12:49 -04:00
Brian Smith 5712b9eb76 VRFS-566 sync removed track to backend 2013-08-20 22:11:40 -04:00
Jonathon Wilson 689b6ef559 Merge branch 'master' into VRFS-557 2013-08-20 19:19:29 -06:00
Brian Smith 7da93dbe51 VRFS-567 remove unnecessary JS bridge calls 2013-08-19 21:39:58 -04:00
Brian Smith c1b4182b95 VRFS-567 set instrument in backend on create session if none are set 2013-08-19 21:33:14 -04:00
Brian Smith d292afbb77 VRFS-566 keep track removal in sync with backend client 2013-08-18 23:15:01 -04:00
Jonathon Wilson e242a6d1ec Try harder to find missing mixers. Check every 500 ms instead of 300 and check 20 times instead of 10 before giving up. 2013-08-18 18:59:49 -06:00
Jonathon Wilson 1b21445d57 VRFS-557. Proper VUs on for a single-channel track. 2013-08-18 18:54:32 -06:00
Brian Smith e59acc1dfe VRFS-541 track config bug fixes found during testing 2013-08-18 20:35:30 -04:00
Brian Smith 598c8b0b6d VRFS-541 when creating or joining a session, attempt to use tracks configured in backend client 2013-08-18 14:05:16 -04:00