Conversation
d04c135 to
858eb09
Compare
be81af6 to
4fdb9d6
Compare
8d836af to
e342d52
Compare
5959eef to
762761d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@arcanewizards/timecode-toolbox@0.1.5
Patch Changes
858eb09: Correct some input/output mis-labelling
4fdb9d6: Make it more obvious when output/input is paused/disabled
Replace the timecode display with a pause icon when an input/output is disabled,
making it very clear when a timecode won't be sending/receiving a signal.
Fixes Dedicated windows don't take into account paused state of outputs/inputs #31
858eb09: Clearly display when an output is linked to something
Previously, it wasn't obvious when an output was connected to an input or
generator, and which input or generator was linked.
This is now prominently displayed underneath the output type & name.
Fixes Not obvious when outputs are linked to inputs/generators #55
6d025db: Fix Art-Net Drift
The previous implementation of our artnet timecode broadcast would regularly be
out by about 1 frame, due to us not timing sending of the packets appropriately,
and rounding down to the nearest frame when converting millisecond timecodes
to frame timecodes.
We now schedule appropriate timeouts based on when the next frame starts.
Fixes Art-Net Drift #30
e342d52: Display errors & warnings prominently
Display any errors and warnings for inputs / outputs
(such as network / connectivity issues)
Fixes Errors & warnings not displayed in timecodes #59
@arcanewizards/artnet@0.1.4
Patch Changes
6d025db: Return nextFrameTimeMillis when sending frames
Make it possible for clients to more accurately time sending of artnet packets
and avoid frame drift by returning information on when the next frame send
should be.
@arcanewizards/sigil@0.1.7
Patch Changes
@arcanewizards/timecode-toolbox-desktop@0.1.5
Patch Changes
858eb09: Correct some input/output mis-labelling
4fdb9d6: Make it more obvious when output/input is paused/disabled
Replace the timecode display with a pause icon when an input/output is disabled,
making it very clear when a timecode won't be sending/receiving a signal.
Fixes Dedicated windows don't take into account paused state of outputs/inputs #31
858eb09: Clearly display when an output is linked to something
Previously, it wasn't obvious when an output was connected to an input or
generator, and which input or generator was linked.
This is now prominently displayed underneath the output type & name.
Fixes Not obvious when outputs are linked to inputs/generators #55
6d025db: Fix Art-Net Drift
The previous implementation of our artnet timecode broadcast would regularly be
out by about 1 frame, due to us not timing sending of the packets appropriately,
and rounding down to the nearest frame when converting millisecond timecodes
to frame timecodes.
We now schedule appropriate timeouts based on when the next frame starts.
Fixes Art-Net Drift #30
e342d52: Display errors & warnings prominently
Display any errors and warnings for inputs / outputs
(such as network / connectivity issues)
Fixes Errors & warnings not displayed in timecodes #59