Monorepo for Aesthetic.Computer aesthetic.computer
at main 66 lines 1.3 kB view raw
1{ 2 "cells": [ 3 { 4 "cell_type": "code", 5 "execution_count": null, 6 "id": "97707d56", 7 "metadata": {}, 8 "outputs": [], 9 "source": [ 10 "%%ac 512 512\n", 11 "(fps 24)\n", 12 "(0.25s (wipe (... red yellow blue)))\n", 13 "(ink green)\n", 14 "(line 0 height/2 width height/2)\n", 15 "(ink red)\n", 16 "(line width/2 0 width/2 height)\n", 17 "(scroll frame frame)" 18 ] 19 }, 20 { 21 "cell_type": "markdown", 22 "id": "fc4fdacb", 23 "metadata": {}, 24 "source": [ 25 "zzzZWAP - 143 BPM\n", 26 "The bass only hits between C and C# BASS\n", 27 "The kick has midi data. KICK\n", 28 "The hits are midi data. HATS\n", 29 "The snare is midi.\n", 30 "cGenerally more muted color.\n" 31 ] 32 } 33 ], 34 "metadata": { 35 "kernelspec": { 36 "display_name": "Python 3", 37 "language": "python", 38 "name": "python3" 39 }, 40 "language_info": { 41 "codemirror_mode": { 42 "name": "ipython", 43 "version": 3 44 }, 45 "file_extension": ".py", 46 "mimetype": "text/x-python", 47 "name": "python", 48 "nbconvert_exporter": "python", 49 "pygments_lexer": "ipython3", 50 "version": "3.13.7" 51 }, 52 "polyglot_notebook": { 53 "kernelInfo": { 54 "defaultKernelName": "csharp", 55 "items": [ 56 { 57 "aliases": [], 58 "name": "csharp" 59 } 60 ] 61 } 62 } 63 }, 64 "nbformat": 4, 65 "nbformat_minor": 5 66}