View Single Post
Old 10-05-2021, 04:34 PM   #1606
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by majnu View Post
Hi,
I am getting most things to work really well! But since I switched to CSI 1.1 I can't set the custom encoder tick sizes anymore (or at least they are being ignored).

I use this:
Code:
Rotary1 FXParam 0 "Speed" [ (0.01) ]
but the knob in the plugin does not turn any faster than without the delta.

Steps do work:
Code:
Rotary1 FXParam 0 "Speed" [ 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ]
The .mst has:
Code:
Widget Rotary1
	Encoder b0 60 7f
WidgetEnd
And this is the output when I turn the knob one tick:
Code:
IN <- D400 Rotary1 0.007937
IN <- D400 Rotary1 -0.007937
I use CSI 1.1(uploaded on August 21, 2021 at 12:24 AM) and Reaper (6.36).

Any ideas about what could be wrong?
What does the raw MIDI from the Asparion rotary look like? Is there any acceleration?

To see the raw MIDI data, temporarily move the .mst file out of the CSI folder and restart Reaper (or use the Exp build of CSI, which has this as an option). Then monitor the input from the surface as normal.
MixMonkey is offline   Reply With Quote