Forum Rule: Always post complete source code & details to reproduce any issue!
-
Senior Member
Soundfont2 file live "decoder"/"parser"
What happened to the sound font 2 decoder/reader that was able to run direct on the teensy
and utilizing the external PSRAM
cannot find it anywhere
example of the files:
SF2File.h
SF2Wavetable.cpp/.h
or is ChatGPT just messing around?
but it did have a url to a library
that was available on github
and if I asked the right questions it could give me the code for the different files
however while asking
it did give different contents for the SF2Generator files
one "file" did even contain comments
if I asked for the files of the library it gave the following file list:
Code:
The files associated with the Teensy SoundFont2 library are:
SF2File.h: Header file containing definitions for the SF2File class and related structures and enums.
SF2Wavetable.h: Header file containing definitions for the SF2Wavetable class and related structures and enums.
SF2Sound.h: Header file containing definitions for the SF2Sound class.
AudioSampleReader.h: Header file containing definitions for the AudioSampleReader class.
SF2Loader.h: Header file containing definitions for the SF2Loader class.
SF2Sample.h: Header file containing definitions for the SF2Sample class.
SF2Preset.h: Header file containing definitions for the SF2Preset class.
SF2Generator.h: Header file containing definitions for the SF2Generator class.
SF2Modulator.h: Header file containing definitions for the SF2Modulator class.
SF2Region.h: Header file containing definitions for the SF2Region class.
SF2Instrument.h: Header file containing definitions for the SF2Instrument class.
SF2Bank.h: Header file containing definitions for the SF2Bank class.
SF2File.cpp: Implementation file for the SF2File class.
SF2Wavetable.cpp: Implementation file for the SF2Wavetable class.
SF2Sound.cpp: Implementation file for the SF2Sound class.
AudioSampleReader.cpp: Implementation file for the AudioSampleReader class.
SF2Loader.cpp: Implementation file for the SF2Loader class.
SF2Sample.cpp: Implementation file for the SF2Sample class.
SF2Preset.cpp: Implementation file for the SF2Preset class.
SF2Generator.cpp: Implementation file for the SF2Generator class.
SF2Modulator.cpp: Implementation file for the SF2Modulator class.
SF2Region.cpp: Implementation file for the SF2Region class.
SF2Instrument.cpp: Implementation file for the SF2Instrument class.
SF2Bank.cpp: Implementation file for the SF2Bank class.
what do you think?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules