Skip to content

Commit

Permalink
sfont~
Browse files Browse the repository at this point in the history
Update sfont~.c
  • Loading branch information
porres committed Aug 26, 2024
1 parent 75d5cb7 commit 8f9912b
Show file tree
Hide file tree
Showing 82 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code_source/Compiled/audio/sfont~/sfont~.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ typedef struct _sfont{
static void sfont_float(t_sfont *x, t_float f);

static void sfont_getversion(void){
post("[sfont~] version 1.0-rc6 (using fluidlite 1.2.2)");
post("[sfont~] is using fluidlite 1.2.2");
}

static void sfont_verbose(t_sfont *x, t_floatarg f){
Expand Down Expand Up @@ -475,7 +475,7 @@ static void sfont_info(t_sfont *x){
int i = 1;
fluid_preset_t* preset;
fluid_sfont_iteration_start(x->x_sfont);
while((fluid_sfont_iteration_next(x->x_sfont, preset))) {
while((fluid_sfont_iteration_next(x->x_sfont, preset))){
int bank = preset->get_banknum(preset), pgm = preset->get_num(preset);
const char* name = preset->get_name(preset);
post("%03d - bank (%d) pgm (%d) name (%s)", i++, bank, pgm, name);
Expand Down
Binary file removed Code_source/Compiled/audio/sfont~/sfont~.pd_darwin
Binary file not shown.
Binary file removed Code_source/Compiled/audio/sfont~/sfont~.pd_darwin.o
Binary file not shown.
Binary file added Code_source/shared/elsefile.darwin-fat-32.so.o
Binary file not shown.
Binary file added Code_source/shared/elsefile.pd_darwin.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Code_source/tools/binaries/apple/sfont~.d_amd64
Binary file not shown.
Binary file removed Code_source/tools/binaries/apple/sfont~.d_arm64
Binary file not shown.
Binary file removed Code_source/tools/binaries/linux-windows/SDL2.w64
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libFLAC.so.8
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libfluidsynth.so.3
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libglib-2.0.so.0
Binary file not shown.
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libogg.so.0
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libsndfile.so.1
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libvorbis.so.0
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/arm/libvorbisenc.so.2
Binary file not shown.
Binary file removed Code_source/tools/binaries/pi/sfont~.l_arm
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ endef
#########################################################################
# extra files

extradirs = Documentation/extra_files/sf

extrafiles = \
$(wildcard Code_source/Abstractions/control/*.pd) \
$(wildcard Code_source/Abstractions/audio/*.pd) \
Expand Down

0 comments on commit 8f9912b

Please sign in to comment.