Mutable Instruments ambika User Manual page 39

Hide thumbs Also See for ambika:
Table of Contents

Advertisement

Ambika – User manual | Mutable Instruments
39 of 44
you want these sources to control the intensity of a LFO, it is recommended to do it through a
modifier. Here is an example of patching:
Modul.
8|srce mod1|dest
modif.
1|in1
lfo2|in2
Mod1 is defined as "LFO2 attenuated by the modulation wheel 2", and this modulation is applied to
the oscillators balance.
Please refer to the CC page of the MIDI implementation chart given above to see the list of synthesis
parameters controllable by CC. Editing a synthesis parameter by CC is fool-proof: values between 0
and 127 are translated into the full range of the parameter; so that 0 always means the minimum
value taken by the parameter, and 127 its maximum value. This might cause a resolution loss for
parameters with a wide range above 127.
NRPN patch editing
NRPN messages can be used to directly write into the Patch and PartData data structures.
The NRPN number indicates the address at which a value must be written ; and the data entry / data
increment messages are used to set the value. Observe that you need to send both a Data Entry
MSB and a Data Entry LSB message to send a signed value, or a value above 127. Signed values
are represented in 2's complement.
NRPN range Mapped to
0 .. 111
Patch data structure, offsets 0 .. 111
112 .. 192
Part data structure, offsets 0 .. 80
Here is an example: you want to modify the part tuning to -13. The tuning byte is at offset 2 in the Part
data structure, so its NRPN number is 114. In 2's complement, the value -13 is represented by 128 –
13 = 115. Thus, the NPRN that needs to be sent is:
176 99 0 (NRPN MSB set to 0)
176 98 114 (NRPN LSB set to 114)
176 6 1 (Data Entry MSB set to 1 -- value above 127 or negative)
176 38 115 (Data Entry LSB set to 115, because 115 - 128 = -13)
http://mutable-instruments.net/ambika/manual
mix|amnt
63
whl2|oper attn
Data structure declaration
struct Patch
struct PartData
2/17/17 4:58 PM

Hide quick links:

Advertisement

Table of Contents
loading

Related Products for Mutable Instruments ambika

Table of Contents