Sessions Kasina – Pack Complet (Énergisant, Psychédélique Doux, Sommeil, Voyage)

Pack complet de sessions Kasina (.KBS)

Voici quatre sessions entièrement personnalisées pour appareils
Kasina / Limina, chacune avec plusieurs segments, progression et atmosphères différentes.

https://kasina.streamlit.app

1
2
3
4
5

## 🎧 1. Sessions individuelles (fichiers séparés)

- **Énergisante**
👉 [energisant.kbs](sandbox:/mnt/data/energisant.kbs)

Kasina Energizing Session

ColorControlMode: 3
GlobalColorSet: 1

Segment 1 – Préparation (Alpha → High Alpha)

Time: 45.0
Beat: 10.0
L_Pitch: 120.0
R_Pitch: 130.0
L_Phase: 50
S_Phase: 50
L_AMDepth: 70
S_AMDepth: 40
Bright: 60
Vol: 55
SndWF: Sine
SndModWF: Sine
LgtModWF: Saw_Up
Red: 70
Green: 40
Blue: 20

Segment 2 – Activation (High Alpha → Beta)

Time: 60.0
Beat: 14.0
L_Pitch: 180.0
R_Pitch: 194.0
L_AMDepth: 90
S_AMDepth: 60
Bright: 80
Vol: 70
SndWF: Saw_Down
SndModWF: Triangle
LgtModWF: Triangle
Red: 80
Green: 60
Blue: 10

Segment 3 – Focus (Beta élevé)

Time: 75.0
Beat: 18.0
L_Pitch: 220.0
R_Pitch: 238.0
L_AMDepth: 100
S_AMDepth: 70
Bright: 100
Vol: 80
SndWF: Square
SndModWF: Sine
LgtModWF: Square
LgtModPW: 40
Red: 100
Green: 80
Blue: 20

1
2
3
4


- **Psychédélique Doux**
👉 [psychedelique_doux.kbs](sandbox:/mnt/data/psychedelique_doux.kbs)

Kasina Psychedelic Soft Session

ColorControlMode: 3

Segment 1 – Ondes Alpha liquides

Time: 60.0
Beat: 8.0
L_Pitch: 140.0
R_Pitch: 148.0
L_AMDepth: 80
S_AMDepth: 20
Bright: 50
Vol: 35
SndWF: Sine
SndModWF: Sine
LgtModWF: Sine
Red: 40
Green: 80
Blue: 100

Segment 2 – Expansion visuelle

Time: 90.0
Beat: 6.0
L_Pitch: 200.0
R_Pitch: 206.0
L_AMDepth: 95
S_AMDepth: 30
Bright: 70
Vol: 40
SndWF: Triangle
SndModWF: Saw_Up
LgtModWF: Saw_Down
Red: 70
Green: 20
Blue: 100

Segment 3 – Phase psychédélique douce

Time: 120.0
Beat: 5.0
L_Pitch: 102.0
R_Pitch: 107.0
L_AMDepth: 100
S_AMDepth: 50
Bright: 90
Vol: 55
SndWF: Pink_Noise
SndModWF: Sine
LgtModWF: Triangle
Red: 90
Green: 40
Blue: 80

1
2
3

- **Sommeil Profond**
👉 [sommeil_profond.kbs](sandbox:/mnt/data/sommeil_profond.kbs)

Kasina Deep Sleep Session

ColorControlMode: 3

Segment 1 – Transition Beta → Alpha

Time: 90.0
Beat: 10.0
L_Pitch: 120.0
R_Pitch: 130.0
L_AMDepth: 40
S_AMDepth: 20
Bright: 30
Vol: 25
SndWF: Sine
LgtModWF: Sine
Red: 10
Green: 40
Blue: 80

Segment 2 – Transition Alpha → Theta

Time: 120.0
Beat: 7.0
L_Pitch: 100.0
R_Pitch: 107.0
L_AMDepth: 30
S_AMDepth: 20
Bright: 20
Vol: 20
SndWF: Triangle
LgtModWF: Triangle
Red: 5
Green: 20
Blue: 60

Segment 3 – Sommeil profond (Delta)

Time: 180.0
Beat: 3.5
L_Pitch: 80.0
R_Pitch: 83.5
L_AMDepth: 10
S_AMDepth: 10
Bright: 5
Vol: 10
SndWF: Sine
LgtModWF: Sine
Red: 2
Green: 8
Blue: 20

1
2
3

- **Voyage Intérieur**
👉 [voyage_interieur.kbs](sandbox:/mnt/data/voyage_interieur.kbs)

Kasina Inner Journey Session

ColorControlMode: 3

Segment 1 – Ouverture (Alpha → Theta)

Time: 75.0
Beat: 7.5
L_Pitch: 140.0
R_Pitch: 147.5
L_AMDepth: 80
S_AMDepth: 40
Bright: 50
Vol: 50
SndWF: Sine
SndModWF: Triangle
LgtModWF: Triangle
Red: 50
Green: 10
Blue: 90

Segment 2 – Descent (Theta profond)

Time: 120.0
Beat: 5.0
L_Pitch: 110.0
R_Pitch: 115.0
L_AMDepth: 100
S_AMDepth: 50
Bright: 70
Vol: 60
SndWF: Pink_Noise
SndModWF: Saw_Down
LgtModWF: Saw_Up
Red: 90
Green: 20
Blue: 40

Segment 3 – Trance intérieure (Theta-Delta mix)

Time: 180.0
Beat: 4.0
L_Pitch: 90.0
R_Pitch: 94.0
L_AMDepth: 100
S_AMDepth: 60
Bright: 80
Vol: 65
SndWF: Triangle
SndModWF: Sine
LgtModWF: Square
LgtModPW: 30
Red: 80
Green: 40
Blue: 10

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400

---

## 📦 2. Pack ZIP complet

Télécharge toutes les sessions dans un seul fichier :

👉 **[sessions_kasina_pack.zip](sandbox:/mnt/data/sessions_kasina_pack.zip)**

---

## ℹ️ Détails techniques

Chaque session contient :

- 3 segments progressifs
- couleurs dynamiques RGB
- modulation lumière/son synchronisée
- rampings binauraux cohérents
- formats conformes à KBS pour MindPlace Kasina / Limina

---
---
title: Simulation Kasina + Sessions KBS + Pack ZIP
date: 2025-11-23
tags:
- kasina
- kbs
- neurotech
- binaural
- stimulation-visuelle
---

# Simulation fidèle Kasina (Gauche/Droite)

Cette animation reproduit la logique réelle de stimulation lumineuse du **MindPlace Kasina / Limina**, avec :

- deux panneaux lumineux (Gauche / Droite)
- alternance sinusoïdale
- fréquence 8 Hz
- déphasage G/D parfait
- alpha hypnagogique réaliste

Téléchargement :

👉 **[kasina_simulation.gif](sandbox:/mnt/data/kasina_simulation.gif)**

---

# Sessions KBS complètes

Des sessions prêtes à l’emploi, conformes au format officiel KBS
(schéma technique cité ci-dessous :
:contentReference[oaicite:0]{index=0} )

## 1. Session Énergisante
👉 [energisant.kbs](sandbox:/mnt/data/energisant.kbs)

## 2. Session Psychédélique Doux
👉 [psychedelique_doux.kbs](sandbox:/mnt/data/psychedelique_doux.kbs)

## 3. Session Sommeil Profond
👉 [sommeil_profond.kbs](sandbox:/mnt/data/sommeil_profond.kbs)

## 4. Session Voyage Intérieur
👉 [voyage_interieur.kbs](sandbox:/mnt/data/voyage_interieur.kbs)

---

# Pack complet au format ZIP

Les quatre sessions KBS réunies dans une seule archive :

👉 **[sessions_kasina_pack.zip](sandbox:/mnt/data/sessions_kasina_pack.zip)**

---

# Description technique du format KBS

Les fichiers générés respectent les spécifications officielles :
:contentReference[oaicite:1]{index=1}

Principes clés :

- Sessions composées de **segments**
- Chaque segment définit :
- fréquence (Beat)
- pitch gauche/droite (binaural)
- modulations (L_AMDepth, S_AMDepth)
- luminosité (Bright)
- volume (Vol)
- formes d’onde (Sine, Triangle, Square, Saw Up, Saw Down, Pink Noise)
- couleurs RGB ou ColorSets
- transitions interpolées entre segments

---

# Simulation programmée : détails

Animations générées via :

- modulation sinusoïdale `sin(2π f t)`
- alternance G/D :
- Gauche = (sin + 1) / 2
- Droite = (1 – sin) / 2
- fréquence : 8 Hz
- rendu : 20 FPS
- export GIF compatible navigateur & HexoJS

---

# Contact
---
title: Pack Kasina Complet — Sessions Longues + Animations
date: 2025-11-23
tags:
- kasina
- kbs
- dreammachine
- stimulation
- light-sound
- cybermind
---

# Pack Kasina Complet
## Sessions longues (.KBS) + Animations GIF HD

Ce pack inclut :

- 4 sessions longues (20 / 60 / 120 / 20 minutes)
- 4 animations GIF HD (style organique + fractal, pulsation synchronisée au Beat)
- téléchargement individuel ET pack ZIP global

---

# 🎧 Sessions longues (.KBS)

## 1. Énergisant — 20 min
Beat principal : 10–16 Hz
➡️ [Télécharger energisant_20min.kbs](sandbox:/mnt/data/energisant_20min.kbs)

## 2. Psychédélique doux — 60 min
Beat : 8 → 6 → 5 Hz + morphing
➡️ [Télécharger psychedelique_60min.kbs](sandbox:/mnt/data/psychedelique_60min.kbs)

## 3. Sommeil profond — 120 min
Alpha → Theta → Delta → Fade-out
➡️ [Télécharger sommeil_120min.kbs](sandbox:/mnt/data/sommeil_120min.kbs)

## 4. Voyage intérieur — 20 min
Theta d’accès → Trance → Retour doux
➡️ [Télécharger voyage_20min.kbs](sandbox:/mnt/data/voyage_20min.kbs)

---

# 🎨 Animations GIF (HD)

Ces GIF visualisent les pulsations lumineuses synchronisées au Beat de chaque session.
Style choisi : **C + A** (organique + fractal, Kasina + DreamMachine).

## Énergisant
➡️ [energisant.gif](sandbox:/mnt/data/energisant.gif)

## Psychédélique doux
➡️ [psychedelique.gif](sandbox:/mnt/data/psychedelique.gif)

## Sommeil profond
➡️ [sommeil.gif](sandbox:/mnt/data/sommeil.gif)

## Voyage intérieur
➡️ [voyage.gif](sandbox:/mnt/data/voyage.gif)

---

# 📦 Pack ZIP global

Télécharge toutes les sessions + GIF dans un seul fichier :

➡️ **[kasina_full_package.zip](sandbox:/mnt/data/kasina_full_package.zip)**

---

# 📘 Notes techniques

Conforme au format Kasina KBS :
- segments à interpolation dynamique
- Waveforms : Sine, Triangle, Saw, Square
- L_AMDepth / S_AMDepth modulés
- Bright & Vol avec rampings
- RGB personnalisés
- fréquence Beat en Hz
- structure multi-segments longue durée

Documentation de référence :
*KASINA BASIC SESSION FORMAT* :contentReference[oaicite:0]{index=0}

---

# © Cyberm00d — Systèmes Multisensoriels

Généré automatiquement par ChatGPT
---
import streamlit as st
import pandas as pd
import numpy as np
import io
import datetime
import json
import os
from PIL import Image, ImageDraw

# ============================================================
# CYBERM00D • KASINA STUDIO PRO
# ============================================================
# - Générateur .KBS multi-segments
# - Prévisualisation DreamMachine + Kasina
# - Templates automatiques (Énergisant, Psychédélique, Sommeil, Voyage)
# - Sessions longues (10, 20, 60, 120 min)
# - Branding professionnel
# ============================================================

st.set_page_config(page_title="CYBERM00D • KASINA STUDIO PRO",
page_icon="✨",
layout="wide")

# === BRANDING HEADER ===
st.markdown("""
# **CYBERM00D — KASINA STUDIO PRO**
### Générateur professionnel de sessions AVS (.KBS), avec prévisualisation psychédélique.
---
""")

# ============================================================
# FUNCTIONS
# ============================================================

def generate_preview_frame(beat, rgb, waveform):
"""Simple Kasina + DreamMachine style preview frame."""
img = Image.new("RGB", (600, 600), (0, 0, 0))
draw = ImageDraw.Draw(img)

r, g, b = rgb

# Pulsation basée sur beat
pulse = int(128 + 127 * np.sin(datetime.datetime.now().timestamp() * beat))

# Disk center
cx, cy = 300, 300

# DreamMachine pattern
for radius in range(50, 280, 20):
color = (int(r * (radius/280)), int(g * (radius/280)), int(b * (radius/280)))
draw.ellipse((cx-radius, cy-radius, cx+radius, cy+radius), outline=color, width=4)

# Kasina pulse
pr = int(40 + pulse * 0.2)
draw.ellipse((cx-pr, cy-pr, cx+pr, cy+pr), fill=(r, g, b))

return img


def generate_kbs_file(global_cfg, segments):
"""Builds a valid KBS file."""
buffer = io.StringIO()
buffer.write(f"# Generated by CYBERM00D KASINA Studio PRO — {datetime.datetime.now()}\n")

# Global parameters
buffer.write(f"ColorControlMode: {global_cfg['color_control_mode']}\n")
buffer.write(f"GlobalColorSet: {global_cfg['global_colorset']}\n\n")

# Segments
for i, seg in enumerate(segments):
buffer.write(f"# Segment {i+1}\n")
for k, v in seg.items():
buffer.write(f"{k}: {v}\n")
buffer.write("\n")

return buffer.getvalue().encode("utf-8")


# ============================================================
# TEMPLATES (4 official CYBERM00D base sessions)
# ============================================================

templates = {
"Énergisant": [
{"Time": 45, "Beat": 10, "L_Pitch": 120, "R_Pitch": 130,
"L_AMDepth": 70, "S_AMDepth": 40, "Bright": 60, "Vol": 50,
"SndWF": "Saw_Up", "SndModWF": "Sine", "LgtModWF": "Triangle",
"Red": 90, "Green": 50, "Blue": 20},
],

"Psychédélique doux": [
{"Time": 60, "Beat": 8, "L_Pitch": 140, "R_Pitch": 148,
"L_AMDepth": 90, "S_AMDepth": 20, "Bright": 70, "Vol": 40,
"SndWF": "Sine", "SndModWF": "Triangle", "LgtModWF": "Sine",
"Red": 40, "Green": 80, "Blue": 100},
],

"Sommeil profond": [
{"Time": 120, "Beat": 4, "L_Pitch": 100, "R_Pitch": 104,
"L_AMDepth": 30, "S_AMDepth": 10, "Bright": 20, "Vol": 20,
"SndWF": "Triangle", "SndModWF": "Sine", "LgtModWF": "Sine",
"Red": 10, "Green": 20, "Blue": 60},
],

"Voyage intérieur": [
{"Time": 90, "Beat": 6, "L_Pitch": 140, "R_Pitch": 146,
"L_AMDepth": 80, "S_AMDepth": 40, "Bright": 50, "Vol": 50,
"SndWF": "Sine", "SndModWF": "Saw_Down", "LgtModWF": "Triangle",
"Red": 70, "Green": 10, "Blue": 90},
],
}

# ============================================================
# SIDEBAR — GLOBAL CONTROLS
# ============================================================

st.sidebar.title("⚙️ Paramètres globaux")

color_control_mode = st.sidebar.selectbox(
"Color Control Mode", [0, 1, 2, 3], index=3
)

global_colorset = st.sidebar.number_input("Global ColorSet", 1, 16, 1)

session_length = st.sidebar.selectbox(
"Durée automatique de session (optionnel)",
["Aucune", "10 min", "20 min", "60 min", "120 min"]
)

template_choice = st.sidebar.selectbox(
"Template automatique CYBERM00D",
["Aucun"] + list(templates.keys())
)

st.sidebar.markdown("---")

# ============================================================
# SEGMENTS TABLE
# ============================================================

st.subheader("🧩 Segments de la session")

if template_choice != "Aucun":
st.info(f"Template actif : **{template_choice}**")
segments = templates[template_choice].copy()
else:
segments = []

if st.button("Ajouter un segment"):
segments.append({
"Time": 60, "Beat": 8, "L_Pitch": 110, "R_Pitch": 118,
"L_AMDepth": 80, "S_AMDepth": 20, "Bright": 60, "Vol": 50,
"SndWF": "Sine", "SndModWF": "Sine", "LgtModWF": "Sine",
"Red": 50, "Green": 50, "Blue": 50
})

# Display editable table
df = pd.DataFrame(segments)
edited_df = st.data_editor(df)
segments = edited_df.to_dict("records")

# ============================================================
# PREVIEW
# ============================================================

st.subheader("👁️ Prévisualisation DreamMachine + Kasina")

if segments:
seg = segments[0]
img = generate_preview_frame(
beat=seg["Beat"],
rgb=(seg["Red"], seg["Green"], seg["Blue"]),
waveform=seg["LgtModWF"]
)
st.image(img, caption="Prévisualisation dynamique (premier segment)")

# ============================================================
# EXPORT
# ============================================================

st.markdown("---")
st.subheader("📦 Export")

if st.button("Générer le fichier KBS"):
global_cfg = {
"color_control_mode": color_control_mode,
"global_colorset": global_colorset
}

kbs_data = generate_kbs_file(global_cfg, segments)

st.download_button(
"💾 Télécharger session.kbs",
data=kbs_data,
file_name="session.kbs"
)

st.success("Fichier KBS généré avec succès !")

Généré automatiquement par ChatGPT, simulations techniques incluses.

Généré automatiquement par ChatGPT.