Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:edogawa
paulstretch
paulstretch-gcc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File paulstretch-gcc.patch of Package paulstretch
diff -up paulstretch-2.1-0/FreeEdit.cpp.orig paulstretch-2.1-0/FreeEdit.cpp --- paulstretch-2.1-0/FreeEdit.cpp.orig 2011-02-08 20:57:17.000000000 +0100 +++ paulstretch-2.1-0/FreeEdit.cpp 2011-02-27 00:44:32.284298063 +0100 @@ -111,7 +111,7 @@ void FreeEdit::get_curve(int datasize,RE REALTYPE x0=0; if (diffx>1e-5) x0=(x-px1)/diffx; if (interp_mode==COSINE) x0=(1.0-cos(x0*M_PI))*0.5; - REALTYPE y=y=posy[p1]*(1.0-x0)+posy[p2]*x0; + REALTYPE y=posy[p1]*(1.0-x0)+posy[p2]*x0; data[i]=y; }; diff -up paulstretch-2.1-0/JAaudiooutput.cpp.orig paulstretch-2.1-0/JAaudiooutput.cpp --- paulstretch-2.1-0/JAaudiooutput.cpp.orig 2011-02-28 11:58:51.705111112 +0100 +++ paulstretch-2.1-0/JAaudiooutput.cpp 2011-02-28 12:01:23.676111111 +0100 @@ -139,6 +139,7 @@ void *jack_player_thread(void *){ src_delete(src_state); free(smpbuf); #endif + return NULL; } void JACKaudiooutputinit(Player *player_, int samplerate){
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor