--- libgig/trunk/src/gig.cpp 2020/02/01 15:35:07 3731 +++ libgig/trunk/src/gig.cpp 2020/02/01 15:51:54 3732 @@ -5696,6 +5696,10 @@ * still being able to fine tune certain aspects of the script for each * instrument individually. * + * @note This is an own format extension which did not exist i.e. in the + * GigaStudio 4 software. It will currently only work with LinuxSampler and + * Gigedit. + * * @param slot - script slot index of the variable to be retrieved * @param variable - name of the 'patch' variable in that script */ @@ -5727,6 +5731,10 @@ * still being able to fine tune certain aspects of the script for each * instrument individually. * + * @note This is an own format extension which did not exist i.e. in the + * GigaStudio 4 software. It will currently only work with LinuxSampler and + * Gigedit. + * * @param slot - script slot index of the variable to be retrieved */ std::map Instrument::GetScriptPatchVariables(int slot) { @@ -5754,6 +5762,10 @@ * still being able to fine tune certain aspects of the script for each * instrument individually. * + * @note This is an own format extension which did not exist i.e. in the + * GigaStudio 4 software. It will currently only work with LinuxSampler and + * Gigedit. + * * @param slot - script slot index of the variable to be retrieved * @param variable - name of the 'patch' variable in that script */ @@ -5774,6 +5786,10 @@ * still being able to fine tune certain aspects of the script for each * instrument individually. * + * @note This is an own format extension which did not exist i.e. in the + * GigaStudio 4 software. It will currently only work with LinuxSampler and + * Gigedit. + * * @param slot - script slot index of the variable to be set * @param variable - name of the 'patch' variable in that script * @param value - overridden initial value for that script variable @@ -5814,6 +5830,10 @@ * still being able to fine tune certain aspects of the script for each * instrument individually. * + * @note This is an own format extension which did not exist i.e. in the + * GigaStudio 4 software. It will currently only work with LinuxSampler and + * Gigedit. + * * @param slot - script slot index of the variable to be unset * @param variable - name of the 'patch' variable in that script */