diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2009-03-07 17:08:44 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2009-03-07 17:08:44 +0000 |
commit | 4c3a63073a662f4fe1e3981460e445eab25c6047 (patch) | |
tree | b7f7485c2596a796088c8b9814a07b8c05457be4 /dssi/src/jutils.h | |
parent | cc37045b76745dad7acb244dade60dcb46bc3dfc (diff) |
- Committed patch from moumar on Pd list 'add-more-stability.patch' !
- Fixed bug where setting LADSPA control ports for DSSI plugins crashed Pd
- Fixed bug where sending notes on channel 1 sends to all channels
- Reformatted code using ts=8 sts=4 sw=4
svn path=/trunk/externals/postlude/; revision=10840
Diffstat (limited to 'dssi/src/jutils.h')
-rw-r--r-- | dssi/src/jutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dssi/src/jutils.h b/dssi/src/jutils.h index fb0a35f..fdf718f 100644 --- a/dssi/src/jutils.h +++ b/dssi/src/jutils.h @@ -36,8 +36,8 @@ void unloadLADSPAPluginLibrary(void * pvLADSPAPluginLibrary); informative error messages. */ const LADSPA_Descriptor * findLADSPAPluginDescriptor(void * pvLADSPAPluginLibrary, - const char * pcPluginLibraryFilename, - const char * pcPluginLabel); + const char * pcPluginLibraryFilename, + const char * pcPluginLabel); /*****************************************************************************/ @@ -60,7 +60,7 @@ typedef void LADSPAPluginSearchCallbackFunction library, the callback function is called to process it. This function leaves items passed to the callback function open. */ void LADSPAPluginSearch(LADSPAPluginSearchCallbackFunction fCallbackFunction, - void* user_data); + void* user_data); /*****************************************************************************/ |