Archives

Mode Change Resets All LED/Display States

Hi John, thanks for the quick reply. In my script I have 16 encoders connected to the track volume of the 16 chains of a drum rack which is on track one in my script. First Drum Rack Chain: self.song().tracks[0].devices[0].chains[0].mixer_device.volume.value = self.get_value_from_ranges(False, 127, False, self.midi_cc_ch_0_val_70.cur_val, 0, 127, 2, 0.0, 0.85, 4, False) In Mode One, […]

Control Surface Studio 3 Is Here!

Is anyone else experiencing problems with scripts that were created in CSS 2 after they been exported from CSS 3? If so, is there a thread somewhere for this topic?

Parameter Banking for more than 8 banks?

That was a lot of info haha, basically it’s up to you! CSS sees each combination of MIDI (channel,Type, Value) as a separate input. So I would suggest adding each input from all firmware banks on your midi controller individually in the CSS Controller template. Then create a single script for all inputs in the […]