Compare commits

..

2 Commits

Author SHA1 Message Date
134a7e32ec [obsidian] vault backup: 2025-06-14 10:36:16[
All checks were successful
Build / build (push) Successful in 8m39s
2025-06-14 10:36:16 -04:00
cbef252c70 [obsidian] vault backup: 2025-06-14 09:36:14[ 2025-06-14 09:36:14 -04:00
11 changed files with 469 additions and 44804 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.25.0"
"version": "2.33.0"
}

View File

@@ -39,6 +39,10 @@
margin-right: auto;
}
.obsidian-git-disabled {
opacity: 0.5;
}
.obsidian-git-center-button {
display: block;
margin: 20px auto;
@@ -560,3 +564,42 @@
display: none;
}
}
.git-unified-diff-view,
.git-split-diff-view .cm-deletedLine .cm-changedText {
background-color: #ee443330;
}
.git-unified-diff-view,
.git-split-diff-view .cm-insertedLine .cm-changedText {
background-color: #22bb2230;
}
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
}
.git-obscure-prompt[git-is-obscured="false"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye-off"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"></path><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"></path><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"></path><path d="m2 2 20 20"></path></svg>');
}
/* Override styling of Codemirror merge view "collapsed lines" indicator */
.git-split-diff-view .ͼ2 .cm-collapsedLines {
background: var(--interactive-normal);
border-radius: var(--radius-m);
color: var(--text-accent);
font-size: var(--font-small);
padding: var(--size-4-1) var(--size-4-1);
}
.git-split-diff-view .ͼ2 .cm-collapsedLines:hover {
background: var(--interactive-hover);
color: var(--text-accent-hover);
}

View File

@@ -0,0 +1,10 @@
---
date: 2025-06-14 09:40
---
#person
Augmented Instrument Lab
https://instrumentslab.org/

16
content/DIPS.md Normal file
View File

@@ -0,0 +1,16 @@
---
date: 2025-06-14 10:27
---
#programming
[[莱孝之]] [[松田周]] らによって作成
[DIPS for Max](https://dips.kcm-sd.ac.jp/)
[[Max]]のビジュアライズ関連のパッケージ
[Digital Image Processing with Sound - Wikipedia](https://en.wikipedia.org/wiki/Digital_Image_Processing_with_Sound)
[[Jitter]]が出る前にOpenGLとダイレクトに繋ぐパッケージだったのかな
[Max/MSP/DIPS Akihiko Matsumoto Blog](https://akihikomatsumoto.com/blog/?p=442)

View File

@@ -518,5 +518,48 @@ Morse music for LoftSkevtaStodin
LLMのトークンツリーの代わりにモールスツリーみたいなものを作る
---
## Cloud Conversations Virtually Recreating the Musical Resonances of Costa Rican Outdoor Performance Spaces
[[Omar Shabbar]]
[[Barry Blesser]] Proto and Meta Instruments
[Spaces Speak, Are You Listening?: Experiencing Aural Architecture | Books Gateway | MIT Press](https://direct.mit.edu/books/book/2407/Spaces-Speak-Are-You-Listening-Experiencing-Aural)
## Frescobaldi^2: applying historical split-key keyboard models to modern electronic organs
[Organon - Frescobaldi^2: enharmonic keyboard enhancement - YouTube](https://www.youtube.com/watch?v=4jnMXSNvYh8)
キーボードに追加できる鍵盤
磁石とホールセンサーでやってるらしい
[[Andrew McPherson]]の[[TouchKey]]とかと似てるのは
---
## Noise and Buttons
[[Michael Gaspari]]
Neurodiverityな人のための音楽教育アプリ
何が一番アクセシブルなインターフェースだろうか→ボタン
4つのボタンだけで、行ける限り複雑なシンセサイザーのコントロールを得る
- 赤:テンポ
- 黄:リズム
- 緑:音色
- 青:ハーモニー
## Developing Max Objects for Mocopi: New Motion Capture System
[[莱孝之]]
[[DIPS]](Digital Image Proceing with Sound)元々jMax用に作られて、Maxで使えるビジュアライゼーションシステムがある

16
content/Scheme for Max.md Normal file
View File

@@ -0,0 +1,16 @@
---
date: 2025-06-14 09:38
---
#computermusic
[[Max]]で[[Scheme]]を使ってアルゴリズミックコンポジションをするためのパッケージ
[GitHub - iainctduncan/scheme-for-max: Max/MSP external for scripting and live coding Max with s7 Scheme Lisp](https://github.com/iainctduncan/scheme-for-max)
[Learn Scheme For Max — Learn Scheme For Max and s7 Scheme 0.1 documentation](https://iainctduncan.github.io/learn-scheme-for-max/index.html)
[Scheme For Max - Documentation — Scheme For Max 0.1 documentation](https://iainctduncan.github.io/scheme-for-max-docs/)
[Scheme for Max Sequencing Toolkit — Scheme for Max Sequencing Toolkit 1.0 documentation](https://iainctduncan.github.io/s4m-stk/)

4
content/Scheme.md Normal file
View File

@@ -0,0 +1,4 @@
---
date: 2025-06-14 09:38
---
#stub

View File

@@ -4,9 +4,10 @@ date: 2025-06-09 09:03
#computermusic
[Somax2 | STMS Lab](https://www.stms-lab.fr/projects/pages/somax2/)
[somax2 \[Music Representations Team\]](http://repmus.ircam.fr/somax2)
Voyagerというシステムの後継
OMaxや Voyagerというシステムの後継
Real-Time Instrumental Playing Technique(IPT) Recognition

11
content/TouchKey.md Normal file
View File

@@ -0,0 +1,11 @@
---
date: 2025-06-14 09:42
---
#instrument #computermusic
[TouchKeys](https://instrumentslab.org/research/touchkeys.html)
by [[Andrew McPherson]]

4
content/莱孝之.md Normal file
View File

@@ -0,0 +1,4 @@
---
date: 2025-06-14 10:29
---
#stub