This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta name="viewport" | |
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/> | |
<title>PsyForge Kaleidoscope — 4-Button UI + 4-Image Decks + Warp</title> | |
<style> | |
:root{ | |
--fg:#eafff4; --muted:#9fd0c0; --line:#0f1a18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta name="viewport" | |
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/> | |
<title>PsyForge Kaleidoscope — Laptop Mouse OK + Clearable Deck Slots (Fix)</title> | |
<style> | |
:root{ | |
--fg:#eafff4; --muted:#9fd0c0; --line:#0f1a18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta name="viewport" | |
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/> | |
<title>PsyForge Kaleidoscope — Laptop Mouse OK + Clearable Deck Slots (Fix)</title> | |
<style> | |
:root{ | |
--fg:#eafff4; --muted:#9fd0c0; --line:#0f1a18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta name="viewport" | |
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/> | |
<title>PsyForge Kaleidoscope — Laptop Mouse OK + Clearable Deck Slots (Fix)</title> | |
<style> | |
:root{ | |
--fg:#eafff4; --muted:#9fd0c0; --line:#0f1a18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/> | |
<title>PsyForge — DJ Decks (Hide next to Master)</title> | |
<style> | |
:root{ | |
--psy-green:#16ff64; --psy-deep:#052; --ink:#eafff4; --line:#173a29; | |
--bg1:#081411; --bg2:#0a1714; --rad:14px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/> | |
<title>PsyForge — DJ Decks (Hide next to Master)</title> | |
<style> | |
:root{ | |
--psy-green:#16ff64; --psy-deep:#052; --ink:#eafff4; --line:#173a29; | |
--bg1:#081411; --bg2:#0a1714; --rad:14px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ===== H-SlideBar — horizontal note + upward bend + bank + fx + loop + rec ===== --> | |
<script> | |
(() => { | |
if (document.getElementById('hsb-host')) return; | |
const host = document.createElement('div'); | |
host.id = 'hsb-host'; | |
host.style.all = 'initial'; | |
host.style.position = 'fixed'; | |
host.style.zIndex = '2147483647'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<!-- disable zoom to kill double-tap zoom on iOS --> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/> | |
<title>Kaleidoscope — Touch-Locked</title> | |
<style> | |
:root{ | |
--fg:#eafff4; --muted:#9fd0c0; --line:#0f1a18; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ===== SlideForge XL — 2D Slide + Bank + FX + Loop + Record-All ===== --> | |
<script> | |
(() => { | |
if (document.getElementById('sf-host')) return; | |
/* ---------- Shadow host ---------- */ | |
const host = document.createElement('div'); | |
host.id = 'sf-host'; | |
host.style.all = 'initial'; | |
host.style.position = 'fixed'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ===== SlideForge XL — 2D Slide + Bank + FX + Loop + Record-All ===== --> | |
<script> | |
(() => { | |
if (document.getElementById('sf-host')) return; | |
/* ---------- Shadow host ---------- */ | |
const host = document.createElement('div'); | |
host.id = 'sf-host'; | |
host.style.all = 'initial'; | |
host.style.position = 'fixed'; |
NewerOlder