Skip to content

Commit 5a11557

Browse files
committed
catalog
1 parent c711513 commit 5a11557

File tree

3 files changed

+52
-7
lines changed

3 files changed

+52
-7
lines changed

etc/products.toml

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5211,14 +5211,18 @@ Experience O: Forbes Pipe Organ sampled from the renowned Harold Miossi Hall, at
52115211
"""
52125212

52135213
[piano-in-blue]
5214-
vendor = "cinesamples"
5215-
name = "Piano In Blue"
5216-
size = 10_160
5217-
requires = [ [ "native-instruments-kontakt-player", "6.6.1" ] ]
5214+
vendor = "sonicsmiths"
5215+
name = "Piano In Blue"
5216+
categories = ["vsti.keys"]
5217+
requires = [["native-instruments-kontakt-player","6.6.1"]]
5218+
size = 10160
5219+
url = "https://sonicsmiths.com/products/piano-in-blue"
5220+
demo = "https://www.youtube.com/watch?v=yaHZZMYU-DY"
5221+
price = 69.95
52185222
nks = true
5219-
demo = "https://reaperaccessible.fr/catalog/demos/CineSamples%20-%20Piano%20In%20Blue.mp3"
5220-
description = "Piano In Blue captures the historic sound of the Steinway D Concert Grand piano used at Columbia Records for Miles Davis’ “Kind Of Blue” and Glenn Gould’s “Goldberg Variations,” featuring 8 velocity layers, chromatically sampled, 3 microphone positions (Close/Vintage, Mid, Far), separate processing paths “Tape” and “Direct in”, Neve 8078 console, and over 9300 samples."
5221-
url = "https://store.cinesamples.com/products/piano-in-blue"
5223+
description = """\
5224+
Piano In Blue captures the historic sound of the Steinway D Concert Grand piano used at Columbia Records for Miles Davis’ “Kind Of Blue” and Glenn Gould’s “Goldberg Variations,” featuring 8 velocity layers, chromatically sampled, 3 microphone positions (Close/Vintage, Mid, Far), separate processing paths “Tape” and “Direct in”, Neve 8078 console, and over 9300 samples.\
5225+
"""
52225226

52235227
[rio-grooves]
52245228
vendor = "cinesamples"
@@ -26540,3 +26544,35 @@ Built on the same engine as THE PULSE, refined for speed and clarity, THE PULSE
2654026544

2654126545
It is everything you need to add cinematic rhythm without breaking your flow.\
2654226546
"""
26547+
26548+
[m-tron-pro]
26549+
vendor = "gforce-software"
26550+
name = "M-Tron Pro"
26551+
categories = ["vsti.synthesizer"]
26552+
url = "https://www.gforcesoftware.com/products/m-tron-pro-iv/"
26553+
demo = "https://www.youtube.com/watch?v=pJLuQyUa5JI"
26554+
price = 149.99
26555+
nks = "NKS is provided by third-party products (see links section)"
26556+
description = """\
26557+
GForce‘s M-Tron Pro IV delves into the iconic Mellotron M400, a tape-based keyboard famous for its use in recordings by renowned artists like The Beatles, Led Zeppelin, Radiohead, Oasis, Trent Reznor, Trentemøller, AIR, Nils Frahm, and many others. Its distinct sounds are widely utilised in genres such as progressive rock and indie rock but also lo-fi and hip hop.
26558+
M-Tron Pro has gained significant acclaim as the finest software emulation of the Mellotron, appreciated both by top producers and avid Mellotron enthusiasts. Boasting an extensive 3.5GB sound library, including over 200 tape banks, it provides a wealth of sonic possibilities. The newly enhanced browser simplifies the exploration of this vast library, making M-Tron Pro IV an unparalleled source of inspiration. With its redesigned interface, GForce‘s M-Tron Pro enables effortless and efficient sound customisation, allowing you to shape the sounds according to your creative ideas.\
26559+
"""
26560+
os = ["windows","mac_intel","mac_arm"]
26561+
[m-tron-pro.additional_links]
26562+
"NKS Snapshots" = "https://freelancesoundlabs.com/product/id:3914/downloads/gforce-software/nks-library-gforce-m-tron-pro-iv/"
26563+
26564+
[glade]
26565+
vendor = "audio-imperia"
26566+
name = "Glade"
26567+
categories = ["vsti.ethnic","vsti.percussion","vsti.strings","vsti.vocal","vsti.woodwinds"]
26568+
requires = [["native-instruments-kontakt-player","7.10.9"]]
26569+
size = 12507
26570+
url = "https://www.audioimperia.com/product/glade/"
26571+
demo = "https://www.youtube.com/watch?v=JRvAuuULTjs"
26572+
price = 0
26573+
nks = true
26574+
description = """\
26575+
Glade is a fully featured, professionally recorded instrument available free of charge to composers who want to start writing music today. It fuses world color with symphonic craft into a playable toolkit for expression.
26576+
Use macros to sculpt color and define contour, then drop into the instrument patches when you need a precise workflow. Layer strings, winds, voices, and organic percussion to discover new harmonies and timbres.
26577+
It is lightweight to load, mix-ready out of the box, and works in the free Kontakt Player. Glade moves sketches to finished ideas in minutes and feels at home in film cues, trailers, games, pop toplines, and electronic soundscapes. Traditional when you need it, adventurous when you want it.\
26578+
"""

etc/vendors.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,3 +835,11 @@ url = "https://metasonica.net/"
835835
[neural-dsp]
836836
name = "Neural DSP"
837837
url = ""
838+
839+
[gforce-software]
840+
name = "GForce Software"
841+
url = "https://www.gforcesoftware.com/"
842+
843+
[sonicsmiths]
844+
name = "Sonicsmiths"
845+
url = "https://sonicsmiths.com/"

scripts/import-reaperaccessible.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const IGNORED_PRODUCTS: [string, string][] = [
1313
["cinesamples", "cineperc-pro"],
1414
["cinesamples", "continuum-guitars-2"],
1515
["cinesamples", "keyboard-in-blue"],
16+
["cinesamples", "piano-in-blue"],
1617
]
1718

1819
const downloadSource = async () => {

0 commit comments

Comments
 (0)