aliases:
tags:
- Type/Source/Audio/Music
- proto
from:
- "[[Consilience in Recursion, Sublation, Dialectics, Emergence, Non-linearity, Lateral Thinking, Meta, Intension, Feedback Loops, etc.]]"
related:
- "[[Edith Piaf]]"
contra:
to:
by:
- "[[Hans Zimmer]]"
rating:
status:
dateCreated: 2023-09-07, 12:50
dateModified: 2023-10-30, 11:02
version: 1
publish: true
![]() |
Inception: Music from the Motion Picture is the soundtrack to the 2010 film of the same name directed by Christopher Nolan, released under Reprise Records on July 13, 2010. Hans Zimmer scored the film, marking his third collaboration with Nolan following Batman Begins and The Dark Knight. |
---|---|
wikipedia:: Inception (soundtrack) |
For inspiration, Zimmer read Gödel, Escher, Bach: An Eternal Golden Braid by Douglas Hofstadter because it combined "the idea of playfulness in mathematics and playfulness in music".[2] Zimmer did not assemble a temp score but "every now and then they would call and say 'we need a little something here.' But that was OK because much of the music pieces aren't that scene-specific. They fall into little categories".[2] While writing the screenplay, Nolan wrote in Édith Piaf's "Non, je ne regrette rien" but almost took it out when he cast Marion Cotillard, who had just completed an Oscar-winning turn as Piaf in the 2007 film La Vie en rose. Zimmer convinced Nolan to keep it in the film and also integrated elements of the song into his score;[3] in particular, the film's iconic brass instrument fanfare resembles a slowed-down version of the song's instrumentation.
= this.file.name
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC