@arcanewizards/timecode-toolbox 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +77 -0
- package/dist/components/frontend/index.js +1035 -442
- package/dist/components/frontend/index.mjs +884 -291
- package/dist/entrypoint.css +163 -53
- package/dist/entrypoint.js +1769 -788
- package/dist/entrypoint.js.map +4 -4
- package/dist/frontend.js +1769 -788
- package/dist/frontend.js.map +4 -4
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +346 -76
- package/dist/index.mjs +348 -69
- package/dist/start.d.mts +1 -2
- package/dist/start.d.ts +1 -2
- package/dist/start.js +349 -77
- package/dist/start.mjs +351 -70
- package/package.json +12 -6
- package/.turbo/turbo-build.log +0 -58
- package/.turbo/turbo-lint.log +0 -4
- package/CHANGELOG.md +0 -40
- package/eslint.config.mjs +0 -49
- package/src/app.tsx +0 -147
- package/src/components/backend/index.ts +0 -6
- package/src/components/backend/toolbox-root.ts +0 -119
- package/src/components/frontend/constants.ts +0 -81
- package/src/components/frontend/entrypoint.ts +0 -12
- package/src/components/frontend/frontend.css +0 -108
- package/src/components/frontend/index.tsx +0 -46
- package/src/components/frontend/toolbox/content.tsx +0 -45
- package/src/components/frontend/toolbox/context.tsx +0 -63
- package/src/components/frontend/toolbox/core/size-aware-div.tsx +0 -51
- package/src/components/frontend/toolbox/core/timecode-display.tsx +0 -592
- package/src/components/frontend/toolbox/generators.tsx +0 -318
- package/src/components/frontend/toolbox/inputs.tsx +0 -484
- package/src/components/frontend/toolbox/outputs.tsx +0 -581
- package/src/components/frontend/toolbox/preferences.ts +0 -25
- package/src/components/frontend/toolbox/root.tsx +0 -335
- package/src/components/frontend/toolbox/settings.tsx +0 -54
- package/src/components/frontend/toolbox/types.ts +0 -28
- package/src/components/frontend/toolbox/util.tsx +0 -61
- package/src/components/proto.ts +0 -420
- package/src/config.ts +0 -7
- package/src/generators/clock.tsx +0 -206
- package/src/generators/index.tsx +0 -15
- package/src/index.ts +0 -38
- package/src/inputs/artnet.tsx +0 -305
- package/src/inputs/index.tsx +0 -13
- package/src/inputs/tcnet.tsx +0 -272
- package/src/outputs/artnet.tsx +0 -170
- package/src/outputs/index.tsx +0 -11
- package/src/start.ts +0 -47
- package/src/tree.ts +0 -133
- package/src/types.ts +0 -12
- package/src/urls.ts +0 -49
- package/src/util.ts +0 -82
- package/tailwind.config.cjs +0 -7
- package/tsconfig.json +0 -10
- package/tsup.config.ts +0 -10
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Arcane Wizards Ltd
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
Timecode Toolbox
|
|
3
|
+
</h1>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<img src="https://arcanewizards.com/static/icon-timecode-toolbox.svg" height="200" alt="App Icon"/>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
Timecode Toolbox is a free & open-source app that allows you to easily monitor,
|
|
10
|
+
generate and convert timecode signals of different types.
|
|
11
|
+
|
|
12
|
+
<h2 align="center">
|
|
13
|
+
Download latest desktop release
|
|
14
|
+
</h2>
|
|
15
|
+
|
|
16
|
+
<p align="center">
|
|
17
|
+
<a href="https://arcanewizards.com/download/timecode-toolbox/latest/macos-arm64"><img src="https://arcanewizards.com/download/timecode-toolbox/latest/macos-arm64/button" height="50" alt="Download MacOS (Apple Silicon / ARM) Desktop App"/></a>
|
|
18
|
+
|
|
19
|
+
<a href="https://arcanewizards.com/download/timecode-toolbox/latest/macos-x64"><img src="https://arcanewizards.com/download/timecode-toolbox/latest/macos-x64/button" height="50" alt="Download MacOS (Intel / x64) Desktop App"/></a>
|
|
20
|
+
|
|
21
|
+
<a href="https://arcanewizards.com/download/timecode-toolbox/latest/windows-x64"><img src="https://arcanewizards.com/download/timecode-toolbox/latest/windows-x64/button" height="50" alt="Download Windows (x64) Desktop App"/></a>
|
|
22
|
+
</p>
|
|
23
|
+
|
|
24
|
+
## Headless / CLI Version
|
|
25
|
+
|
|
26
|
+
This application can be installed and run via NPM, allowing the application UI to be accessed via a browser on any device on the same network.
|
|
27
|
+
|
|
28
|
+
For example, you can have Timecode Toolbox running on a server in a rack, on a Mac Mini, or even a Raspberry PI.
|
|
29
|
+
|
|
30
|
+
Make sure you have Node v22 or higher installed, and then use `npx` to download and install the desired version:
|
|
31
|
+
|
|
32
|
+
```sh
|
|
33
|
+
npx @arcanewizards/timecode-toolbox@latest
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Or use `pnpm`, `npm`, or `yarn` to install the package `@arcanewizards/timecode-toolbox` globally,
|
|
37
|
+
and then run the app:
|
|
38
|
+
|
|
39
|
+
```sh
|
|
40
|
+
npm install -g @arcanewizards/timecode-toolbox@latest
|
|
41
|
+
timecode-toolbox
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Features
|
|
45
|
+
|
|
46
|
+
### Supported Protocols
|
|
47
|
+
|
|
48
|
+
The following protocols are currently supported:
|
|
49
|
+
|
|
50
|
+
- ArtNet Timecode (Input & Output)
|
|
51
|
+
- TCNet / Pioneer Pro DJ Link via ShowKontrol / Bridge (Input Only)
|
|
52
|
+
|
|
53
|
+
We plan to also soon implement the following:
|
|
54
|
+
|
|
55
|
+
- MIDI Timecode
|
|
56
|
+
|
|
57
|
+
### Clock Playback with Custom Speeds
|
|
58
|
+
|
|
59
|
+
Add as many clock-based timecode generators as you like,
|
|
60
|
+
and specify non-standard playback speeds to simulate what would happen
|
|
61
|
+
when DJs adjust the temp of their tracks live.
|
|
62
|
+
|
|
63
|
+
### Custom labels & Colors
|
|
64
|
+
|
|
65
|
+
Name your inputs, outputs and generators however you like,
|
|
66
|
+
and customize their interface colors to easily tell them apart.
|
|
67
|
+
|
|
68
|
+
### Pop-Out Windows
|
|
69
|
+
|
|
70
|
+
Need to focus on one timecoded in-particular?
|
|
71
|
+
Open any timecode in it's own dedicated window that can me maximized or moved
|
|
72
|
+
around to your liking.
|
|
73
|
+
|
|
74
|
+
### Delay Adjustment
|
|
75
|
+
|
|
76
|
+
Adjust incoming or outgoing timecodes to account for any delay on the network or
|
|
77
|
+
or anywhere in your media pipeline.
|