Green Variable in MIDIMapper

0 votes
237 views

hello again,

if i use this expression inside a MIDIMapper:

!SampleEnd is: (`SampleEnd displayAs: #fader; min: 0 max: (?SampleScaledEnd)  grid: 1).

I got this error message:

For expression containing hot parameters or variables, use vmin: , vmax: , varIfTrue:ifFlase: , varIfTrue , varIfFalse: , or varIfFalse:ifTrue

 

is there anything I can do to use green variables in a MIDIMapper?

thanks a lot.

d

asked Nov 9, 2022 in Capytalk & Smalltalk by domenico-cipriani (Master) (3,110 points)

1 Answer

0 votes
 
Best answer
Sorry but for now, green variables cannot be used in a MIDIMapper in the Map field (no binding is done on that field).
answered Nov 14, 2022 by ssc (Savant) (127,080 points)
selected Nov 15, 2022 by domenico-cipriani
that's good to know. and for me, a feature request :)
...