Any idea if this is possible ?
I tried saving it from the instrument editor , save as .txt but no luck
iI want to use these as table data in reaktor -plugdata
What text/data format exactly would you need? Like csv/“comma separated data”, or something else?
I guess this needs a handmade converter. It’s even possible to make one into renoise as a lua tool, so you can convert and save your loaded samples as text file directly.
Usually this is done using Base64 encoding.
How should the text look like?
One value per line?
Some value separator?
Range of text values? float(-1, 1), 8bit, 16bit, 24bit numbers.
You need to be a bit more specific.