Author: Contra

  • How to use phone dial tone as an interaction controller, and decode DTMF signals

    The first article in 2020, accidentally picked an Old School topic. There was a section in 名探偵コナン 戦慄の楽譜フルスコア(Detective Conan:Full Score of Fear), released ten years ago. Konan was standing in the middle of the water. First, a world wave shot down the phone receiver on the shore, then closed his eyes and shouted loudly. 110…

  • An simple audio visual effect with FFT using MaxMSP – [Patch a dirty #003]

    Source code: https://www.patreon.com/posts/32628536 中文视频B站: https://www.bilibili.com/video/av80746096/ 源代码: 微信公众号/知识星球:实验编程

  • An Christmas tree made with Blender and Python – [Patch a dirty #002]

    Source code: https://www.patreon.com/posts/32589447 中文B站: https://www.bilibili.com/video/av80508766

  • An edge effect filter with MaxMSP – [Patch a dirty #001]

    Source code: https://www.patreon.com/posts/edge-effect-with-32560298 中文B站: https://www.bilibili.com/video/av80303166

  • Drawing anything with Fourier Series using Blender and Python

    Recently, in the Fourier Series chapter of “Coding Druid”, I practiced the visualization of Fourier Series and demonstrated the periodic square wave curve, which can be decomposed into a series of sine wave curves: Above is Python (Blender) version. There are JavaScript (React) version, and Unity version. “Coding Druid” series is my horizontal programming practice notes, each part around a topic like mathematical, physics, electronic, graphics, sound,…

  • Using Blender to run Python and visualizing the Fourier Series

    “Coding Druid” series is my horizontal programming practice notes, each part around a topic like mathematical, physics, electronic, graphics, sound, etc., implemented in several programming languages. Coding DruidPart: MathChapter: Fourier SeriesSection: Python (in Blender) In this Chapter, I have visualized Fourier Series separately using JavaScript (React): and Unity: This section is Python again. Playground options In the note Sine function visualization using Python I…

  • Fourier Series Visualization Using Unity

    “Coding Druid” series is my horizontal programming practice notes, each part around a topic like mathematical, physics, electronic, graphics, sound, etc., implemented in several programming languages. Coding DruidPart: MathChapter: Fourier SeriesSection: Unity In the previous Chapter, I visualized Trigonometric function (Sine and Unit Circle) separately using MaxMSP, JavaScript (React), Python, and Unity: This chapter I implement Fourier Series curve visualization.And Unity this section.When it comes to…

  • BugOSC, an OSC controller based on WeChat Mini Program

    OSC is a commonly used data protocol when transferring data between software and devices. The most common usage scenario is to install an OSC sending software on the mobile phone, install a receiving module on the computer, and then start your performance with hands: In the past, when using OSC on a mobile phone, you…

  • Fourier Series Visualization Using React Hooks

    “Coding Druid” series is my horizontal programming practice notes, each part around a topic like mathematical, physics, electronic, graphics, sound, etc., implemented in several programming languages. Coding DruidPart: MathChapter: Fourier SeriesSection: Javascript (React) In the previous Chapter, I visualized Trigonometric function (Sine and unit circle) separately using MaxMSP, JavaScript (React), Python, and Unity: This chapter I implement Fourier Series curve visualization.And start with JavaScript and…

  • Sine function visualization using Unity3D

    “Coding Druid” series is my horizontal programming practice notes, each part around a topic like mathematical, physics, electronic, graphics, sound, etc., implemented in several programming languages. Coding DruidPart: MathChapter: Trigonometric FunctionSection: Unity3D In the previous three sections, I visualized Trigonometric function (Sine and unit circle) by MaxMSP, JavaScript (React), and Python: Trigonometric function visualization using MaxMSP Sine function…