Commit Graph

4197 Commits

Author SHA1 Message Date
Nuwan 1326f933e2 wip custom url handling 2024-10-13 10:11:45 +05:30
Nuwan fb80a3a2c5 join session by custom url schema 2024-10-11 22:00:10 +05:30
Nuwan 98273bae0d handle session invocation by custom URL schema 2024-10-11 08:50:10 +05:30
Nuwan 317c0384e1 add await on SetScoreWorkTimingInterval 2024-09-26 08:29:49 +05:30
Nuwan 2546d3f550 change order of LaunchBroadcastSettings enum item in asyncJamClient 2024-09-25 22:22:23 +05:30
Nuwan 57e669cd22 session setting fix musician access drop down always disabled 2024-09-21 11:00:28 +05:30
Nuwan 08fe7808a0 remove video gear link from account home page 2024-09-13 08:18:55 +05:30
Nuwan 7ea8a1e8fa Session broadcast button
add broadcast button which send a message to the client
2024-08-21 22:41:23 +05:30
Seth Call 279ba30506 Force build 2024-08-12 12:50:48 -05:00
Nuwan 2a64bbbfe8 fix js reference (this) error in waitForSessionPageEnterDone function 2024-04-11 17:03:28 +05:30
Nuwan 7617e4a4dd use jquery $.deferred in waitForSessionPageEnterDone
change the ES6 promise way of handling this method.
actually some of the code in this file expects $.deferred object
to be presented.
2024-04-11 14:54:48 +05:30
Nuwan 8bb0fa2809 fix not able to delete band 2024-03-09 16:34:21 +05:30
Nuwan 7c2ffe01ef fix band section listing musicians 2024-03-03 17:32:59 +05:30
Nuwan bcd819dfc3 fix recording window glitches
use RecordingStore instead of AppStore to track audioFormat changes.
this prevents session related state being altered unexpectedly.
2023-11-17 16:00:03 +05:30
Nuwan 8d4ed14fd6 sync recording audio format change with back end audio recording menu 2023-11-15 18:46:51 +05:30
Nuwan 03bb4190f1 sync audio recording format
on session startup fetch the audio format selected in the back end
and assign it in the front end audio recording window.
2023-11-14 17:37:19 +05:30
Nuwan 4a30d29c4b fix recording stop
this fix addresses the issue when stopping a recording in a subsequent
attemp to record
2023-10-17 18:09:12 +05:30
Nuwan b185a60656 change enum order of asyncJamClient 2023-10-12 23:08:19 +05:30
Nuwan 2b1309a3b0 change recording allowed video formats 2023-10-04 02:01:01 +05:30
Nuwan c116559d18 clean up comment 2023-10-04 01:17:09 +05:30
Nuwan 0617b1ba8d change in audio formats list for recording 2023-10-04 01:13:45 +05:30
Nuwan 001f59ba30 new session recording feature
for video recordings check if OBS has been installed on the
user's computer.
2023-10-03 19:17:26 +05:30
Nuwan 25586e06fc changes to allowed audio formats in new recording window 2023-10-03 01:16:09 +05:30
Nuwan 5618b08e79 call on start recording the new StartMediaRecording API 2023-09-30 10:07:08 +05:30
Nuwan e9ff7c5faa add IsOBSAvailable api in to asyncJamClient 2023-09-30 00:18:27 +05:30
Nuwan 6acf990b20 add StartMediaRecording api in to asyncJamClient 2023-09-30 00:08:09 +05:30
Nuwan e1ff954709 guard session recording 2023-09-29 23:46:42 +05:30
Nuwan c9d7a560d0 debug jamtrack volume 2023-09-29 23:46:42 +05:30
Nuwan 4a2046aae6 handle new recording window events 2023-09-21 10:45:53 +05:30
Nuwan ad9f5dcef3 wip on new session recording window 2023-09-19 13:13:44 +05:30
Nuwan 2dceeb86c3 wip new recording window 2023-09-19 13:13:44 +05:30
Nuwan 5727780259 merge into promised_based_api_interation 2023-09-19 13:12:34 +05:30
Nuwan 2093c6da9e wip new recording window 2023-09-19 13:11:55 +05:30
Nuwan 2adf75eb7e wip new recording 2023-09-19 13:11:55 +05:30
Nuwan a01a10afab WIP recording settings form 2023-09-19 13:11:55 +05:30
Nuwan 3eac4cc4b1 WIP in new session recording window. UI is almost done. need to add functinality 2023-09-19 13:11:55 +05:30
Nuwan 25d651f450 add more volume data to SessionSetTrackVolumeData
id, _id and groupID added to the third parameter of this API call
2023-09-19 11:56:39 +05:30
Nuwan f835894620 add more context details to SessionSetTrackVolumeData
add  mediaType, isJamTrack, and isMetronome to trackVolumeObject parameter
of SessionSetTrackVolumeData api
2023-09-13 18:29:35 +05:30
Nuwan bf1291abf4 removing unused bits 2023-09-07 20:03:34 +05:30
Nuwan 55d3202c11 Merge branch 'promised_based_api_interation' of bitbucket.org:jamkazam/jam-cloud into promised_based_api_interation 2023-09-05 19:22:16 +05:30
Nuwan 61b58eddd1 prevent showing alert on audio instrument select
fix this bug due to previous introduction of alert which pops up
if midi instrument is selected without selecting midi interface and
vst plugin. The alert only applicable to the midi interface.
2023-09-05 19:19:16 +05:30
Seth Call fc9d69f5f9 Update to pass product from client back to ArtifactUpdate 2023-09-02 15:23:22 -05:00
Seth Call 21733110f4 skip all client updatse 2023-09-02 14:53:19 -05:00
Seth Call f9c3c33d6b Beta download page 2023-09-01 16:33:09 -05:00
Nuwan ccee1c6805 cleanup debug entries 2023-09-01 16:54:01 +05:30
Nuwan f92ae4dd8d debugging 2023-09-01 15:57:35 +05:30
Nuwan 9e2adc9ce0 fix artifact version upgrade 2023-09-01 13:51:16 +05:30
Nuwan c8be3b847f debug JamServer 2023-09-01 13:33:09 +05:30
Nuwan 6d2ef50a8d debug version upgrade 2023-09-01 10:20:46 +05:30
Nuwan 63ebf8259c changes related to client upgrade fixes 2023-09-01 00:45:44 +05:30