Альбомы исполнителя
Latent Noise
2023 · сингл
The Last Spell (Original Game Soundtrack)
2023 · альбом
Data Renaissance
2022 · альбом
Object Resurrection
2022 · сингл
Cryptographic Memory
2021 · сингл
Readonly
2021 · сингл
Decompilation
2021 · сингл
Run Away (The Algorithm Remix)
2021 · сингл
Segmentation Fault
2021 · сингл
Interrupt Handler
2021 · сингл
Protocols
2021 · сингл
Among the Wolves (The Algorithm Remix)
2021 · сингл
userspace (Signal Void Remix)
2021 · сингл
dynamic recompilation (DEADLIFE Remix)
2021 · сингл
floating point (Void Chapter Remix)
2020 · сингл
People from the Dark Hill (The Algorithm Remix)
2020 · сингл
Collapse
2018 · сингл
Compiler Optimization Techniques
2018 · альбом
Brute Force: Source Code
2017 · Мини-альбом
Brute Force: Overclock
2016 · Мини-альбом
rootkit (Chiptune Remix)
2016 · сингл
Brute Force (Deluxe Edition)
2016 · альбом
Brute Force
2016 · альбом
floating point (Vaporwave Remix)
2016 · сингл
Похожие исполнители
SikTh
Исполнитель
The Safety Fire
Исполнитель
Vildhjarta
Исполнитель
Scale The Summit
Исполнитель
Chimp Spanner
Исполнитель
TesseracT
Исполнитель
Returning We Hear the Larks
Исполнитель
Corelia
Исполнитель
Last Chance To Reason
Исполнитель
Fellsilent
Исполнитель
Stealing Axion
Исполнитель
Circles
Исполнитель
Periphery
Исполнитель
Uneven Structure
Исполнитель
Monuments
Исполнитель
The Contortionist
Исполнитель
Cilice
Исполнитель
Биография
export default class TheAlgorithm extend Music { producer = "Rémi Gallego"; createdIn = 2009; origin = "France"; genre = "Instrumental synths-driven progressive metal"; socials = [ { name: "Instagram", handle: "thealgorithm_" }, { name: "Twitter", handle: "The_Algorithm" } ]; albums = [ { year: 2018, title: "Compiler Optimization Techniques", label: "FiXT" }, { year: 2016, title: "Brute Force", label: "FiXT" }, { year: 2014, title: "Octopus4", label: "Basick Records" }, { year: 2012, title: "Polymorphic Code", label: "Basick Records" } ]; oui = true; constructor() { super(); } getLiveBand() { const instruments = ["drums", "guitar", "synth", "bass"]; const musicians = [this.producer, "Jean Ferry"]; const location = "Worldwide"; return { instruments, musicians, location }; } getWebsite() { return "https://www.the-algorithm.net"; } getMerchStore() { return user.location === "Europe" ? "https://thealgorithm.8merch.com/" : "https://fixtstore.com/collections/the-algorithm"; } isFrench() { return this.oui; } }