This may not make any sense at all, please bear with me.
Is there a way to read x amount of data from a specific pointer (on a disk) if you know exactly where the data is on the hard drive without referring to a file?
For example:
Instead of:
Loadbank(<File>)
this type of idea:
Loadbank(<Disk Pointer address>,<length>)
It would basically be the same as opening a file, but instead, opening an undefined file (just a chunk of memory on the drive).
Possible?
Is there a way to read x amount of data from a specific pointer (on a disk) if you know exactly where the data is on the hard drive without referring to a file?
For example:
Instead of:
Loadbank(<File>)
this type of idea:
Loadbank(<Disk Pointer address>,<length>)
It would basically be the same as opening a file, but instead, opening an undefined file (just a chunk of memory on the drive).
Possible?