Matthew Stratford
bca3006c0e
Fix context menu padding.
2021-01-25 00:52:09 +00:00
Matthew Stratford
62f55ec241
Add right click for editing tracks.
2021-01-25 00:47:37 +00:00
Matthew Stratford
a25a0d45c0
Fix some types
2021-01-25 00:47:14 +00:00
Matthew Stratford
dcc03459f4
Typo
2021-01-24 23:23:33 +00:00
Matthew Stratford
c2981e931c
Remove unused dispatch
2021-01-24 23:21:51 +00:00
Matthew Stratford
259d565533
Add a item hover tooltip, Closes #184
2021-01-24 23:21:30 +00:00
Matthew Stratford
8411146482
Fix setting deleted timeslotitem as played. Fixes #192
2021-01-24 21:56:36 +00:00
Matthew Stratford
9319eb49b7
Fix fading to silent, and PFL metering.
2021-01-24 21:43:51 +00:00
Matthew Stratford
ed8e27547f
Merge pull request #177 from UniversityRadioYork/mstratford-duck-when-honking
...
Add auto player duck on mic live. Closes #70
2021-01-24 20:14:21 +00:00
Matthew Stratford
bc8a06729c
Store the volumeEnum per player
...
So that autoduck knows when it's not supposed to meddle.
2021-01-24 20:06:33 +00:00
Matthew Stratford
29a308c413
Merge branch 'mstratford/redraws' into mstratford-duck-when-honking
2021-01-24 16:03:19 +00:00
Matthew Stratford
811a83e795
Merge branch 'master' into mstratford-duck-when-honking
2021-01-24 15:59:58 +00:00
Matthew Stratford
4c39f493cb
Merge branch 'master' into mstratford/redraws
2021-01-24 01:05:44 +00:00
Matthew Stratford
d03f8a6247
Merge pull request #186 from UniversityRadioYork/mstratford/pfl
...
Add PFL support
2021-01-24 00:58:27 +00:00
Matthew Stratford
cd0956b219
Limit FPS of VU meters to help weedy CPUs.
2021-01-24 00:56:13 +00:00
Matthew Stratford
f1c637120c
Rejig the main ShowPlanner component to reduce rerenders
2021-01-24 00:28:30 +00:00
Matthew Stratford
81d443123a
Split out navbar so that it doesn't rerender everything so much.
2021-01-23 23:40:08 +00:00
Matthew Stratford
9613363e20
Only try and tracklist if track is actually playing.
2021-01-23 22:07:53 +00:00
Matthew Stratford
b2f86d5d50
Merge remote-tracking branch 'origin/mstratford/pfl' into mstratford/pfl
2021-01-16 01:04:20 +00:00
Matthew Stratford
085745d756
Tidies
2021-01-16 01:03:50 +00:00
Matthew Stratford
54bee9e2d3
Tidy if
...
Co-authored-by: Marks Polakovs <github@markspolakovs.me>
2021-01-16 00:58:08 +00:00
Matthew Stratford
df155c89b1
Fix height of VU.
2021-01-16 00:55:50 +00:00
Matthew Stratford
9b587ae3f0
Make PFL meter.
2021-01-16 00:02:06 +00:00
Matthew Stratford
796f1ffcb8
Add a clear PFL button
2021-01-15 23:15:03 +00:00
Matthew Stratford
cc5f24580d
Only tracklist if we're actually audible.
2021-01-05 23:57:14 +00:00
Matthew Stratford
658ef5f1eb
Only play automatically on enabling PFL.
2021-01-05 23:47:32 +00:00
Matthew Stratford
e5358c7cff
Automate play on PFL and disable on fader.
2021-01-05 23:41:14 +00:00
Matthew Stratford
67be4cde7d
Actually do the PFLing.
2021-01-05 23:24:34 +00:00
Matthew Stratford
85d4d723ff
Handle PFL in audioengine, all channels affected
2021-01-05 20:56:20 +00:00
Matthew Stratford
8a66987876
MVP UI/state for PFL buttons
...
Also copied some bits from duck-when-honking branch
2021-01-05 20:23:51 +00:00
Brooke Hatton
9c79efa0d7
Merge pull request #185 from UniversityRadioYork/dependabot/npm_and_yarn/ini-1.3.8
2020-12-23 20:50:51 +00:00
dependabot[bot]
4562702166
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 11:43:51 +00:00
Marks Polakovs
ae37c73b3c
Merge pull request #182 from UniversityRadioYork/markspolakovs-reduce-item-render
...
Reduce Item renders
2020-11-10 23:06:18 +00:00
Matthew Stratford
19ca99fbd2
Split loaded track info out with separate selectors.
2020-11-10 21:22:43 +00:00
Marks Polakovs
feccb3155e
Migrate react-contextmenu to react-contexify
2020-11-09 14:30:50 +00:00
Marks Polakovs
aed8a4ef35
Fix loaded item BG
2020-11-08 13:22:52 +00:00
Marks Polakovs
1ca07d7534
Bump to 1.4.0
2020-11-02 23:16:46 +00:00
Matthew Stratford
2febd23cdb
Merge pull request #162 from UniversityRadioYork/mstratford-routing
...
Extra audio routing support!
2020-11-02 23:15:38 +00:00
Marks Polakovs
8d7806902a
Merge pull request #181 from UniversityRadioYork/mstratford-breaking-the-news
...
Don't reset played items on going live, fixes #180
2020-11-02 23:15:11 +00:00
Matthew Stratford
39a0dca8da
Revert "Only reset played when going live, fixes #180 "
...
This reverts commit 126d43aaa5
.
2020-11-02 20:49:56 +00:00
Matthew Stratford
37f0748f1f
Remove unused import.
2020-11-02 20:40:29 +00:00
Matthew Stratford
09b77eb7f5
Don't bother resetting, the user can do it.
2020-11-02 20:35:56 +00:00
Marks Polakovs
ccd9a8311a
Reduce Item renders
...
Item used to subscribe to the full state of the player of its column, which meant it re-rendered whenever the player state updated (many times per second) - when all it needed is the ID of the loaded item. This commit scopes the selector more tightly.
2020-11-02 20:35:02 +00:00
Matthew Stratford
5d424cf96f
Revert "How about this?"
...
This reverts commit 779ddf2ff7
.
2020-11-02 20:32:20 +00:00
Matthew Stratford
779ddf2ff7
How about this?
2020-11-02 20:19:14 +00:00
Matthew Stratford
126d43aaa5
Only reset played when going live, fixes #180
2020-11-02 20:07:19 +00:00
Matthew Stratford
ebb9e6cfd4
Use a ternary for channel VUs
2020-11-02 19:42:23 +00:00
Matthew Stratford
e63535658b
Merge remote-tracking branch 'origin/master' into mstratford-duck-when-honking
2020-11-02 19:33:06 +00:00
Matthew Stratford
febc96cedc
Make Mic VU meter follow stereo metering.
2020-11-02 19:21:23 +00:00
Matthew Stratford
335e4f8eb0
Updated mic meter green area
2020-11-02 19:18:35 +00:00