Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .changeset/settle-inbox-price-and-prose-findings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"catalog": patch
---

Correct the Power Grid Disruptor price and two doubled words

Power Grid Disruptor carried a stale 99.99 USD. Korneff Audio gives the
plugin away: its JSON-LD AggregateOffer reads a zero low and high price
and InStock, and the struck-through 347.99 is a gag anchor on an April
Fools release the maker kept up. The entry now carries a verified zero
with source and asOf, which is what separates a giveaway from a price an
import could not read, so Studio renders "Free" and suppresses the
purchase link instead of quoting a price nobody can pay
(catalog-submissions #64).

Four more Korneff prices were re-read at source and confirmed correct as
they stand, one issue each (catalog-submissions #60, #61, #62 and #63),
so those close with no edit. Shure Level-Loc is the one worth noting: the
store shows 79.99 today, but that is display_price, a live sale, against
a display_regular_price of 149.99. A check reading the JSON-LD alone
publishes only the sale figure, so it would have "confirmed" the wrong
number and retired a correct price.

Two doubled words are fixed, "at at 96 khz" and "set at at 15ips". Both
sit inside wrapped block scalars and neither uses a function word the
earlier sweeps grepped for, which is why 3.66.0 left them: a line-based
scan over the raw file cannot see a pair that straddles a wrap, and this
pass read the parsed YAML values instead. The remaining hits on main are
the fifteen that sweep already judged correct as written, which stand
(catalog-submissions #24).
2 changes: 1 addition & 1 deletion data/content/six-bit-deep-99-kicks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ details: |-
The process was monitored on adam s3x mastering speakers to ensure low-end
precision.

99 kicks with unique character. Wav files at at 96 khz and 44.1khz 24-bit.
99 kicks with unique character. Wav files at 96 khz and 44.1khz 24-bit.
Healthy amounts of headroom (no limiting or unnecessary layering) 100% unique
source sounds created by the enginners at six bit deep (no sampling)
specs: |-
Expand Down
2 changes: 1 addition & 1 deletion data/content/tim-petherick-37j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: "37j by Tim Petherick nebula libraries is soundware (samples or
details: |-
37j by Tim Petherick nebula libraries is soundware (samples or presets that load into other products) for macOS and Windows.

Classic valve tape machine: 4 sample rates. 4 channels sampled set at at 15ips. Special saturation/compression presets with pre-emphasis channel instance and de-emphasis saturation. 2 n3 jpn skins. Hiss wav files.
Classic valve tape machine: 4 sample rates. 4 channels sampled set at 15ips. Special saturation/compression presets with pre-emphasis channel instance and de-emphasis saturation. 2 n3 jpn skins. Hiss wav files.
specs: |-
- 4 sample rates
- 4 channels sampled at 15ips
Expand Down
4 changes: 3 additions & 1 deletion data/software/korneff-audio-power-grid-disruptor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ platforms:
- linux
url: https://korneffaudio.com/product/power-grid-disruptor/
prices:
- amount: 99.99
- amount: 0
currency: USD
asOf: 2026-09-19
source: official-website
description: The Power Grid Disruptor is the answer to dull, lifeless mixes.
Blow up your tracks and the local substation with the latest from Korneff
Audio!
Expand Down
Loading