2021-04-16 04:53:35 +08:00
{
"name" : "fluidsynth" ,
2024-09-10 11:28:47 +08:00
"version" : "2.3.6" ,
2021-04-16 04:53:35 +08:00
"description" : "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont." ,
"homepage" : "https://github.com/FluidSynth/fluidsynth" ,
2022-03-29 04:44:37 +08:00
"license" : "LGPL-2.1-or-later" ,
2023-06-16 05:49:00 +08:00
"supports" : "!xbox" ,
2021-04-16 04:53:35 +08:00
"dependencies" : [
2022-05-17 05:07:38 +08:00
{
"name" : "alsa" ,
"platform" : "linux"
} ,
2021-12-30 03:20:49 +08:00
{
"name" : "fluidsynth" ,
"host" : true ,
2022-07-26 03:10:23 +08:00
"default-features" : false ,
2021-12-30 03:20:49 +08:00
"features" : [
"buildtools"
]
} ,
"glib" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
2023-02-13 23:48:09 +08:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-12-30 03:20:49 +08:00
}
] ,
"features" : {
"buildtools" : {
"description" : "Build tools gentables"
2022-05-12 07:38:46 +08:00
} ,
2023-05-02 06:03:23 +08:00
"pulseaudio" : {
"description" : "Build with PulseAudio support" ,
"supports" : "linux"
} ,
2022-05-12 07:38:46 +08:00
"sndfile" : {
"description" : "Enable rendering to file and SF3 support" ,
"dependencies" : [
{
"name" : "libsndfile" ,
"default-features" : false ,
"features" : [
"external-libs"
]
}
]
2021-12-30 03:20:49 +08:00
}
}
2021-04-16 04:53:35 +08:00
}