Skip to content

Commit 3bdd73f

Browse files
Added source code of v0.0.2.1.0.7
1 parent e7a3f27 commit 3bdd73f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3979
-386
lines changed
166 KB
Binary file not shown.

doc/Interactive Demo/Demo Manual.pdf

166 KB
Binary file not shown.

doc/Interactive Demo/S2L Demo.s2l

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
[General]
2+
agcEnabled=true
3+
changedAt=Mi. Sep. 14 18:52:14 2016
4+
consoleType=Eos
5+
dbConversion=false
6+
fftCompression=1
7+
fftGain=3.4759669303894043
8+
formatVersion=1
9+
lowSoloMode=false
10+
version=0.0.2.1.0.6
11+
waveformVisible=true
12+
13+
[bass]
14+
maxHold=0
15+
midFreq=118
16+
offDelay=0
17+
onDelay=0
18+
osc\labelText=Cue 1
19+
osc\levelMessage=
20+
osc\maxLevelValue=1
21+
osc\minLevelValue=0
22+
osc\offMessage=/eos/user/<USER>/cue/1/2/fire
23+
osc\onMessage=/eos/user/<USER>/cue/1/1/fire
24+
threshold=0.17600537909836067
25+
width=0.10000000000000001
26+
27+
[bpm]
28+
Active=true
29+
Min=0
30+
osc\0=/eos/user/0/newcmd/Effect/1/BPM/<BPM1>/#
31+
osc\count=1
32+
33+
[envelope]
34+
maxHold=0
35+
midFreq=100
36+
offDelay=2
37+
onDelay=0.5
38+
osc\labelText=
39+
osc\levelMessage=
40+
osc\maxLevelValue=1
41+
osc\minLevelValue=0
42+
osc\offMessage=
43+
osc\onMessage=
44+
threshold=0.10000000000000001
45+
width=0.050000000000000003
46+
47+
[hiMid]
48+
maxHold=0
49+
midFreq=1621
50+
offDelay=0
51+
onDelay=0
52+
osc\labelText=Channel 1
53+
osc\levelMessage="/eos/user/<USER>/chan/1="
54+
osc\maxLevelValue=100
55+
osc\minLevelValue=0
56+
osc\offMessage=
57+
osc\onMessage=
58+
threshold=0.49431139002732238
59+
width=0.10000000000000001
60+
61+
[high]
62+
maxHold=0
63+
midFreq=5000
64+
offDelay=0
65+
onDelay=0
66+
osc\labelText=
67+
osc\levelMessage=
68+
osc\maxLevelValue=1
69+
osc\minLevelValue=0
70+
osc\offMessage=
71+
osc\onMessage=
72+
threshold=0.5
73+
width=0.10000000000000001
74+
75+
[loMid]
76+
maxHold=0
77+
midFreq=976
78+
offDelay=0
79+
onDelay=0
80+
osc\labelText=Bump 1
81+
osc\levelMessage=
82+
osc\maxLevelValue=1
83+
osc\minLevelValue=0
84+
osc\offMessage="/eos/user/<USER>/sub/1/fire=0.0"
85+
osc\onMessage="/eos/user/<USER>/sub/1/fire=1.0"
86+
threshold=0.30137892759562845
87+
width=0.20000000000000001
88+
89+
[silence]
90+
maxHold=0
91+
midFreq=100
92+
offDelay=0
93+
onDelay=3
94+
osc\labelText=Macro 2
95+
osc\levelMessage=
96+
osc\maxLevelValue=1
97+
osc\minLevelValue=0
98+
osc\offMessage=
99+
osc\onMessage="/eos/user/<USER>/macro/fire=2"
100+
threshold=0.78703703703703698
101+
width=0.050000000000000003
Binary file not shown.
Binary file not shown.

doc/Sound2Light_Magic_Sheet_Example.esf

100644100755
1.6 KB
Binary file not shown.

doc/Sound2Light_Tool_Anleitung.pdf

100644100755
-430 KB
Binary file not shown.

doc/Sound2Light_Tool_Manual_en.pdf

100644100755
-398 KB
Binary file not shown.

doc/s2l_changelog.md

+201
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
1+
2+
# Sound2Light Change Log
3+
4+
### Version 0.0.2.1.0.7 - 14 Sep 2016
5+
6+
- Fixed BPM OSC Messages not stopping when turning of OSC Output
7+
8+
- Fixed Manualy entered BPMs not being transmitted to the console
9+
10+
### Version 0.0.2.1.0.6 - 12 Sep 2016
11+
12+
- Added Minimal Mode that reduces the GUI to just BPM
13+
14+
- Added option to enter a BPM using a number keypad
15+
16+
### Version 0.0.2.1.0.5 - 9 Sep 2016
17+
18+
- Added BPM Detection for Cobalt 7.3 and 7.2
19+
20+
- Added tap tempo by clicking on the bpm number to overwrite automatic detection
21+
22+
- Moved OSC Monitor Button out of Settings onto the main GUI
23+
24+
### Version 0.0.2.1.0.4 - 7 Sep 2016
25+
26+
- Fixed Waveform not initially displaying on Windows
27+
28+
- Improved BPM Detection and added "Auto" range
29+
30+
### Version 0.0.2.1.0.3 - 6 Sep 2016
31+
32+
- Saved Waveform display status in presets and autosave
33+
34+
- Added new "Ultra" Option to BPM Ranges
35+
36+
- Fixed A Bug that prevented BPM Detection in very quiet signals
37+
38+
- Made BPM Label indicate its probably outdated value if no
39+
tempo could be detected within 5 seconds by turning grey
40+
41+
- Improved BPM Target User Interface
42+
43+
### Version 0.0.2.1.0.2 - 6 Sep 2016
44+
45+
- fixed windows installer issues
46+
47+
### Version 0.0.2.1.0.1 - 2 Sep 2016
48+
49+
- added BPM Detection for EOS
50+
51+
52+
### Version 0.0.1.1.0.16 - 22 Aug 2016
53+
54+
- added Low Solo Mode
55+
56+
57+
### Version 0.0.1.1.0.15 - 29 Apr 2016
58+
59+
- added status LED for incoming messages
60+
61+
62+
### Version 0.0.1.1.0.14 - 28 Apr 2016
63+
64+
- added predefined OSC messages for ColorSource console
65+
66+
- added predefined OSC messages for Cobalt v7.3+
67+
68+
- fixed predefined OSC messages for Cobalt v7.2
69+
70+
- fixed incorrect handling of incoming bundled OSC messages
71+
72+
73+
### Version 0.0.1.1.0.13 - 27 Apr 2016
74+
75+
- renamed "Output Enabled" checkbox to "OSC Output"
76+
77+
- renamed "OSC Input Enabled" checkbox to "OSC Input"
78+
79+
- increased font size in OSC Monitor
80+
81+
- changed color of incoming messages in OSC Monitor
82+
83+
- fixed default values of checkboxes in OSC Monitor
84+
85+
- Renamed "Cobalt" console type to "Cobalt 7.2"
86+
87+
88+
### Version 0.0.1.1.0.12 - 26 Apr 2016
89+
90+
- added checkbox "OSC Input Enabled" to control OSC input
91+
92+
- fixed a bug where the OSC Message Dialog displayed incorrect values
93+
94+
95+
### Version 0.0.1.1.0.11 - 22 Apr 2016
96+
97+
- added Clear button to OSC Log dialog
98+
99+
- fixed modality of dialogs on Mac OS X
100+
101+
- renamed "Send OSC" checkbox to "Output enabled"
102+
103+
- renamed "OSC Log" dialog to "OSC Monitor"
104+
105+
106+
### Version 0.0.1.1.0.10 - 21 Apr 2016
107+
108+
- software can now be controlled by OSC messages
109+
110+
- Preset selection
111+
- enable or disable Trigger Output
112+
- optional Level Feedback
113+
114+
- added OSC Log Dialog
115+
116+
- predefined messages for Eos will now be sent as User 0
117+
118+
-> won't affect the commandline anymore
119+
120+
- added support for Mac OS X
121+
122+
123+
### Version 0.0.1.1.0.9 - 14 Apr 2016
124+
125+
- changed unit of Bandpass Width to Octaves
126+
127+
- added connection status LED right of status text
128+
129+
- added setting to change OSC TCP port
130+
131+
132+
### Version 0.0.1.1.0.8 - 8 Apr 2016
133+
134+
- replaced SpinBoxes with more touchfriendly Number Pad
135+
136+
- changed application icon
137+
138+
- fixed High DPI scaling (i.e. on Microsoft Surface)
139+
140+
141+
### Version 0.0.1.1.0.7 - 1 Apr 2016
142+
143+
- Bandpass Previews can now be manipulated with pinch gestures
144+
145+
- the currently loaded Preset is now highlighted in the Preset List
146+
147+
- fixed OSC message dialog not showing the currently used settings
148+
149+
150+
### Version 0.0.1.1.0.6 - 31 Mar 2016
151+
152+
- bandpass width can now be changed by dragging it while holding CTRL
153+
154+
- added Fader message type to Eos OSC messages
155+
156+
- added option to send OSC over TCP instead of UDP
157+
158+
- added option to choose between OSC 1.0 or 1.1 packet framing
159+
160+
- installer now optionally creates a dekstop icon
161+
162+
163+
### Version 0.0.1.1.0.5 - 29 Mar 2016
164+
165+
- added preset list dialog with option to remove presets
166+
167+
- improved default parameter settings
168+
169+
- added confirm-dialogs before discarding or deleting changes
170+
171+
172+
### Version 0.0.1.1.0.4 - 24 Mar 2016
173+
174+
- added dialog to save and load presets
175+
176+
- added button to reset parameters to factory defaults
177+
178+
179+
### Version 0.0.1.1.0.3 - 23 Mar 2016
180+
181+
- added Splash Screen
182+
183+
- added Automatic Gain Control (AGC)
184+
185+
186+
### Version 0.0.1.1.0.2 - 22 Mar 2016
187+
188+
- improved FFT analysis (44 samples/sec, 4096 steps)
189+
190+
- added continuous OSC command values
191+
192+
193+
### Version 0.0.1.1.0.1 - 17 Mar 2016
194+
195+
- added 'About' with Version and Copyright infos
196+
197+
- improved trigger indication
198+
199+
- added dialog box for pre-define Eos Channel and Flash Button OSC messages
200+
201+
- added option to switch off OSC Send

0 commit comments

Comments
 (0)