|
|
66da965edd
|
fix default value for kind
|
2026-02-06 00:47:34 +00:00 |
|
|
|
079a0b240d
|
ensure all optional args are marked as optional
v0.8.4
|
2026-02-06 00:41:26 +00:00 |
|
|
|
fe711f79f1
|
Main struct now uses address map
|
2026-02-06 00:41:06 +00:00 |
|
|
|
c94ac62cb8
|
upd address maps
|
2026-02-06 00:40:52 +00:00 |
|
|
|
5933b25114
|
move parser interface into engine.go
add snapshot field to Client
|
2026-02-06 00:40:42 +00:00 |
|
|
|
fa704832d5
|
reword
v0.8.3
|
2026-02-05 21:44:39 +00:00 |
|
|
|
69925021af
|
spell fix
|
2026-02-05 15:43:19 +00:00 |
|
|
|
e092ed3c4e
|
add Configuration section to README
|
2026-02-05 15:42:39 +00:00 |
|
|
|
d87bc2678c
|
add short Config flags
|
2026-02-05 15:42:07 +00:00 |
|
|
|
c3221f3df5
|
reduce default timeout to 100ms
add env var for raw timeout
|
2026-02-05 15:13:33 +00:00 |
|
|
|
dc733ba500
|
add macos target to Taskfile
|
2026-02-05 14:20:03 +00:00 |
|
|
|
2a5e0e022f
|
upd README
|
2026-02-05 13:42:57 +00:00 |
|
|
|
663a863386
|
fix main fadein/fadeout help output
v0.8.2
|
2026-02-05 13:23:36 +00:00 |
|
|
|
70889c47bc
|
upd README
|
2026-02-05 13:20:20 +00:00 |
|
|
|
2ad9f2fd6a
|
add docstrings
upd help messages
|
2026-02-05 13:20:05 +00:00 |
|
|
|
c20aa82e3b
|
remove redundant util function
v0.8.1
|
2026-02-05 04:15:21 +00:00 |
|
|
|
1c5a75ffe1
|
add bus eq band 3 gain example
|
2026-02-05 04:06:08 +00:00 |
|
|
|
b075515654
|
upd README
v0.8.0
|
2026-02-05 04:02:01 +00:00 |
|
|
|
139e092937
|
raw doesn't need to be a command group
fix `nil pointer deference` for set commands
|
2026-02-05 04:01:34 +00:00 |
|
|
|
8539685770
|
upd README
|
2026-02-05 03:55:08 +00:00 |
|
|
|
8fc5a55eff
|
fixes bug where strip/bus eq on would try to validate the band number.
|
2026-02-05 03:54:53 +00:00 |
|
|
|
128f0c1df6
|
migrate CLI component to Kong
|
2026-02-05 03:36:22 +00:00 |
|
|
|
49cf3ff49e
|
upd Name methods
|
2026-02-04 11:18:17 +00:00 |
|
|
|
66ab937296
|
implement Snapshot on Client struct
|
2026-02-04 11:15:52 +00:00 |
|
|
|
6f995397a1
|
fix example
|
2026-02-04 10:46:20 +00:00 |
|
|
|
e6d6ac77f6
|
upd long desc
|
2026-02-04 10:45:26 +00:00 |
|
|
|
b39dc86236
|
add raw command for sending raw OSC messages
|
2026-02-04 10:44:06 +00:00 |
|
|
|
056ebc9116
|
add strip comp mode + strip gate subcommands
v0.7.0
|
2026-02-04 07:31:00 +00:00 |
|
|
|
ce955deb38
|
add bus comp mode
|
2026-02-04 07:30:44 +00:00 |
|
|
|
6e3953e946
|
print hold to 2dp
v0.6.0
|
2026-02-04 05:27:48 +00:00 |
|
|
|
86ff40952b
|
implement {Comp} threshold, ratio, attack, hold, release, makeup and mix methods
add new compressor subcommands to strip/bus command groups
|
2026-02-04 05:22:47 +00:00 |
|
|
|
2590a43c18
|
fix examples in README
reword Notes section
|
2026-02-03 01:23:04 +00:00 |
|
|
|
0559899666
|
add eq example + update notes section in README.
|
2026-02-02 04:28:39 +00:00 |
|
github-actions[bot]
|
20fed03c48
|
chore: auto-update Go modules
|
2026-02-02 00:04:06 +00:00 |
|
|
|
fc36e9bf5c
|
implement eq type/mode/gain/freq/q commands for strip/bus
v0.5.0
|
2026-02-01 22:37:17 +00:00 |
|
|
|
a9110f0986
|
implement strip/bus gate/comp on commands
v0.4.0
|
2026-02-01 15:50:11 +00:00 |
|
|
|
72f43452a8
|
pass pointers to factory methods
|
2026-02-01 15:09:45 +00:00 |
|
|
|
89ab8ee258
|
setup the skeletal structure for Eq, Comp and Gate.
implement strip/bus eq on commands.
|
2026-02-01 15:09:38 +00:00 |
|
|
|
c4a86adf14
|
upd fadeout main lr desc
|
2026-02-01 04:17:55 +00:00 |
|
|
|
1623b53cff
|
headamp gain now accepts a --duration flag for safe gain staging.
v0.3.2
|
2026-02-01 04:15:59 +00:00 |
|
|
|
98e131d4ad
|
reword
|
2026-02-01 03:43:21 +00:00 |
|
|
|
c44413da6b
|
add examples, notes and license to README
v0.3.1
|
2026-02-01 03:37:42 +00:00 |
|
|
|
90839d24a1
|
use baseAddress
|
2026-02-01 03:20:14 +00:00 |
|
|
|
7d521e0111
|
remove LICENSE header from main.go
|
2026-02-01 02:19:29 +00:00 |
|
|
|
625987759f
|
remove methods now implemented in headamp struct
|
2026-02-01 02:07:09 +00:00 |
|
|
|
08b232dcbf
|
use RunE throughout
|
2026-02-01 01:56:03 +00:00 |
|
|
|
0b72556b7e
|
upd readme
|
2026-02-01 01:31:17 +00:00 |
|
|
|
9898c21197
|
add headamp gain and phantom commands
v0.3.0
|
2026-02-01 01:25:47 +00:00 |
|
|
|
64b4be032f
|
use addressMap in strip struct
|
2026-02-01 00:53:32 +00:00 |
|
|
|
d894cc1317
|
add strip/bus name commands
|
2026-02-01 00:50:24 +00:00 |
|