MuseScore/fluid
Joachim Schmitz c9ec1ac5d4 fix some compiler warnings differently/cleaner
as requested/discussed in PR #4989, by using size_t or at least
unsigned instead of casting to int when using the size() method of stl
containers (vectors etc.) in for loops.
Doesn't work everywhere though, not without either adding more casts
elsewhere or with massive code changes or with different compiler(s')
warnings.
Tested with MinGW 64-bit, MinGW 32-bit and MSVC 64-bit.
2020-03-03 14:39:24 +01:00
..
chan.cpp add channel and polyphonic aftertouch support to fluid 2020-01-26 17:17:16 +00:00
CMakeLists.txt Move main() function out of mscore directory 2019-12-04 11:11:14 +02:00
conv.cpp Misc. typos 2018-02-13 12:06:05 -05:00
conv.h Initial commit 2012-05-26 14:49:10 +02:00
dsp.cpp Implemented caching signals to prevent not generated sound in case of framesBuff from PortAudio is too small 2018-03-07 16:51:59 +02:00
fluid.cpp add channel and polyphonic aftertouch support to fluid 2020-01-26 17:17:16 +00:00
fluid.h add channel and polyphonic aftertouch support to fluid 2020-01-26 17:17:16 +00:00
fluid_gui.ui Implement "Move soundfont To Top" button for Fluid/Zerberus synths GUI 2019-10-28 13:04:44 +02:00
fluidgui.cpp Implement "Move soundfont To Top" button for Fluid/Zerberus synths GUI 2019-10-28 13:04:44 +02:00
fluidgui.h Implement "Move soundfont To Top" button for Fluid/Zerberus synths GUI 2019-10-28 13:04:44 +02:00
gen.cpp whitespace cleanup 2014-05-30 13:37:44 +02:00
gen.h whitespace cleanup 2014-05-30 13:37:44 +02:00
mod.cpp add channel and polyphonic aftertouch support to fluid 2020-01-26 17:17:16 +00:00
sfont.cpp fix various typos 2019-12-19 06:13:30 -05:00
sfont.h fix #291756 explicitly-signed char fluid pitchadj 2019-07-04 19:36:33 -04:00
sfont3.cpp Fix start/end loop opcodes size int-> long long 2018-06-01 10:30:24 +02:00
voice.cpp fix some compiler warnings differently/cleaner 2020-03-03 14:39:24 +01:00
voice.h Implemented caching signals to prevent not generated sound in case of framesBuff from PortAudio is too small 2018-03-07 16:51:59 +02:00