mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Fixed MIDI playback on Linux. Still need configure files for libscorealign and portmidi. (I tweaked makefiles by hand to build and test with EXPERIMENTAL_MIDI_OUT and EXPERIMENTAL_SCOREALIGN.) Also, I updated portmidi files, including some bug fixes from the portmidi project.
This commit is contained in:
@@ -360,7 +360,7 @@ int NumWindowFuncs3()
|
||||
return 4;
|
||||
}
|
||||
|
||||
char *WindowFuncName3(int whichFunction)
|
||||
const char *WindowFuncName3(int whichFunction)
|
||||
{
|
||||
switch (whichFunction) {
|
||||
default:
|
||||
|
||||
@@ -94,7 +94,7 @@ void WindowFunc3(int whichFunction, int NumSamples, float *data);
|
||||
* Returns the name of the windowing function (for UI display)
|
||||
*/
|
||||
|
||||
char *WindowFuncName3(int whichFunction);
|
||||
const char *WindowFuncName3(int whichFunction);
|
||||
|
||||
/*
|
||||
* Returns the number of windowing functions supported
|
||||
|
||||
Reference in New Issue
Block a user