Search found 2 matches

by wearyhacker
Fri Jul 05, 2024 11:12 am
Forum: Newbies & Support
Topic: Modifying and writing out a soundfont
Replies: 1
Views: 40282

Re: Modifying and writing out a soundfont

I have sorted out how to modify and save the sample data. But I am now struggling to save the modified sample header data. I have tried modifying the sf2::Sample:Start, sf2::Sample::End, sf2::Sample:StartLoop and sf2::Sample::EndLoop properties of the sf2:Sample object. Then writing out the file. Th...
by wearyhacker
Sun Jun 30, 2024 9:00 pm
Forum: Newbies & Support
Topic: Modifying and writing out a soundfont
Replies: 1
Views: 40282

Modifying and writing out a soundfont

Hi, I am trying to write a program using libgig-4.4.1. The idea is to make some modifications to the sample data and the write the modified soundfont out to a new file. I have got so far as being able access specific individual raw sample points. It took me a little while to work out that you could ...