Hello, i must load soundfonts from memory instead of file (due a custom encription of mine sounds)
I use , and work for windows ,
sf[0].Font := BASS_MIDI_FontInit(Pchar(sf_mem),BASS_MIDI_FONT_MEM );
where sf_mem is an array of byte
Well it good, but if i use the same on OSX this crash with
RUNTIME ERROR 231 at {..address..}
I'm using delphi rad studio 10.4
Any solution?
I found the method BASS_MIDI_FontInitUser but this is almost undocumented, any example (possibily in delphi) of usage of it for just load soundfonts from an array of bytes?