Commit graph

1029 commits

Author SHA1 Message Date
Matthew Stratford
eca3895537
Remove unused raygun import. 2020-10-27 00:44:31 +00:00
Matthew Stratford
22ae79d705
Remove unused import 2020-10-27 00:41:26 +00:00
Matthew Stratford
202d8aa6d4
Add bg to played items to be more obvious. 2020-10-27 00:39:20 +00:00
Matthew Stratford
5c4b2b70cc
Allow going LIVE and nav bar to reset played indicators. 2020-10-27 00:34:45 +00:00
Matthew Stratford
d5f52ddcbe
Make icon show played items. 2020-10-27 00:21:49 +00:00
Matthew Stratford
1ef555e312
Actually fix plan state to store played status. 2020-10-27 00:20:11 +00:00
Matthew Stratford
069703fc0d
Merge branch 'master' into mstratford-played 2020-10-26 22:38:30 +00:00
Matthew Stratford
999b7fefc5
Merge pull request #157 from UniversityRadioYork/marks-raygun-redux2
Save limited action history for Raygun reports
2020-10-26 22:28:08 +00:00
Matthew Stratford
354830dd83
Add more detailed comment about processing. 2020-10-26 22:19:16 +00:00
Matthew Stratford
801d5ae072
Merge pull request #168 from UniversityRadioYork/michaelg-channeltimers
Total Channel Duration
2020-10-26 22:10:08 +00:00
michael-grace
9e6911eb6c total channel duration 2020-10-26 22:05:42 +00:00
Matthew Stratford
9ede742a23
Fixed props.
Co-authored-by: Marks Polakovs <github@markspolakovs.me>
2020-10-26 22:04:45 +00:00
Matthew Stratford
51df08cee9
Merge pull request #163 from UniversityRadioYork/markspolakovs-search-focus
Defocus library search when we stop searching
2020-10-26 21:57:47 +00:00
Matthew Stratford
749eed4a39
Merge pull request #166 from UniversityRadioYork/markspolakovs-incorrect-dev-link
DevWarning: fix incorrect link to live WebStudio
2020-10-26 21:55:33 +00:00
Marks Polakovs
78f447fae2 For crying out loud 2020-10-23 11:13:32 +01:00
Marks Polakovs
5051d4d0cb
DevWarning: fix incorrect link to live WebStudio 2020-10-23 11:11:43 +01:00
michael-grace
4a1599d2f5 add autoplayout selector 2020-10-18 22:41:33 +01:00
Marks Polakovs
8b9a66ced6 Defocus library search when we stop searching
It's a bit of a hack, but it should get the job done.
2020-10-15 20:09:48 +01:00
Matthew Stratford
f9383371b6 Merge remote-tracking branch 'origin/mstratford-routing' into mstratford-routing 2020-10-14 21:15:07 +01:00
Matthew Stratford
f5f351b949 So many console.logs. 2020-10-14 21:14:45 +01:00
Matthew Stratford
99a74c4ab7
Update src/mixer/state.ts
Ah, duh!

Co-authored-by: Marks Polakovs <github@markspolakovs.me>
2020-10-14 21:07:52 +01:00
Matthew Stratford
e316962ae4 Display different VU green for unprocessed mic. 2020-10-12 23:43:03 +01:00
Matthew Stratford
7f561face3 Add error handling back (is this required?) 2020-10-12 23:16:58 +01:00
Matthew Stratford
489af27045 Handle missing devices in output selections 2020-10-12 23:01:34 +01:00
Matthew Stratford
b4149038f2 Add some user description. 2020-10-12 22:36:25 +01:00
Matthew Stratford
3b6c0f5bbe Don't display VU's / proMode(tm) bar for custom outputs.
Sadly can't use them :/
2020-10-12 22:20:44 +01:00
Matthew Stratford
d9c12bf028 Add initial selectors for custom outputs. 2020-10-11 23:28:31 +01:00
Matthew Stratford
adb6bad2e6 Add Player work for multiple output devices. 2020-10-11 21:47:14 +01:00
Matthew Stratford
7b27185324 Re-order the AudioEngine constructor for readability 2020-10-11 15:57:43 +01:00
Matthew Stratford
6b03054b59 Allow enabling/disabling of mic processing. 2020-10-11 02:24:17 +01:00
Matthew Stratford
b79a67686d Allow mic source channels to be selected. 2020-10-11 01:10:41 +01:00
Marks Polakovs
3169d94028
Bump version to 1.3.0 2020-10-08 23:05:25 +01:00
Marks Polakovs
24263ea407
Merge pull request #159 from UniversityRadioYork/markspolakovs-update-failure-raygun
Report showplan save failures to Raygun
2020-10-08 23:04:43 +01:00
Marks Polakovs
66067ca647 Make it look The Good 2020-10-08 21:12:03 +01:00
Marks Polakovs
c9101d36f2 Report showplan save failures to Raygun 2020-10-08 21:07:16 +01:00
Matthew Stratford
6a503bbf59 I tried. 2020-10-07 00:12:17 +01:00
Matthew Stratford
fb5b17aab4 Only reload showplan once, don't add multiple listeners. 2020-10-07 00:01:51 +01:00
Matthew Stratford
0615569eb8
Merge pull request #154 from UniversityRadioYork/mstratford-save-tidies
A couple extra bits for UI Reshuffle and Saving.
2020-10-06 13:33:32 +01:00
Marks Polakovs
92a63d8934 Attach a timestamp to action history 2020-10-06 13:31:31 +01:00
Matthew Stratford
f87a971e68 Merge remote-tracking branch 'origin/master' into mstratford-save-tidies 2020-10-06 13:30:01 +01:00
Marks Polakovs
8fc39db5c0 Save limited action history for Raygun reports 2020-10-06 13:29:06 +01:00
Matthew Stratford
eda3513b9d Add comments to reload listeners. 2020-10-06 13:28:58 +01:00
Matthew Stratford
bb260f35c6
Merge pull request #156 from UniversityRadioYork/marks-raygun-redux
Attach a Redux state dump to Raygun error reports
2020-10-06 13:24:19 +01:00
Marks Polakovs
d135eeb029 Attach a Redux state dump to Raygun error reports 2020-10-05 23:19:45 +01:00
Matthew Stratford
688b45f02e Don't hard code iframe URLs. 2020-10-05 11:09:41 +01:00
Matthew Stratford
7ec641fad7 Add borders to VU to see where 0 is. 2020-10-05 11:01:04 +01:00
Matthew Stratford
654c1ee0f3 Add origin check for importer iframe reload. 2020-10-05 10:59:28 +01:00
Matthew Stratford
74f6b9c0ba Make WebStudio close the import window. 2020-10-02 19:57:45 +01:00
Matthew Stratford
fff779ae3d Add callback to trigger reload from importer iframe. 2020-10-02 18:54:33 +01:00
Matthew Stratford
5581ecde5a Add toggle text 2020-10-02 01:29:55 +01:00