![ADDAC System ADDAC112 Скачать руководство пользователя страница 35](http://html1.mh-extra.com/html/addac-system/addac112/addac112_user-manual_2848534035.webp)
ADDAC112 User’s Guide
page 35
ADDAC SYSTEM
QUANTIZATION
QUANTIZATION
There are 7 scales slots and a fixed OFF Position.
The 7 Slots can be customized to any ratio by the user.
Inside MENU > OPTIONS > SCALES SET the user can choose between
DEFAULT and CUSTOM scales:
DEFAULT are the default scales written on the front panel
CUSTOM are user customized scales
We decided to leave both of these scales open to customization to an
overall number of 14 scales.
QUANTIZATION SCALES FILE:
Every BANK folder has a SCALES.CFG file, this file contains all scales
ratios and can be edited in a simple text editor.
For anyone not used to programming this file will look a bit criptic and
remember it is important to keep it tidy with all the brackets, commas
and other punctuation elements in their correct place.
FILE STRUCTURE:
This is the file structure, you can see that there are repeated blocks for
each of the slots, the user should only edit the ratios list and the name
inside the quotation marks, for example the chromatic scale name:
"name": "chromatic",
would be changed to:
"name": "my custom scale",
Make sure to keep all commas in their place!
Scales are not limited to 12 notes per octave, the user can add as many
ratios as notes wanted.
SCALE MODES:
There’s a final setting at the end of each scale ratios titled
"per_octave"
,
this setting can only be set to true or false:
"per_octave": true
used for any set of ratios to be repeated across octaves, so every ratio is
present in every octave.
"per_octave": false
used for any scale that does not respect octaves, ratios will not be
repeated. There will be as much notes as ratios included.
for example this is the Harmonic Series setting:
"name": "harmonic",
"ratios": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
],
"per_octave": false
{
"Default Scales": [
{
"name": "chromatic",
"ratios": [
1,
1.059460044,
1.122460008,
1.189210057,
1.259920001,
1.334830046,
1.414209962,
1.49830997,
1.58739996,
1.681789994,
1.781800032,
1.88775003
],
"per_octave": true
},
{
"name": "major",
"ratios": [
1,
1.122460008,
1.259920001,
1.334830046,
1.49830997,
1.681789994,
1.88775003
],
"per_octave": true
},
(A LOT MORE HERE)
]
}