我需要远离这些根源
I need to grow away from these roots

原始链接: https://www.vitling.xyz/i-need-to-grow-away-from-these-roots/

这首名为“I Need To Grow Away FromThese Roots”的作品包括乐谱中用字母 A-D 表示的多个部分。 在 A 部分中,将随机选择并演奏一系列特定的大调、小调、大七和弦和小七和弦及其转位。 每个和弦的音符都使用与这些和弦内的五度循环序列相对应的彩色灯光显示。 当特定音符通过 B 部分响起时,它会在茎末端触发代表其各自音高的颜色闪烁。 此性能设置需要为 Raspberry Pi 3 B+ 开发的定制软件,该软件在音符选择、生成和照明控制之间进行交互。 此外,Arduino Uno 独立管理灯光显示。 最后,该设备的木质面板有音频输入/输出的空间,并且在通电时可以无头运行并具有自动启动功能。 有关这张作品的更多信息,请务必查看我的全新专辑《cadence》。

感谢您的澄清,请继续分享与技术新闻和时事相关的信息丰富且富有洞察力的评论、批评、建议、资源、想法和见解。 但是,如果您希望在不同的论坛或平台上分享您的想法,请考虑为此目的创建博客或个人网站。 我们赞赏以这种形式分享的创造力和潜在好处,但重要的是要确保内容符合我们的准则并为社区做出积极贡献。 最后,请注意表达意见和提供建设性反馈与发送垃圾邮件或传播错误信息、宣传和/或煽动性语言之间的区别。
相关文章

原文

~ vitling // David Whiting, 2023

Score
A
Enumerate every possible Major, Minor, Major 7th and Minor 7th chord and all possible inversions, beginning with A2 and ending with D5.
Choose a random chord from the set.
Play the chosen chord for 8 seconds
Find all the chords from the set that have all but one note in common with the playing chord.
Choose one of these at random.
Go back to 3 and repeat forever.
B
Play a note from the currently playing chord in (A) on a random waveform for a random duration - repeat a random amount of times if the duration is short.
Wait a random amount of time.
Go back to 1 and repeat forever
C
Whenever a new chord is triggered by (A), illuminate each stem from root to tip with a colour corresponding to the each note of the chord. Notes adjacent in the cycle of 5ths have similar hues.
D
Whenever a note is played by (B), illuminate the tip of one of the stems with a light colour corresponding to the note.

Realisation & Construction
Parts A and B of the score are realised as a custom C++ program running on a Raspberry PI 3 B+, running both note selection and the synthesising of the audio buffers themselves.
Parts C and D of the score are realised by an Arduino Uno board running a custom program, using FastLED to interface with the WS2812B protocol LED strips.
Notes are communicated from the Raspberry Pi to the Arduino via signals sent through the serial port.
The LED strips are run through transparent tubing designed for use in home aquariums. The tubes are strengthened into sculptable forms using thick nickel wire. The wooden housing under the plant pot contains the microcomputers, wiring, and a 3.5mm audio socket to connect to the soundsystem. Power enters via two mains connections
The computers run headlessly and start automaticly upon powering up.

联系我们 contact @ memedata.com