Skip to content

Commit d757433

Browse files
Merge pull request #21158 from RomanPudashkin/percussion_glissando_421
percussion_glissando_421
2 parents c22d8a0 + b1a2d63 commit d757433

File tree

1 file changed

+210
-0
lines changed

1 file changed

+210
-0
lines changed

src/framework/mpe/resources/general_percussion_articulations_profile.json

+210
Original file line numberDiff line numberDiff line change
@@ -3007,6 +3007,216 @@
30073007
}
30083008
}
30093009
],
3010+
"ContinuousGlissando": [
3011+
{
3012+
"arrangementPattern": {
3013+
"durationFactor": 9900,
3014+
"timestampOffset": 0
3015+
},
3016+
"expressionPattern": {
3017+
"dynamicOffsets": [
3018+
{
3019+
"offsetPosition": 0,
3020+
"offsetValue": 0
3021+
},
3022+
{
3023+
"offsetPosition": 1000,
3024+
"offsetValue": 1500
3025+
},
3026+
{
3027+
"offsetPosition": 2000,
3028+
"offsetValue": 2500
3029+
},
3030+
{
3031+
"offsetPosition": 3000,
3032+
"offsetValue": 3500
3033+
},
3034+
{
3035+
"offsetPosition": 4000,
3036+
"offsetValue": 4500
3037+
},
3038+
{
3039+
"offsetPosition": 5000,
3040+
"offsetValue": 5000
3041+
},
3042+
{
3043+
"offsetPosition": 6000,
3044+
"offsetValue": 4500
3045+
},
3046+
{
3047+
"offsetPosition": 7000,
3048+
"offsetValue": 3500
3049+
},
3050+
{
3051+
"offsetPosition": 8000,
3052+
"offsetValue": 2500
3053+
},
3054+
{
3055+
"offsetPosition": 9000,
3056+
"offsetValue": 1500
3057+
},
3058+
{
3059+
"offsetPosition": 10000,
3060+
"offsetValue": 0
3061+
}
3062+
]
3063+
},
3064+
"patternPosition": 0,
3065+
"pitchPattern": {
3066+
"pitchOffsets": [
3067+
{
3068+
"offsetPosition": 0,
3069+
"offsetValue": 0
3070+
},
3071+
{
3072+
"offsetPosition": 1000,
3073+
"offsetValue": 10
3074+
},
3075+
{
3076+
"offsetPosition": 2000,
3077+
"offsetValue": 20
3078+
},
3079+
{
3080+
"offsetPosition": 3000,
3081+
"offsetValue": 30
3082+
},
3083+
{
3084+
"offsetPosition": 4000,
3085+
"offsetValue": 40
3086+
},
3087+
{
3088+
"offsetPosition": 5000,
3089+
"offsetValue": 50
3090+
},
3091+
{
3092+
"offsetPosition": 6000,
3093+
"offsetValue": 60
3094+
},
3095+
{
3096+
"offsetPosition": 7000,
3097+
"offsetValue": 70
3098+
},
3099+
{
3100+
"offsetPosition": 8000,
3101+
"offsetValue": 80
3102+
},
3103+
{
3104+
"offsetPosition": 9000,
3105+
"offsetValue": 90
3106+
},
3107+
{
3108+
"offsetPosition": 10000,
3109+
"offsetValue": 100
3110+
}
3111+
]
3112+
}
3113+
}
3114+
],
3115+
"DiscreteGlissando": [
3116+
{
3117+
"arrangementPattern": {
3118+
"durationFactor": 9900,
3119+
"timestampOffset": 0
3120+
},
3121+
"expressionPattern": {
3122+
"dynamicOffsets": [
3123+
{
3124+
"offsetPosition": 0,
3125+
"offsetValue": 0
3126+
},
3127+
{
3128+
"offsetPosition": 1000,
3129+
"offsetValue": 1500
3130+
},
3131+
{
3132+
"offsetPosition": 2000,
3133+
"offsetValue": 2500
3134+
},
3135+
{
3136+
"offsetPosition": 3000,
3137+
"offsetValue": 3500
3138+
},
3139+
{
3140+
"offsetPosition": 4000,
3141+
"offsetValue": 4500
3142+
},
3143+
{
3144+
"offsetPosition": 5000,
3145+
"offsetValue": 5000
3146+
},
3147+
{
3148+
"offsetPosition": 6000,
3149+
"offsetValue": 4500
3150+
},
3151+
{
3152+
"offsetPosition": 7000,
3153+
"offsetValue": 3500
3154+
},
3155+
{
3156+
"offsetPosition": 8000,
3157+
"offsetValue": 2500
3158+
},
3159+
{
3160+
"offsetPosition": 9000,
3161+
"offsetValue": 1500
3162+
},
3163+
{
3164+
"offsetPosition": 10000,
3165+
"offsetValue": 0
3166+
}
3167+
]
3168+
},
3169+
"patternPosition": 0,
3170+
"pitchPattern": {
3171+
"pitchOffsets": [
3172+
{
3173+
"offsetPosition": 0,
3174+
"offsetValue": 0
3175+
},
3176+
{
3177+
"offsetPosition": 1000,
3178+
"offsetValue": 0
3179+
},
3180+
{
3181+
"offsetPosition": 2000,
3182+
"offsetValue": 0
3183+
},
3184+
{
3185+
"offsetPosition": 3000,
3186+
"offsetValue": 0
3187+
},
3188+
{
3189+
"offsetPosition": 4000,
3190+
"offsetValue": 0
3191+
},
3192+
{
3193+
"offsetPosition": 5000,
3194+
"offsetValue": 0
3195+
},
3196+
{
3197+
"offsetPosition": 6000,
3198+
"offsetValue": 0
3199+
},
3200+
{
3201+
"offsetPosition": 7000,
3202+
"offsetValue": 0
3203+
},
3204+
{
3205+
"offsetPosition": 8000,
3206+
"offsetValue": 0
3207+
},
3208+
{
3209+
"offsetPosition": 9000,
3210+
"offsetValue": 0
3211+
},
3212+
{
3213+
"offsetPosition": 10000,
3214+
"offsetValue": 0
3215+
}
3216+
]
3217+
}
3218+
}
3219+
],
30103220
"Decrescendo": [
30113221
{
30123222
"arrangementPattern": {

0 commit comments

Comments
 (0)