Skip to content

Commit 618c7a8

Browse files
authored
Add files via upload
1 parent 8dcb052 commit 618c7a8

2 files changed

Lines changed: 484 additions & 0 deletions

File tree

ReadMe.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Color to Waveform 1.0.0
2+
3+
The purpose of the program is to convert a color to a waveform you can use as a synthesizer oscillator inside a DAW such as FL Studio from Image Line. Many synths have an option to load your own waveform, to replace the basic saw, square and sine waveforms commonly used to create synth sounds. The waveform generated by the program will correspond to the subliminal synesthetic sensation of the selected color. You can create your own synth instruments to use in a track using color as a base.
4+
5+
See following links for more explanations about this phenomenon:
6+
7+
https://fonazzastent.wordpress.com/muzak-production-manual/
8+
https://fonazzastent.wordpress.com/color/
9+
https://fonazzastent.wordpress.com/sound-production-manual/
10+
11+
Unzip the archive to a folder, run the executable. The Windows executable will run on Windows systems with no addition software needed. If you want to run or compile the Python source code, you must install Python (www.python.org). The Python script also requires the Pydub libray and the FFMPEG codecs. Install them through the following commands inside a command line shell such as Windows Command Prompt or PowerShell (hotkey+R and enter "CMD" or "Powershell"):
12+
13+
pip install pydub
14+
pip install python-ffmpeg or pip install ffmpeg
15+
16+
Download FFMPEG from https://www.ffmpeg.org/download.html and install it.
17+
After you installed FFMPEG, you must add it to your PATH environment variable:
18+
19+
Go to Settings, About, Advanced System Settings, Environment Variables, User Variables
20+
Click on "Path", Edit, New
21+
Copy path of folder where you installed FFMPEG, paste to the "path" textfield. Click OK.
22+
23+
Instructions:
24+
25+
Click on the color frame or CTRL-C or File-Choose Color to open the color chooser window. Pick your color with the mouse, or input Red/Green/Blue or Hue/Saturation/Lightness values. Click OK. The frame will display your color. Now click on File-Generate Waveform or CTRL-W to generate the waveform. A file dialog will open. Choose as folder and a file name for your waveform. You can now load this waveform in the synth oscillator to create an instrument of the selected color.

0 commit comments

Comments
 (0)