Is there a module for editing samples on screen beneath PdArray?
I used to just open up the Rack save file with a text editor and edit them there, but no more. You can always use 02NAGOL to load up a .csv if offline array editing is what you need
Don’t know if this is what you mean ? I do this to edit the data points in pdArray.
- Hover over PdArray ,press Ctrl-C to copy the module [meta]data
- Ctrl-V in notepad and edit the “arrayData” field: (note: it would be awesome to have a json/text editor inside VCVRack). If there is a reasonably good text editing module, I have forgotten it.
Module data pasted in text editor
{
"plugin": "PdArray",
"model": "Array",
"version": "2.1.0",
"params": [
{
"value": 2.0,
"id": 0
},
{
"value": 0.0,
"id": 1
},
{
"value": 0.0,
"id": 2
}
],
"data": {
"enableEditing": true,
"boundaryMode": 2,
"recMode": 0,
"lastLoadedPath": "",
"arrayData": [
0.0,
0.3,
0.2,
0.1,
0.4444444477558136,
0.55555558204650879,
0.66666668653488159,
0.77777779102325439,
0.8888888955116272,
1.0
]
}
}
-
Ctrl-A to select all
-
Ctrl-C to copy
-
back in VCVRack
- Hover over pdArray and Ctrl-V
-
(or use copy paste from the relevant right-click menus.)
I’m thinking of a sampler/recorder with graphical sample editing capabilities.