Skip to content

Commit 845e958

Browse files
authored
Add files via upload
1 parent b5e4257 commit 845e958

2 files changed

Lines changed: 681 additions & 0 deletions

File tree

ReadMe.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Color to Waveform 1.1.1
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 are provided with 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.com/synesthesia/
8+
https://fonazzastent.com/color/
9+
https://fonazzastent.com/overview/
10+
11+
Unzip the archive to a folder, run the executable. The Windows executable will run on Windows systems with no additional 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 Alt-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. You can also input the HEX code of your color into the HEX field and press Enter or click on the "Set Color" button. The frame will display your color. Now click on File-Generate Waveform or Alt-W to generate the waveform. A file dialog will open. Choose as folder and a file name for your waveform. The default filename is the HEX code of your color. You can now load this waveform into the synth oscillator to create an instrument of the selected color.
26+
27+
New in this version:
28+
29+
- Help and About windows added

0 commit comments

Comments
 (0)