This file is indexed.

/usr/share/doc/libgig-dev/html/namespacegig.html is in libgig-doc 4.1.0~repack-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libgig: gig Namespace Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libgig
   &#160;<span id="projectnumber">4.1.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('namespacegig.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#typedef-members">Typedefs</a> &#124;
<a href="#func-members">Functions</a> &#124;
<a href="#var-members">Variables</a>  </div>
  <div class="headertitle">
<div class="title">gig Namespace Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Gigasampler/GigaStudio specific classes and definitions.  
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1buffer__t.html">buffer_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Pointer address and size of a buffer.  <a href="structgig_1_1buffer__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1crossfade__t.html">crossfade_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines the envelope of a crossfade.  <a href="structgig_1_1crossfade__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1dimension__def__t.html">dimension_def_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">General dimension definition.  <a href="structgig_1_1dimension__def__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1DimensionRegion.html">DimensionRegion</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Encapsulates articulation informations of a dimension region.  <a href="classgig_1_1DimensionRegion.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1eg__opt__t.html">eg_opt_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines behavior options for envelope generators (gig format extension).  <a href="structgig_1_1eg__opt__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1Exception.html">Exception</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Will be thrown whenever a gig specific error occurs while trying to access a Gigasampler <a class="el" href="classgig_1_1File.html" title="Provides convenient access to Gigasampler/GigaStudio .gig files. ">File</a>.  <a href="classgig_1_1Exception.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1File.html">File</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides convenient access to Gigasampler/GigaStudio .gig files.  <a href="classgig_1_1File.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1Group.html">Group</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classgig_1_1Group.html" title="Group of Gigasampler samples. ">Group</a> of Gigasampler samples.  <a href="classgig_1_1Group.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1Instrument.html">Instrument</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides access to a Gigasampler/GigaStudio instrument.  <a href="classgig_1_1Instrument.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines a controller that has a certain contrained influence on a particular synthesis parameter (used to define attenuation controller, EG1 controller and EG2 controller).  <a href="structgig_1_1leverage__ctrl__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1MidiRule.html">MidiRule</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Abstract base class for all MIDI rules.  <a href="classgig_1_1MidiRule.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1MidiRuleAlternator.html">MidiRuleAlternator</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">MIDI rule to automatically cycle through specified sequences of different articulations.  <a href="classgig_1_1MidiRuleAlternator.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1MidiRuleCtrlTrigger.html">MidiRuleCtrlTrigger</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">MIDI rule for triggering notes by control change events.  <a href="classgig_1_1MidiRuleCtrlTrigger.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1MidiRuleLegato.html">MidiRuleLegato</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">MIDI rule for instruments with legato samples.  <a href="classgig_1_1MidiRuleLegato.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1MidiRuleUnknown.html">MidiRuleUnknown</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A MIDI rule not yet implemented by libgig.  <a href="classgig_1_1MidiRuleUnknown.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1playback__state__t.html">playback_state_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reflects the current playback state for a sample.  <a href="structgig_1_1playback__state__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgig_1_1range__t.html">range_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Lower and upper limit of a range.  <a href="structgig_1_1range__t.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1Region.html">Region</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines <a class="el" href="classgig_1_1Region.html" title="Defines Region information of a Gigasampler/GigaStudio instrument. ">Region</a> information of a Gigasampler/GigaStudio instrument.  <a href="classgig_1_1Region.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1Sample.html">Sample</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Encapsulates sample waves of Gigasampler/GigaStudio files used for playback.  <a href="classgig_1_1Sample.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1Script.html">Script</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Real-time instrument script (gig format extension).  <a href="classgig_1_1Script.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgig_1_1ScriptGroup.html">ScriptGroup</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classgig_1_1Group.html" title="Group of Gigasampler samples. ">Group</a> of instrument scripts (gig format extension).  <a href="classgig_1_1ScriptGroup.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:ac2439a310dbe578f6ae07c8a4b54f183"><td class="memItemLeft" align="right" valign="top"><a id="ac2439a310dbe578f6ae07c8a4b54f183"></a>
typedef std::string&#160;</td><td class="memItemRight" valign="bottom"><b>String</b></td></tr>
<tr class="separator:ac2439a310dbe578f6ae07c8a4b54f183"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec8e0998724bdff5de7ae5aed3bde78f"><td class="memItemLeft" align="right" valign="top"><a id="aec8e0998724bdff5de7ae5aed3bde78f"></a>
typedef <a class="el" href="structRIFF_1_1progress__t.html">RIFF::progress_t</a>&#160;</td><td class="memItemRight" valign="bottom"><b>progress_t</b></td></tr>
<tr class="separator:aec8e0998724bdff5de7ae5aed3bde78f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86972372beff0860a2c1baa90785426d"><td class="memItemLeft" align="right" valign="top"><a id="a86972372beff0860a2c1baa90785426d"></a>
typedef <a class="el" href="namespaceRIFF.html#aea52054397ea9a06fe740bee44582cb6">RIFF::file_offset_t</a>&#160;</td><td class="memItemRight" valign="bottom"><b>file_offset_t</b></td></tr>
<tr class="separator:a86972372beff0860a2c1baa90785426d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad94bf2335680b26969e9b6ec5c2beb40"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#ad94bf2335680b26969e9b6ec5c2beb40">attenuation_ctrl_t</a></td></tr>
<tr class="memdesc:ad94bf2335680b26969e9b6ec5c2beb40"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines controller influencing attenuation.  <a href="#ad94bf2335680b26969e9b6ec5c2beb40">More...</a><br /></td></tr>
<tr class="separator:ad94bf2335680b26969e9b6ec5c2beb40"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a64e570abe4981bab6110b181d3998386"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a64e570abe4981bab6110b181d3998386">eg1_ctrl_t</a></td></tr>
<tr class="memdesc:a64e570abe4981bab6110b181d3998386"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines controller influencing envelope generator 1.  <a href="#a64e570abe4981bab6110b181d3998386">More...</a><br /></td></tr>
<tr class="separator:a64e570abe4981bab6110b181d3998386"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af4c12d58c477ee1b0d29ee69488b7544"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#af4c12d58c477ee1b0d29ee69488b7544">eg2_ctrl_t</a></td></tr>
<tr class="memdesc:af4c12d58c477ee1b0d29ee69488b7544"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines controller influencing envelope generator 2.  <a href="#af4c12d58c477ee1b0d29ee69488b7544">More...</a><br /></td></tr>
<tr class="separator:af4c12d58c477ee1b0d29ee69488b7544"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aab7509ff6a0468d2ae80afb9c41021b9"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9">enumCount</a> (const std::type_info &amp;type)</td></tr>
<tr class="memdesc:aab7509ff6a0468d2ae80afb9c41021b9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Amount of elements in given enum type.  <a href="#aab7509ff6a0468d2ae80afb9c41021b9">More...</a><br /></td></tr>
<tr class="separator:aab7509ff6a0468d2ae80afb9c41021b9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a92217a6237e8e31e1c452380d86ee3b3"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3">enumKey</a> (const std::type_info &amp;type, size_t value)</td></tr>
<tr class="memdesc:a92217a6237e8e31e1c452380d86ee3b3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enum constant name of numeric value.  <a href="#a92217a6237e8e31e1c452380d86ee3b3">More...</a><br /></td></tr>
<tr class="separator:a92217a6237e8e31e1c452380d86ee3b3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b3a22dc84a9a5f5e176b5725bf347cb"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a4b3a22dc84a9a5f5e176b5725bf347cb">enumKey</a> (const std::type_info &amp;type, String key)</td></tr>
<tr class="memdesc:a4b3a22dc84a9a5f5e176b5725bf347cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if enum element exists.  <a href="#a4b3a22dc84a9a5f5e176b5725bf347cb">More...</a><br /></td></tr>
<tr class="separator:a4b3a22dc84a9a5f5e176b5725bf347cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae41c912142023ea338aed47d50e774e9"><td class="memItemLeft" align="right" valign="top">const char **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9">enumKeys</a> (const std::type_info &amp;type)</td></tr>
<tr class="memdesc:ae41c912142023ea338aed47d50e774e9"><td class="mdescLeft">&#160;</td><td class="mdescRight">All element names of enum type.  <a href="#ae41c912142023ea338aed47d50e774e9">More...</a><br /></td></tr>
<tr class="separator:ae41c912142023ea338aed47d50e774e9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7dd08d9f233750db213d7403d4f758e5"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a7dd08d9f233750db213d7403d4f758e5">enumCount</a> (String typeName)</td></tr>
<tr class="memdesc:a7dd08d9f233750db213d7403d4f758e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Amount of elements in given enum type.  <a href="#a7dd08d9f233750db213d7403d4f758e5">More...</a><br /></td></tr>
<tr class="separator:a7dd08d9f233750db213d7403d4f758e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af8061141e09382a80d386f88f89f37fe"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#af8061141e09382a80d386f88f89f37fe">enumKey</a> (String typeName, size_t value)</td></tr>
<tr class="memdesc:af8061141e09382a80d386f88f89f37fe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enum constant name of numeric value.  <a href="#af8061141e09382a80d386f88f89f37fe">More...</a><br /></td></tr>
<tr class="separator:af8061141e09382a80d386f88f89f37fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1e71da1ccf3f5306499e1275eb13e6ec"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a1e71da1ccf3f5306499e1275eb13e6ec">enumKey</a> (String typeName, String key)</td></tr>
<tr class="memdesc:a1e71da1ccf3f5306499e1275eb13e6ec"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if enum element exists.  <a href="#a1e71da1ccf3f5306499e1275eb13e6ec">More...</a><br /></td></tr>
<tr class="separator:a1e71da1ccf3f5306499e1275eb13e6ec"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a646d7ddcbed1b9e87acaf11c599c96fc"><td class="memItemLeft" align="right" valign="top">const char **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a646d7ddcbed1b9e87acaf11c599c96fc">enumKeys</a> (String typeName)</td></tr>
<tr class="memdesc:a646d7ddcbed1b9e87acaf11c599c96fc"><td class="mdescLeft">&#160;</td><td class="mdescRight">All element names of enum type.  <a href="#a646d7ddcbed1b9e87acaf11c599c96fc">More...</a><br /></td></tr>
<tr class="separator:a646d7ddcbed1b9e87acaf11c599c96fc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a10343c81a76deedbb87e0e26aa608904"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904">enumValue</a> (String key)</td></tr>
<tr class="memdesc:a10343c81a76deedbb87e0e26aa608904"><td class="mdescLeft">&#160;</td><td class="mdescRight">Numeric value of enum constant.  <a href="#a10343c81a76deedbb87e0e26aa608904">More...</a><br /></td></tr>
<tr class="separator:a10343c81a76deedbb87e0e26aa608904"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2c730fdd3cb6ea24d584f7ec6ff70379"><td class="memItemLeft" align="right" valign="top">String&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a2c730fdd3cb6ea24d584f7ec6ff70379">libraryName</a> ()</td></tr>
<tr class="memdesc:a2c730fdd3cb6ea24d584f7ec6ff70379"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the name of this C++ library.  <a href="#a2c730fdd3cb6ea24d584f7ec6ff70379">More...</a><br /></td></tr>
<tr class="separator:a2c730fdd3cb6ea24d584f7ec6ff70379"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abfd1263ffd2388601606a7b5b34dcf9c"><td class="memItemLeft" align="right" valign="top">String&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#abfd1263ffd2388601606a7b5b34dcf9c">libraryVersion</a> ()</td></tr>
<tr class="memdesc:abfd1263ffd2388601606a7b5b34dcf9c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns version of this C++ library.  <a href="#abfd1263ffd2388601606a7b5b34dcf9c">More...</a><br /></td></tr>
<tr class="separator:abfd1263ffd2388601606a7b5b34dcf9c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:aa70ce31c83f6657ee07d33043994e903"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#aa70ce31c83f6657ee07d33043994e903">loop_type_normal</a> = 0x00000000 loop_type_t { __VA_ARGS__ } loop_type_bidirectional = 0x00000001</td></tr>
<tr class="memdesc:aa70ce31c83f6657ee07d33043994e903"><td class="mdescLeft">&#160;</td><td class="mdescRight">Standard types of sample loops.  <a href="#aa70ce31c83f6657ee07d33043994e903">More...</a><br /></td></tr>
<tr class="separator:aa70ce31c83f6657ee07d33043994e903"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adcd39056428f7c981a18726e82edb3e8"><td class="memItemLeft" align="right" valign="top"><a id="adcd39056428f7c981a18726e82edb3e8"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>loop_type_backward</b> = 0x00000002 )</td></tr>
<tr class="separator:adcd39056428f7c981a18726e82edb3e8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad6e6c97cd78d4ace5c640f349e0575b4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#ad6e6c97cd78d4ace5c640f349e0575b4">smpte_format_no_offset</a> = 0x00000000 smpte_format_t { __VA_ARGS__ } smpte_format_24_frames = 0x00000018</td></tr>
<tr class="memdesc:ad6e6c97cd78d4ace5c640f349e0575b4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Society of Motion Pictures and Television E time format.  <a href="#ad6e6c97cd78d4ace5c640f349e0575b4">More...</a><br /></td></tr>
<tr class="separator:ad6e6c97cd78d4ace5c640f349e0575b4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0e9f45e716d683aaa04830e86eb8f726"><td class="memItemLeft" align="right" valign="top"><a id="a0e9f45e716d683aaa04830e86eb8f726"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>smpte_format_25_frames</b> = 0x00000019</td></tr>
<tr class="separator:a0e9f45e716d683aaa04830e86eb8f726"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afb73eea5895ab8e7f0170f474b7ee316"><td class="memItemLeft" align="right" valign="top"><a id="afb73eea5895ab8e7f0170f474b7ee316"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>smpte_format_30_frames_dropping</b> = 0x0000001D</td></tr>
<tr class="separator:afb73eea5895ab8e7f0170f474b7ee316"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ba90caf80748b9d29ba2d703652f768"><td class="memItemLeft" align="right" valign="top"><a id="a0ba90caf80748b9d29ba2d703652f768"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>smpte_format_30_frames</b> = 0x0000001E )</td></tr>
<tr class="separator:a0ba90caf80748b9d29ba2d703652f768"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab3583e0526913a7fe26cf1126d3f686e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#ab3583e0526913a7fe26cf1126d3f686e">curve_type_nonlinear</a> = 0 curve_type_t { __VA_ARGS__ } curve_type_linear = 1</td></tr>
<tr class="memdesc:ab3583e0526913a7fe26cf1126d3f686e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines the shape of a function graph.  <a href="#ab3583e0526913a7fe26cf1126d3f686e">More...</a><br /></td></tr>
<tr class="separator:ab3583e0526913a7fe26cf1126d3f686e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9b23b6d1a13bda9016dc5db771686d9f"><td class="memItemLeft" align="right" valign="top"><a id="a9b23b6d1a13bda9016dc5db771686d9f"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>curve_type_special</b> = 2</td></tr>
<tr class="separator:a9b23b6d1a13bda9016dc5db771686d9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1825da5e50feb405f2aa6fadb7143ddf"><td class="memItemLeft" align="right" valign="top"><a id="a1825da5e50feb405f2aa6fadb7143ddf"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>curve_type_unknown</b> = 0xffffffff )</td></tr>
<tr class="separator:a1825da5e50feb405f2aa6fadb7143ddf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6521e0ef92d2c382ec9817c7c6b03912"><td class="memItemLeft" align="right" valign="top">dim_bypass_ctrl_none&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a6521e0ef92d2c382ec9817c7c6b03912">dim_bypass_ctrl_t</a> { __VA_ARGS__ } dim_bypass_ctrl_94</td></tr>
<tr class="memdesc:a6521e0ef92d2c382ec9817c7c6b03912"><td class="mdescLeft">&#160;</td><td class="mdescRight">Dimensions allow to bypass one of the following controllers.  <a href="#a6521e0ef92d2c382ec9817c7c6b03912">More...</a><br /></td></tr>
<tr class="separator:a6521e0ef92d2c382ec9817c7c6b03912"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afb1a230402d107e155d9ed8e111f26f7"><td class="memItemLeft" align="right" valign="top"><a id="afb1a230402d107e155d9ed8e111f26f7"></a>
dim_bypass_ctrl_none&#160;</td><td class="memItemRight" valign="bottom"><b>dim_bypass_ctrl_95</b></td></tr>
<tr class="separator:afb1a230402d107e155d9ed8e111f26f7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adbf33f97df9563495a99f1e1c557a18c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#adbf33f97df9563495a99f1e1c557a18c">lfo3_ctrl_internal</a> = 0x00 lfo3_ctrl_t { __VA_ARGS__ } lfo3_ctrl_modwheel = 0x01</td></tr>
<tr class="memdesc:adbf33f97df9563495a99f1e1c557a18c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines how LFO3 is controlled by.  <a href="#adbf33f97df9563495a99f1e1c557a18c">More...</a><br /></td></tr>
<tr class="separator:adbf33f97df9563495a99f1e1c557a18c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b00013efaf61f6903f58f26997dc921"><td class="memItemLeft" align="right" valign="top"><a id="a0b00013efaf61f6903f58f26997dc921"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo3_ctrl_aftertouch</b> = 0x02</td></tr>
<tr class="separator:a0b00013efaf61f6903f58f26997dc921"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a300dde0dfcfae05ddee46ae182fc0f8a"><td class="memItemLeft" align="right" valign="top"><a id="a300dde0dfcfae05ddee46ae182fc0f8a"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo3_ctrl_internal_modwheel</b> = 0x03</td></tr>
<tr class="separator:a300dde0dfcfae05ddee46ae182fc0f8a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a099e279ce9b735402877545114ccc97c"><td class="memItemLeft" align="right" valign="top"><a id="a099e279ce9b735402877545114ccc97c"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo3_ctrl_internal_aftertouch</b> = 0x04 )</td></tr>
<tr class="separator:a099e279ce9b735402877545114ccc97c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a572ea1cc49c715eaf8ea24f9ebf1f520"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a572ea1cc49c715eaf8ea24f9ebf1f520">lfo2_ctrl_internal</a> = 0x00 lfo2_ctrl_t { __VA_ARGS__ } lfo2_ctrl_modwheel = 0x01</td></tr>
<tr class="memdesc:a572ea1cc49c715eaf8ea24f9ebf1f520"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines how LFO2 is controlled by.  <a href="#a572ea1cc49c715eaf8ea24f9ebf1f520">More...</a><br /></td></tr>
<tr class="separator:a572ea1cc49c715eaf8ea24f9ebf1f520"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aafcda0107633e0dd0b71ab49497c9af8"><td class="memItemLeft" align="right" valign="top"><a id="aafcda0107633e0dd0b71ab49497c9af8"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo2_ctrl_foot</b> = 0x02</td></tr>
<tr class="separator:aafcda0107633e0dd0b71ab49497c9af8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afa11f4cb54f7da63037caf456ec50287"><td class="memItemLeft" align="right" valign="top"><a id="afa11f4cb54f7da63037caf456ec50287"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo2_ctrl_internal_modwheel</b> = 0x03</td></tr>
<tr class="separator:afa11f4cb54f7da63037caf456ec50287"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abed0930e8ebe95486f9960177f2033fa"><td class="memItemLeft" align="right" valign="top"><a id="abed0930e8ebe95486f9960177f2033fa"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo2_ctrl_internal_foot</b> = 0x04 )</td></tr>
<tr class="separator:abed0930e8ebe95486f9960177f2033fa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afbd026d07f4f5ec62091c6d97eeff4b8"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#afbd026d07f4f5ec62091c6d97eeff4b8">lfo1_ctrl_internal</a> = 0x00 lfo1_ctrl_t { __VA_ARGS__ } lfo1_ctrl_modwheel = 0x01</td></tr>
<tr class="memdesc:afbd026d07f4f5ec62091c6d97eeff4b8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines how LFO1 is controlled by.  <a href="#afbd026d07f4f5ec62091c6d97eeff4b8">More...</a><br /></td></tr>
<tr class="separator:afbd026d07f4f5ec62091c6d97eeff4b8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a99152c47c29254d5d5004f9eae8a1051"><td class="memItemLeft" align="right" valign="top"><a id="a99152c47c29254d5d5004f9eae8a1051"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo1_ctrl_breath</b> = 0x02</td></tr>
<tr class="separator:a99152c47c29254d5d5004f9eae8a1051"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a600548ce6e12d6c7298b3e3d29b745c7"><td class="memItemLeft" align="right" valign="top"><a id="a600548ce6e12d6c7298b3e3d29b745c7"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo1_ctrl_internal_modwheel</b> = 0x03</td></tr>
<tr class="separator:a600548ce6e12d6c7298b3e3d29b745c7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af0ac3072d14a198774ed7fc401f37fc0"><td class="memItemLeft" align="right" valign="top"><a id="af0ac3072d14a198774ed7fc401f37fc0"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lfo1_ctrl_internal_breath</b> = 0x04 )</td></tr>
<tr class="separator:af0ac3072d14a198774ed7fc401f37fc0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad049031c1d3b7fa303d1b2ff085255c0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#ad049031c1d3b7fa303d1b2ff085255c0">vcf_cutoff_ctrl_none</a> = 0x00 vcf_cutoff_ctrl_t { __VA_ARGS__ } vcf_cutoff_ctrl_none2 = 0x01</td></tr>
<tr class="memdesc:ad049031c1d3b7fa303d1b2ff085255c0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines how the filter cutoff frequency is controlled by.  <a href="#ad049031c1d3b7fa303d1b2ff085255c0">More...</a><br /></td></tr>
<tr class="separator:ad049031c1d3b7fa303d1b2ff085255c0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3711fc15f8cbc6e6cc79fa1fb030a728"><td class="memItemLeft" align="right" valign="top"><a id="a3711fc15f8cbc6e6cc79fa1fb030a728"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_modwheel</b> = 0x81</td></tr>
<tr class="separator:a3711fc15f8cbc6e6cc79fa1fb030a728"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae7c1c99fd19dd9d51e08b256f4624603"><td class="memItemLeft" align="right" valign="top"><a id="ae7c1c99fd19dd9d51e08b256f4624603"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_effect1</b> = 0x8c</td></tr>
<tr class="separator:ae7c1c99fd19dd9d51e08b256f4624603"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86e60efccf86bdc69b3c4f2b05fcf381"><td class="memItemLeft" align="right" valign="top"><a id="a86e60efccf86bdc69b3c4f2b05fcf381"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_effect2</b> = 0x8d</td></tr>
<tr class="separator:a86e60efccf86bdc69b3c4f2b05fcf381"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b560bf59147f9977c0c6c8bc4176229"><td class="memItemLeft" align="right" valign="top"><a id="a4b560bf59147f9977c0c6c8bc4176229"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_breath</b> = 0x82</td></tr>
<tr class="separator:a4b560bf59147f9977c0c6c8bc4176229"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a98e3a045354979cf2369a4fe3f467881"><td class="memItemLeft" align="right" valign="top"><a id="a98e3a045354979cf2369a4fe3f467881"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_foot</b> = 0x84</td></tr>
<tr class="separator:a98e3a045354979cf2369a4fe3f467881"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae5dcd2ef104c1cb323400146a4bb3c77"><td class="memItemLeft" align="right" valign="top"><a id="ae5dcd2ef104c1cb323400146a4bb3c77"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_sustainpedal</b> = 0xc0</td></tr>
<tr class="separator:ae5dcd2ef104c1cb323400146a4bb3c77"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a88d3e8757f08357d6a1b079bd17312d7"><td class="memItemLeft" align="right" valign="top"><a id="a88d3e8757f08357d6a1b079bd17312d7"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_softpedal</b> = 0xc3</td></tr>
<tr class="separator:a88d3e8757f08357d6a1b079bd17312d7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a53ba7196555aaf8afc47e2d667f43683"><td class="memItemLeft" align="right" valign="top"><a id="a53ba7196555aaf8afc47e2d667f43683"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_genpurpose7</b> = 0xd2</td></tr>
<tr class="separator:a53ba7196555aaf8afc47e2d667f43683"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4154ec05f0190bf539392e5cea192c00"><td class="memItemLeft" align="right" valign="top"><a id="a4154ec05f0190bf539392e5cea192c00"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_genpurpose8</b> = 0xd3</td></tr>
<tr class="separator:a4154ec05f0190bf539392e5cea192c00"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af2d9785a193099ebe8a7feb93ae00141"><td class="memItemLeft" align="right" valign="top"><a id="af2d9785a193099ebe8a7feb93ae00141"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_cutoff_ctrl_aftertouch</b> = 0x80 )</td></tr>
<tr class="separator:af2d9785a193099ebe8a7feb93ae00141"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeae38d5071c307fedfba4a27603f8d02"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#aeae38d5071c307fedfba4a27603f8d02">vcf_res_ctrl_none</a> = 0xffffffff vcf_res_ctrl_t { __VA_ARGS__ } vcf_res_ctrl_genpurpose3 = 0</td></tr>
<tr class="memdesc:aeae38d5071c307fedfba4a27603f8d02"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines how the filter resonance is controlled by.  <a href="#aeae38d5071c307fedfba4a27603f8d02">More...</a><br /></td></tr>
<tr class="separator:aeae38d5071c307fedfba4a27603f8d02"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a822ffdea0cafcd3a779d0b0a52417f24"><td class="memItemLeft" align="right" valign="top"><a id="a822ffdea0cafcd3a779d0b0a52417f24"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_res_ctrl_genpurpose4</b> = 1</td></tr>
<tr class="separator:a822ffdea0cafcd3a779d0b0a52417f24"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a580fbdc819fe5f65f595da5b46bda94c"><td class="memItemLeft" align="right" valign="top"><a id="a580fbdc819fe5f65f595da5b46bda94c"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_res_ctrl_genpurpose5</b> = 2</td></tr>
<tr class="separator:a580fbdc819fe5f65f595da5b46bda94c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a71b1bcf537bf335714052a011c31fb06"><td class="memItemLeft" align="right" valign="top"><a id="a71b1bcf537bf335714052a011c31fb06"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_res_ctrl_genpurpose6</b> = 3 )</td></tr>
<tr class="separator:a71b1bcf537bf335714052a011c31fb06"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a67559681a8a013a78cf573c74d11115b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a67559681a8a013a78cf573c74d11115b">dimension_none</a> = 0x00 dimension_t { __VA_ARGS__ } dimension_samplechannel = 0x80</td></tr>
<tr class="memdesc:a67559681a8a013a78cf573c74d11115b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines the type of dimension, that is how the dimension zones (and thus how the dimension regions are selected by.  <a href="#a67559681a8a013a78cf573c74d11115b">More...</a><br /></td></tr>
<tr class="separator:a67559681a8a013a78cf573c74d11115b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a06f8f23f8398b7d0383accab4e0215ba"><td class="memItemLeft" align="right" valign="top"><a id="a06f8f23f8398b7d0383accab4e0215ba"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_layer</b> = 0x81</td></tr>
<tr class="separator:a06f8f23f8398b7d0383accab4e0215ba"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab79d0b2702bf3d9085df2abf5f7ae964"><td class="memItemLeft" align="right" valign="top"><a id="ab79d0b2702bf3d9085df2abf5f7ae964"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_velocity</b> = 0x82</td></tr>
<tr class="separator:ab79d0b2702bf3d9085df2abf5f7ae964"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab7348fd16ab6c8e8589d9dd08790345b"><td class="memItemLeft" align="right" valign="top"><a id="ab7348fd16ab6c8e8589d9dd08790345b"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_channelaftertouch</b> = 0x83</td></tr>
<tr class="separator:ab7348fd16ab6c8e8589d9dd08790345b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac69bce51144aa5791ffa48c135cb52b6"><td class="memItemLeft" align="right" valign="top"><a id="ac69bce51144aa5791ffa48c135cb52b6"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_releasetrigger</b> = 0x84</td></tr>
<tr class="separator:ac69bce51144aa5791ffa48c135cb52b6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a14e991f348001813b0949f351da82934"><td class="memItemLeft" align="right" valign="top"><a id="a14e991f348001813b0949f351da82934"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_keyboard</b> = 0x85</td></tr>
<tr class="separator:a14e991f348001813b0949f351da82934"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a95757701f5fbac255327c2c54f0af7ff"><td class="memItemLeft" align="right" valign="top"><a id="a95757701f5fbac255327c2c54f0af7ff"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_roundrobin</b> = 0x86</td></tr>
<tr class="separator:a95757701f5fbac255327c2c54f0af7ff"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad5f6b6ce9d8fdbe87407ef44871e670b"><td class="memItemLeft" align="right" valign="top"><a id="ad5f6b6ce9d8fdbe87407ef44871e670b"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_random</b> = 0x87</td></tr>
<tr class="separator:ad5f6b6ce9d8fdbe87407ef44871e670b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0baa2b6f6451a94d875416da1ca11ad6"><td class="memItemLeft" align="right" valign="top"><a id="a0baa2b6f6451a94d875416da1ca11ad6"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_smartmidi</b> = 0x88</td></tr>
<tr class="separator:a0baa2b6f6451a94d875416da1ca11ad6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8452c2665224b3c1bbcc973b78fb60a1"><td class="memItemLeft" align="right" valign="top"><a id="a8452c2665224b3c1bbcc973b78fb60a1"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_roundrobinkeyboard</b> = 0x89</td></tr>
<tr class="separator:a8452c2665224b3c1bbcc973b78fb60a1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abf47ad33736ba0c2e5cd2834e1156ed7"><td class="memItemLeft" align="right" valign="top"><a id="abf47ad33736ba0c2e5cd2834e1156ed7"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_modwheel</b> = 0x01</td></tr>
<tr class="separator:abf47ad33736ba0c2e5cd2834e1156ed7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4bdcbff5085ea50e505b007e871bf8a4"><td class="memItemLeft" align="right" valign="top"><a id="a4bdcbff5085ea50e505b007e871bf8a4"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_breath</b> = 0x02</td></tr>
<tr class="separator:a4bdcbff5085ea50e505b007e871bf8a4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac6e6f370309b767f52f5b6ff9e6112d3"><td class="memItemLeft" align="right" valign="top"><a id="ac6e6f370309b767f52f5b6ff9e6112d3"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_foot</b> = 0x04</td></tr>
<tr class="separator:ac6e6f370309b767f52f5b6ff9e6112d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8f56140d1cca79a2b026c8f9b4351f4a"><td class="memItemLeft" align="right" valign="top"><a id="a8f56140d1cca79a2b026c8f9b4351f4a"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_portamentotime</b> = 0x05</td></tr>
<tr class="separator:a8f56140d1cca79a2b026c8f9b4351f4a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0836e168a3108ec27d17f9f96c3e65dd"><td class="memItemLeft" align="right" valign="top"><a id="a0836e168a3108ec27d17f9f96c3e65dd"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect1</b> = 0x0c</td></tr>
<tr class="separator:a0836e168a3108ec27d17f9f96c3e65dd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae9eb1672476761b4256a1050b77a806b"><td class="memItemLeft" align="right" valign="top"><a id="ae9eb1672476761b4256a1050b77a806b"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect2</b> = 0x0d</td></tr>
<tr class="separator:ae9eb1672476761b4256a1050b77a806b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9ac79992b7d504289a5c5fab4dd09026"><td class="memItemLeft" align="right" valign="top"><a id="a9ac79992b7d504289a5c5fab4dd09026"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose1</b> = 0x10</td></tr>
<tr class="separator:a9ac79992b7d504289a5c5fab4dd09026"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7509bd637878ba161d053309a1148beb"><td class="memItemLeft" align="right" valign="top"><a id="a7509bd637878ba161d053309a1148beb"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose2</b> = 0x11</td></tr>
<tr class="separator:a7509bd637878ba161d053309a1148beb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a50fe15a56ef27b3ebe96373d86c16235"><td class="memItemLeft" align="right" valign="top"><a id="a50fe15a56ef27b3ebe96373d86c16235"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose3</b> = 0x12</td></tr>
<tr class="separator:a50fe15a56ef27b3ebe96373d86c16235"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8ea6c8b86295a06d3be1558e53732af"><td class="memItemLeft" align="right" valign="top"><a id="ab8ea6c8b86295a06d3be1558e53732af"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose4</b> = 0x13</td></tr>
<tr class="separator:ab8ea6c8b86295a06d3be1558e53732af"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1dc811b55497d624c45b10aec051332f"><td class="memItemLeft" align="right" valign="top"><a id="a1dc811b55497d624c45b10aec051332f"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_sustainpedal</b> = 0x40</td></tr>
<tr class="separator:a1dc811b55497d624c45b10aec051332f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3b6e286f3a0d3e8c1d59ac8db0c1e5a9"><td class="memItemLeft" align="right" valign="top"><a id="a3b6e286f3a0d3e8c1d59ac8db0c1e5a9"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_portamento</b> = 0x41</td></tr>
<tr class="separator:a3b6e286f3a0d3e8c1d59ac8db0c1e5a9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abdfaf2b0bcf075b0b2bdcec4732f928a"><td class="memItemLeft" align="right" valign="top"><a id="abdfaf2b0bcf075b0b2bdcec4732f928a"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_sostenutopedal</b> = 0x42</td></tr>
<tr class="separator:abdfaf2b0bcf075b0b2bdcec4732f928a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa170da8e182d860660c8dd87c0fe18a6"><td class="memItemLeft" align="right" valign="top"><a id="aa170da8e182d860660c8dd87c0fe18a6"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_softpedal</b> = 0x43</td></tr>
<tr class="separator:aa170da8e182d860660c8dd87c0fe18a6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab5e8e602f2b33c7c87f1306f01a9b356"><td class="memItemLeft" align="right" valign="top"><a id="ab5e8e602f2b33c7c87f1306f01a9b356"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose5</b> = 0x30</td></tr>
<tr class="separator:ab5e8e602f2b33c7c87f1306f01a9b356"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4fd100a85f78c04121a31c60f3bc4973"><td class="memItemLeft" align="right" valign="top"><a id="a4fd100a85f78c04121a31c60f3bc4973"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose6</b> = 0x31</td></tr>
<tr class="separator:a4fd100a85f78c04121a31c60f3bc4973"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a031cbb865a9f705958942793fdae5dc4"><td class="memItemLeft" align="right" valign="top"><a id="a031cbb865a9f705958942793fdae5dc4"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose7</b> = 0x32</td></tr>
<tr class="separator:a031cbb865a9f705958942793fdae5dc4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7afb9899b2b12e6e2957cc7fa5161edd"><td class="memItemLeft" align="right" valign="top"><a id="a7afb9899b2b12e6e2957cc7fa5161edd"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_genpurpose8</b> = 0x33</td></tr>
<tr class="separator:a7afb9899b2b12e6e2957cc7fa5161edd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aadf175ce0014cec64eedfda4a3fe2a39"><td class="memItemLeft" align="right" valign="top"><a id="aadf175ce0014cec64eedfda4a3fe2a39"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect1depth</b> = 0x5b</td></tr>
<tr class="separator:aadf175ce0014cec64eedfda4a3fe2a39"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ae0e82eb5898b538290a766467e7e7b"><td class="memItemLeft" align="right" valign="top"><a id="a5ae0e82eb5898b538290a766467e7e7b"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect2depth</b> = 0x5c</td></tr>
<tr class="separator:a5ae0e82eb5898b538290a766467e7e7b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3c401cbadb6c874761ef1658551ad6b4"><td class="memItemLeft" align="right" valign="top"><a id="a3c401cbadb6c874761ef1658551ad6b4"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect3depth</b> = 0x5d</td></tr>
<tr class="separator:a3c401cbadb6c874761ef1658551ad6b4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad20b23e62783aa03b9626d3990985e04"><td class="memItemLeft" align="right" valign="top"><a id="ad20b23e62783aa03b9626d3990985e04"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect4depth</b> = 0x5e</td></tr>
<tr class="separator:ad20b23e62783aa03b9626d3990985e04"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a18b1de2145181e5f139fe9b87ec4c1ae"><td class="memItemLeft" align="right" valign="top"><a id="a18b1de2145181e5f139fe9b87ec4c1ae"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>dimension_effect5depth</b> = 0x5f )</td></tr>
<tr class="separator:a18b1de2145181e5f139fe9b87ec4c1ae"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2e25df803cf1b70fd5d8ebc183ed873e"><td class="memItemLeft" align="right" valign="top">split_type_normal&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a2e25df803cf1b70fd5d8ebc183ed873e">split_type_t</a> { __VA_ARGS__ } split_type_bit )</td></tr>
<tr class="memdesc:a2e25df803cf1b70fd5d8ebc183ed873e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Intended for internal usage: will be used to convert a dimension value into the corresponding dimension bit number.  <a href="#a2e25df803cf1b70fd5d8ebc183ed873e">More...</a><br /></td></tr>
<tr class="separator:a2e25df803cf1b70fd5d8ebc183ed873e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2dce38053ca82cfeb974bdf4df8924de"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegig.html#a2dce38053ca82cfeb974bdf4df8924de">vcf_type_lowpass</a> = 0x00 vcf_type_t { __VA_ARGS__ } vcf_type_lowpassturbo = 0xff</td></tr>
<tr class="memdesc:a2dce38053ca82cfeb974bdf4df8924de"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines which frequencies are filtered by the VCF.  <a href="#a2dce38053ca82cfeb974bdf4df8924de">More...</a><br /></td></tr>
<tr class="separator:a2dce38053ca82cfeb974bdf4df8924de"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b4590df4d168b1b0c2f56bdf2cf886d"><td class="memItemLeft" align="right" valign="top"><a id="a4b4590df4d168b1b0c2f56bdf2cf886d"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_type_bandpass</b> = 0x01</td></tr>
<tr class="separator:a4b4590df4d168b1b0c2f56bdf2cf886d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7d54623693af1218f9a650c5238ee01b"><td class="memItemLeft" align="right" valign="top"><a id="a7d54623693af1218f9a650c5238ee01b"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_type_highpass</b> = 0x02</td></tr>
<tr class="separator:a7d54623693af1218f9a650c5238ee01b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a89f5751426a871aaee85eb90ddf1d092"><td class="memItemLeft" align="right" valign="top"><a id="a89f5751426a871aaee85eb90ddf1d092"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>vcf_type_bandreject</b> = 0x03 )</td></tr>
<tr class="separator:a89f5751426a871aaee85eb90ddf1d092"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Gigasampler/GigaStudio specific classes and definitions. </p>
</div><h2 class="groupheader">Typedef Documentation</h2>
<a id="ad94bf2335680b26969e9b6ec5c2beb40"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad94bf2335680b26969e9b6ec5c2beb40">&#9670;&nbsp;</a></span>attenuation_ctrl_t</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a> <a class="el" href="namespacegig.html#ad94bf2335680b26969e9b6ec5c2beb40">gig::attenuation_ctrl_t</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines controller influencing attenuation. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="structgig_1_1leverage__ctrl__t.html" title="Defines a controller that has a certain contrained influence on a particular synthesis parameter (use...">leverage_ctrl_t</a> </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00259">259</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="a64e570abe4981bab6110b181d3998386"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a64e570abe4981bab6110b181d3998386">&#9670;&nbsp;</a></span>eg1_ctrl_t</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a> <a class="el" href="namespacegig.html#a64e570abe4981bab6110b181d3998386">gig::eg1_ctrl_t</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines controller influencing envelope generator 1. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="structgig_1_1leverage__ctrl__t.html" title="Defines a controller that has a certain contrained influence on a particular synthesis parameter (use...">leverage_ctrl_t</a> </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00266">266</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="af4c12d58c477ee1b0d29ee69488b7544"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af4c12d58c477ee1b0d29ee69488b7544">&#9670;&nbsp;</a></span>eg2_ctrl_t</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="structgig_1_1leverage__ctrl__t.html">leverage_ctrl_t</a> <a class="el" href="namespacegig.html#af4c12d58c477ee1b0d29ee69488b7544">gig::eg2_ctrl_t</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines controller influencing envelope generator 2. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="structgig_1_1leverage__ctrl__t.html" title="Defines a controller that has a certain contrained influence on a particular synthesis parameter (use...">leverage_ctrl_t</a> </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00273">273</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a id="aab7509ff6a0468d2ae80afb9c41021b9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aab7509ff6a0468d2ae80afb9c41021b9">&#9670;&nbsp;</a></span>enumCount() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t gig::enumCount </td>
          <td>(</td>
          <td class="paramtype">const std::type_info &amp;&#160;</td>
          <td class="paramname"><em>type</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Amount of elements in given enum type. </p>
<p>Returns the amount of elements of the enum type given by <em>type</em>. If the requested enum type is unknown, then this function returns <code>0</code> instead.</p>
<p>Use the <code>typeid()</code> keyword of C++ to get a <code>std::type_info</code> object.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">type</td><td>- enum type of interest </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>enum's amount of elements </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00206">206</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00206">enumCount()</a>.</p>

<p class="reference">Referenced by <a class="el" href="typeinfo_8cpp_source.html#l00190">enumCount()</a>.</p>

</div>
</div>
<a id="a7dd08d9f233750db213d7403d4f758e5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7dd08d9f233750db213d7403d4f758e5">&#9670;&nbsp;</a></span>enumCount() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t gig::enumCount </td>
          <td>(</td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>typeName</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Amount of elements in given enum type. </p>
<p>Returns the amount of elements of the enum type with raw C++ type name <em>typeName</em>. If the requested enum type is unknown, then this function returns <code>0</code> instead.</p>
<p>Note: you <b>MUST</b> pass the raw C++ type name, not a demangled human readable C++ type name. On doubt use the overloaded function which takes a <code>std::type_info</code> as argument instead.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">typeName</td><td>- raw C++ type name of enum </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>enum's amount of elements </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00190">190</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00206">enumCount()</a>.</p>

</div>
</div>
<a id="a92217a6237e8e31e1c452380d86ee3b3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a92217a6237e8e31e1c452380d86ee3b3">&#9670;&nbsp;</a></span>enumKey() <span class="overload">[1/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * gig::enumKey </td>
          <td>(</td>
          <td class="paramtype">const std::type_info &amp;&#160;</td>
          <td class="paramname"><em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Enum constant name of numeric value. </p>
<p>Returns the enum constant name (a.k.a. enum element name) for the given numeric <em>value</em> and the given enum <em>type</em>. If either the requested enum type or enum constant numeric value is unknown, then this function returns <code>NULL</code> instead.</p>
<p>If the requested enum type contains several enum elements with the requested numeric enum value, then this function will simply return one of them, it is undefined which one it would return exactly in this case.</p>
<p>Use the <code>typeid()</code> keyword of C++ to get a <code>std::type_info</code> object.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">type</td><td>- enum type of interest </td></tr>
    <tr><td class="paramname">value</td><td>- numeric value of sought enum constant </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if requested enum element exists </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00305">305</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00305">enumKey()</a>.</p>

<p class="reference">Referenced by <a class="el" href="typeinfo_8cpp_source.html#l00239">enumKey()</a>.</p>

</div>
</div>
<a id="a4b3a22dc84a9a5f5e176b5725bf347cb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4b3a22dc84a9a5f5e176b5725bf347cb">&#9670;&nbsp;</a></span>enumKey() <span class="overload">[2/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool gig::enumKey </td>
          <td>(</td>
          <td class="paramtype">const std::type_info &amp;&#160;</td>
          <td class="paramname"><em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if enum element exists. </p>
<p>Checks whether the enum constant with name <em>key</em> of requested enum <em>type</em> exists. If either the requested enum type or enum constant is unknown, then this function returns <code>false</code> instead.</p>
<p>Use the <code>typeid()</code> keyword of C++ to get a <code>std::type_info</code> object.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">type</td><td>- enum type of interest </td></tr>
    <tr><td class="paramname">key</td><td>- name of enum constant </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if requested enum element exists </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00257">257</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00305">enumKey()</a>.</p>

</div>
</div>
<a id="af8061141e09382a80d386f88f89f37fe"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af8061141e09382a80d386f88f89f37fe">&#9670;&nbsp;</a></span>enumKey() <span class="overload">[3/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * gig::enumKey </td>
          <td>(</td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>typeName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Enum constant name of numeric value. </p>
<p>Returns the enum constant name (a.k.a. enum element name) for the given numeric <em>value</em> and the enum type with raw C++ enum type name <em>typeName</em>. If either the requested enum type or enum constant numeric value is unknown, then this function returns <code>NULL</code> instead.</p>
<p>If the requested enum type contains several enum elements with the requested numeric enum value, then this function will simply return one of them, it is undefined which one it would return exactly in this case.</p>
<p>Note: you <b>MUST</b> pass the raw C++ type name, not a demangled human readable C++ type name. On doubt use the overloaded function which takes a <code>std::type_info</code> as argument instead.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">typeName</td><td>- raw C++ type name of enum </td></tr>
    <tr><td class="paramname">value</td><td>- numeric value of sought enum constant </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if requested enum element exists </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00280">280</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00305">enumKey()</a>.</p>

</div>
</div>
<a id="a1e71da1ccf3f5306499e1275eb13e6ec"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1e71da1ccf3f5306499e1275eb13e6ec">&#9670;&nbsp;</a></span>enumKey() <span class="overload">[4/4]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool gig::enumKey </td>
          <td>(</td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>typeName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if enum element exists. </p>
<p>Checks whether the enum constant with name <em>key</em> of enum type with raw C++ enum type name <em>typeName</em> exists. If either the requested enum type or enum constant is unknown, then this function returns <code>false</code> instead.</p>
<p>Note: you <b>MUST</b> pass the raw C++ type name, not a demangled human readable C++ type name. On doubt use the overloaded function which takes a <code>std::type_info</code> as argument instead.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">typeName</td><td>- raw C++ type name of enum </td></tr>
    <tr><td class="paramname">key</td><td>- name of enum constant </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if requested enum element exists </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00239">239</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00305">enumKey()</a>.</p>

</div>
</div>
<a id="ae41c912142023ea338aed47d50e774e9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae41c912142023ea338aed47d50e774e9">&#9670;&nbsp;</a></span>enumKeys() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char ** gig::enumKeys </td>
          <td>(</td>
          <td class="paramtype">const std::type_info &amp;&#160;</td>
          <td class="paramname"><em>type</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>All element names of enum type. </p>
<p>Returns a NULL terminated array of C strings of all enum constant names of the given enum <em>type</em>. If the requested enum type is unknown, then this function returns <code>NULL</code> instead.</p>
<p>Use the <code>typeid()</code> keyword of C++ to get a <code>std::type_info</code> object.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">type</td><td>- enum type of interest </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>list of all enum element names </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00342">342</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00342">enumKeys()</a>.</p>

<p class="reference">Referenced by <a class="el" href="typeinfo_8cpp_source.html#l00323">enumKeys()</a>.</p>

</div>
</div>
<a id="a646d7ddcbed1b9e87acaf11c599c96fc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a646d7ddcbed1b9e87acaf11c599c96fc">&#9670;&nbsp;</a></span>enumKeys() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char ** gig::enumKeys </td>
          <td>(</td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>typeName</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>All element names of enum type. </p>
<p>Returns a NULL terminated array of C strings of all enum constant names of the given enum type with raw C++ enum type name <em>typeName</em>. If the requested enum type is unknown, then this function returns <code>NULL</code> instead.</p>
<p>Note: you <b>MUST</b> pass the raw C++ type name, not a demangled human readable C++ type name. On doubt use the overloaded function which takes a <code>std::type_info</code> as argument instead.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">typeName</td><td>- raw C++ type name of enum </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>list of all enum element names </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00323">323</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00342">enumKeys()</a>.</p>

</div>
</div>
<a id="a10343c81a76deedbb87e0e26aa608904"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a10343c81a76deedbb87e0e26aa608904">&#9670;&nbsp;</a></span>enumValue()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t gig::enumValue </td>
          <td>(</td>
          <td class="paramtype">String&#160;</td>
          <td class="paramname"><em>key</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Numeric value of enum constant. </p>
<p>Returns the numeric value (assigned at library compile time) to the enum constant with given <em>name</em>. If the requested enum constant is unknown, then this function returns <code>0</code> instead.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">key</td><td>- enum constant name </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>enum constant's numeric value </dd></dl>

<p class="definition">Definition at line <a class="el" href="typeinfo_8cpp_source.html#l00219">219</a> of file <a class="el" href="typeinfo_8cpp_source.html">typeinfo.cpp</a>.</p>

<p class="reference">References <a class="el" href="typeinfo_8cpp_source.html#l00219">enumValue()</a>.</p>

<p class="reference">Referenced by <a class="el" href="typeinfo_8cpp_source.html#l00219">enumValue()</a>.</p>

</div>
</div>
<a id="a2c730fdd3cb6ea24d584f7ec6ff70379"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2c730fdd3cb6ea24d584f7ec6ff70379">&#9670;&nbsp;</a></span>libraryName()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">String gig::libraryName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns the name of this C++ library. </p>
<p>This is usually "libgig" of course. This call is equivalent to <a class="el" href="namespaceRIFF.html#a3870214a668519283621918df9f43a35" title="Returns the name of this C++ library. ">RIFF::libraryName()</a> and <a class="el" href="namespaceDLS.html#a3c177fec639e736c639e665e7514e516" title="Returns the name of this C++ library. ">DLS::libraryName()</a>. </p>

<p class="definition">Definition at line <a class="el" href="gig_8cpp_source.html#l06602">6602</a> of file <a class="el" href="gig_8cpp_source.html">gig.cpp</a>.</p>

</div>
</div>
<a id="abfd1263ffd2388601606a7b5b34dcf9c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abfd1263ffd2388601606a7b5b34dcf9c">&#9670;&nbsp;</a></span>libraryVersion()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">String gig::libraryVersion </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns version of this C++ library. </p>
<p>This call is equivalent to <a class="el" href="namespaceRIFF.html#a043609b013beac4b9dac91950abd2a45" title="Returns version of this C++ library. ">RIFF::libraryVersion()</a> and <a class="el" href="namespaceDLS.html#a405b7b55ed5a3085ba644d00b34c0f94" title="Returns version of this C++ library. ">DLS::libraryVersion()</a>. </p>

<p class="definition">Definition at line <a class="el" href="gig_8cpp_source.html#l06610">6610</a> of file <a class="el" href="gig_8cpp_source.html">gig.cpp</a>.</p>

</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
<a id="ab3583e0526913a7fe26cf1126d3f686e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab3583e0526913a7fe26cf1126d3f686e">&#9670;&nbsp;</a></span>curve_type_nonlinear</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::curve_type_nonlinear = 0 curve_type_t { __VA_ARGS__ } curve_type_linear = 1</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines the shape of a function graph. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a> </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00149">149</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

<p class="reference">Referenced by <a class="el" href="gig_8cpp_source.html#l01963">gig::DimensionRegion::UpdateChunks()</a>.</p>

</div>
</div>
<a id="a6521e0ef92d2c382ec9817c7c6b03912"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6521e0ef92d2c382ec9817c7c6b03912">&#9670;&nbsp;</a></span>dim_bypass_ctrl_t</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dim_bypass_ctrl_none gig::dim_bypass_ctrl_t { __VA_ARGS__ } dim_bypass_ctrl_94</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Dimensions allow to bypass one of the following controllers. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; Effect 4 Depth (MIDI Controller 94) Effect 5 Depth (MIDI Controller 95) </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00159">159</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="a67559681a8a013a78cf573c74d11115b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a67559681a8a013a78cf573c74d11115b">&#9670;&nbsp;</a></span>dimension_none</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::dimension_none = 0x00 dimension_t { __VA_ARGS__ } dimension_samplechannel = 0x80</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines the type of dimension, that is how the dimension zones (and thus how the dimension regions are selected by. </p>
<p>The number of dimension zones is always a power of two. All dimensions can have up to 32 zones (except the layer dimension with only up to 8 zones and the samplechannel dimension which currently allows only 2 zones).</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; Dimension not in use. If used sample has more than one channel (thus is not mono). For layering of up to 8 instruments (and eventually crossfading of 2 or 4 layers). Key Velocity (this is the only dimension in gig2 where the ranges can exactly be defined). Channel Key Pressure Special dimension for triggering samples on releasing a key. Dimension for keyswitching Different samples triggered each time a note is played, dimension regions selected in sequence Different samples triggered each time a note is played, random order For MIDI tools like legato and repetition mode Different samples triggered each time a note is played, any key advances the counter Modulation Wheel (MIDI Controller 1) Breath Controller (Coarse, MIDI Controller 2) Foot Pedal (Coarse, MIDI Controller 4) Portamento Time (Coarse, MIDI Controller 5) Effect Controller 1 (Coarse, MIDI Controller 12) Effect Controller 2 (Coarse, MIDI Controller 13) General Purpose Controller 1 (Slider, MIDI Controller 16) General Purpose Controller 2 (Slider, MIDI Controller 17) General Purpose Controller 3 (Slider, MIDI Controller 18) General Purpose Controller 4 (Slider, MIDI Controller 19) Sustain Pedal (MIDI Controller 64) Portamento (MIDI Controller 65) Sostenuto Pedal (MIDI Controller 66) Soft Pedal (MIDI Controller 67) General Purpose Controller 5 (Button, MIDI Controller 80) General Purpose Controller 6 (Button, MIDI Controller 81) General Purpose Controller 7 (Button, MIDI Controller 82) General Purpose Controller 8 (Button, MIDI Controller 83) Effect 1 Depth (MIDI Controller 91) Effect 2 Depth (MIDI Controller 92) Effect 3 Depth (MIDI Controller 93) Effect 4 Depth (MIDI Controller 94) Effect 5 Depth (MIDI Controller 95) </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00319">319</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

<p class="reference">Referenced by <a class="el" href="gig_8cpp_source.html#l03585">gig::Region::DeleteDimension()</a>, <a class="el" href="gig_8cpp_source.html#l03127">gig::DimensionRegion::SetVCFVelocityScale()</a>, and <a class="el" href="gig_8cpp_source.html#l03298">gig::Region::UpdateChunks()</a>.</p>

</div>
</div>
<a id="afbd026d07f4f5ec62091c6d97eeff4b8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afbd026d07f4f5ec62091c6d97eeff4b8">&#9670;&nbsp;</a></span>lfo1_ctrl_internal</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::lfo1_ctrl_internal = 0x00 lfo1_ctrl_t { __VA_ARGS__ } lfo1_ctrl_modwheel = 0x01</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines how LFO1 is controlled by. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; Only internally controlled. Only controlled by external modulation wheel. Only controlled by external breath controller. Controlled internally and by external modulation wheel. Controlled internally and by external breath controller. </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00195">195</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="a572ea1cc49c715eaf8ea24f9ebf1f520"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a572ea1cc49c715eaf8ea24f9ebf1f520">&#9670;&nbsp;</a></span>lfo2_ctrl_internal</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::lfo2_ctrl_internal = 0x00 lfo2_ctrl_t { __VA_ARGS__ } lfo2_ctrl_modwheel = 0x01</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines how LFO2 is controlled by. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; Only internally controlled. Only controlled by external modulation wheel. Only controlled by external foot controller. Controlled internally and by external modulation wheel. Controlled internally and by external foot controller. </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00183">183</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="adbf33f97df9563495a99f1e1c557a18c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adbf33f97df9563495a99f1e1c557a18c">&#9670;&nbsp;</a></span>lfo3_ctrl_internal</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::lfo3_ctrl_internal = 0x00 lfo3_ctrl_t { __VA_ARGS__ } lfo3_ctrl_modwheel = 0x01</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines how LFO3 is controlled by. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; Only internally controlled. Only controlled by external modulation wheel. Only controlled by aftertouch controller. Controlled internally and by external modulation wheel. Controlled internally and by aftertouch controller. </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00171">171</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="aa70ce31c83f6657ee07d33043994e903"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa70ce31c83f6657ee07d33043994e903">&#9670;&nbsp;</a></span>loop_type_normal</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::loop_type_normal = 0x00000000 loop_type_t { __VA_ARGS__ } loop_type_bidirectional = 0x00000001</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Standard types of sample loops. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; Loop forward (normal) Alternating loop (forward/backward, also known as Ping Pong) Loop backward (reverse) </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00126">126</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

<p class="reference">Referenced by <a class="el" href="gig_8cpp_source.html#l00959">gig::Sample::ReadAndLoop()</a>, and <a class="el" href="gig_8cpp_source.html#l00390">gig::Sample::Sample()</a>.</p>

</div>
</div>
<a id="ad6e6c97cd78d4ace5c640f349e0575b4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad6e6c97cd78d4ace5c640f349e0575b4">&#9670;&nbsp;</a></span>smpte_format_no_offset</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::smpte_format_no_offset = 0x00000000 smpte_format_t { __VA_ARGS__ } smpte_format_24_frames = 0x00000018</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Society of Motion Pictures and Television E time format. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; no SMPTE offset 24 frames per second 25 frames per second 30 frames per second with frame dropping (30 drop) 30 frames per second </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00138">138</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

<p class="reference">Referenced by <a class="el" href="gig_8cpp_source.html#l00390">gig::Sample::Sample()</a>.</p>

</div>
</div>
<a id="a2e25df803cf1b70fd5d8ebc183ed873e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2e25df803cf1b70fd5d8ebc183ed873e">&#9670;&nbsp;</a></span>split_type_t</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">split_type_normal gig::split_type_t { __VA_ARGS__ } split_type_bit )</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Intended for internal usage: will be used to convert a dimension value into the corresponding dimension bit number. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; dimension value between 0-127 dimension values are already the sought bit number </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00330">330</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="ad049031c1d3b7fa303d1b2ff085255c0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad049031c1d3b7fa303d1b2ff085255c0">&#9670;&nbsp;</a></span>vcf_cutoff_ctrl_none</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::vcf_cutoff_ctrl_none = 0x00 vcf_cutoff_ctrl_t { __VA_ARGS__ } vcf_cutoff_ctrl_none2 = 0x01</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines how the filter cutoff frequency is controlled by. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; The difference between none and none2 is unknown Modulation Wheel (MIDI Controller 1) Effect Controller 1 (Coarse, MIDI Controller 12) Effect Controller 2 (Coarse, MIDI Controller 13) Breath Controller (Coarse, MIDI Controller 2) Foot Pedal (Coarse, MIDI Controller 4) Sustain Pedal (MIDI Controller 64) Soft Pedal (MIDI Controller 67) General Purpose Controller 7 (Button, MIDI Controller 82) General Purpose Controller 8 (Button, MIDI Controller 83) Key Pressure </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00214">214</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

</div>
</div>
<a id="aeae38d5071c307fedfba4a27603f8d02"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aeae38d5071c307fedfba4a27603f8d02">&#9670;&nbsp;</a></span>vcf_res_ctrl_none</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::vcf_res_ctrl_none = 0xffffffff vcf_res_ctrl_t { __VA_ARGS__ } vcf_res_ctrl_genpurpose3 = 0</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines how the filter resonance is controlled by. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; General Purpose Controller 3 (Slider, MIDI Controller 18) General Purpose Controller 4 (Slider, MIDI Controller 19) General Purpose Controller 5 (Button, MIDI Controller 80) General Purpose Controller 6 (Button, MIDI Controller 81) </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00226">226</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

<p class="reference">Referenced by <a class="el" href="gig_8cpp_source.html#l01963">gig::DimensionRegion::UpdateChunks()</a>.</p>

</div>
</div>
<a id="a2dce38053ca82cfeb974bdf4df8924de"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2dce38053ca82cfeb974bdf4df8924de">&#9670;&nbsp;</a></span>vcf_type_lowpass</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gig::vcf_type_lowpass = 0x00 vcf_type_t { __VA_ARGS__ } vcf_type_lowpassturbo = 0xff</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Defines which frequencies are filtered by the VCF. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacegig.html#aab7509ff6a0468d2ae80afb9c41021b9" title="Amount of elements in given enum type. ">enumCount()</a>, <a class="el" href="namespacegig.html#a92217a6237e8e31e1c452380d86ee3b3" title="Enum constant name of numeric value. ">enumKey()</a>, <a class="el" href="namespacegig.html#ae41c912142023ea338aed47d50e774e9" title="All element names of enum type. ">enumKeys()</a>, <a class="el" href="namespacegig.html#a10343c81a76deedbb87e0e26aa608904" title="Numeric value of enum constant. ">enumValue()</a>&lt; More poles than normal lowpass </dd></dl>

<p class="definition">Definition at line <a class="el" href="gig_8h_source.html#l00351">351</a> of file <a class="el" href="gig_8h_source.html">gig.h</a>.</p>

<p class="reference">Referenced by <a class="el" href="gig_8cpp_source.html#l01963">gig::DimensionRegion::UpdateChunks()</a>.</p>

</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="namespacegig.html">gig</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>