true-grue / algomusic

Доклад "Ранние приёмы звукового синтеза и алгоритмической композиции на языке Python" для https://yandex.ru/museum/yaretrocomp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algomusic

https://youtu.be/WNs8t5Yjm7o

from traitlets.config.manager import BaseJSONConfigManager
from pathlib import Path
path = Path.home() / ".jupyter" / "nbconfig"
cm = BaseJSONConfigManager(config_dir=str(path))
cm.update(
    "rise",
    {
        "theme": "white",
        "transition": "none",
        "start_slideshow_at": "selected",
     }
)

part1

part2

About

Доклад "Ранние приёмы звукового синтеза и алгоритмической композиции на языке Python" для https://yandex.ru/museum/yaretrocomp

License:MIT License


Languages

Language:Jupyter Notebook 73.3%Language:Python 26.5%Language:Batchfile 0.2%