Difference between revisions of "SOUND4 x1.Cloud Versions"
(Added 1.1.14) |
m (→1.1.14) |
||
Line 1: | Line 1: | ||
− | === 1.1.14 === | + | ===1.1.14=== |
(2020-07-16) | (2020-07-16) | ||
Added json API, with HTTP get/post/put. For instance: | Added json API, with HTTP get/post/put. For instance: | ||
− | * load a preset: localhost | + | *load a preset: <nowiki>http://localhost/json/load/Jazz</nowiki> Ligh |
− | * get preset list: localhost | + | *get preset list: <nowiki>http://localhost/json/get/presetlist</nowiki> |
− | * get all possible info: localhost | + | *get all possible info: <nowiki>http://localhost/json/get</nowiki> |
− | * set agc attack to 15: localhost | + | *set agc attack to 15: <nowiki>http://localhost/json/set/preset/agc/attack/15</nowiki> |
===1.1.13=== | ===1.1.13=== |
Revision as of 14:32, 16 July 2020
Contents
1.1.14
(2020-07-16)
Added json API, with HTTP get/post/put. For instance:
- load a preset: http://localhost/json/load/Jazz Ligh
- get preset list: http://localhost/json/get/presetlist
- get all possible info: http://localhost/json/get
- set agc attack to 15: http://localhost/json/set/preset/agc/attack/15
1.1.13
(2020-05-06)
Clean-up AWS_ACCESS vars from env by removing quotes, and extra char at end (CR,LF,TAB,SPC)
1.1.12
(2020-05-06)
Build-chain corrections only.
1.1.11
(2020-05-06)
Use S4_AWS_ACCESS_KEY_ID and S4_AWS_SECRET_ACCESS_KEY by default, to circumvent troubles in AWS environments.
Correct Jazz Light factory
Allow websocket cross-origin
1.1.10
(2020-05-05)
Improved band limiter and lookahead working mode.
1.1.8
(2020-02-12)
Uses RADIO_NAME environment var for licenses.
1.0.33
(2020-01-29)
Support hostnames in command-lines.
1.0.31
(2020-01-17)
Correct Audio format parsing from command-line.
1.0.30
(2020-01-16)
Added R128.
1.0.28
(2019-11-20)
Nice EQ setup in HTML. Many GUI improvements
1.0.5
(2019-11-08)
Improved Preset Import/Export
Lots of GUI improvement.
Sound processing corrections to be closer to card version.
1.0.0
(2019-07-12)
First beta release