@antonio.grazioli Hi Antonio
When you changed this :
{
"version": "0.6.2c",
"modules": [
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Kick",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
93,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Snare",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
97,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Closed Hats",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
101,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Open Hats",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
81,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Claps",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
85,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Cymbals",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
77,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Ride",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
89,
1
]
},
{
"plugin": "Autodafe-Drum Kit",
"version": "0.6.0",
"model": "Drums - Rim/Claves",
"params": [
{
"paramId": 0,
"value": 0.0
}
],
"data": {
"sampletype": 1
},
"pos": [
73,
1
]
}
],
"wires": []
}
to this :
{
"version": "1.1.1",
"modules": [
{
"id": 384,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsClaps",
"params": [
{
"id": 0,
"value": 0.0
}
],
"rightModuleId": 385,
"data": {
"sampletype": 1
},
"pos": [
0,
0
]
},
{
"id": 385,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsHiHatClosed",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 384,
"rightModuleId": 386,
"data": {
"sampletype": 1
},
"pos": [
4,
0
]
},
{
"id": 386,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsCymbals",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 385,
"rightModuleId": 387,
"data": {
"sampletype": 1
},
"pos": [
8,
0
]
},
{
"id": 387,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsHiHatOpen",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 386,
"rightModuleId": 388,
"data": {
"sampletype": 1
},
"pos": [
12,
0
]
},
{
"id": 388,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsKick",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 387,
"rightModuleId": 389,
"data": {
"sampletype": 1
},
"pos": [
16,
0
]
},
{
"id": 389,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsRide",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 388,
"rightModuleId": 390,
"data": {
"sampletype": 1
},
"pos": [
20,
0
]
},
{
"id": 390,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsRimClaves",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 389,
"rightModuleId": 391,
"data": {
"sampletype": 1
},
"pos": [
24,
0
]
},
{
"id": 391,
"plugin": "Autodafe-DrumKit",
"version": "1.0.0",
"model": "DrumsSnare",
"params": [
{
"id": 0,
"value": 0.0
}
],
"leftModuleId": 390,
"data": {
"sampletype": 1
},
"pos": [
28,
0
]
}
],
"cables": []
}
It changed the slug or whatever it is called, so I/we are no longer able to load a v0.62 patch into V1 without the warning that all modules are missing which they are NOT they just have a different/wrong name.
Can you do something to prevent this, or not.
Greetings Peter