Hello,
it looks like we can have real score display on pd!
Last svn release of gridflow was successfully compiled on win32 after three modif...
lgamma_r function isn't implemented on mingw so I've just removed it from numop1.cxx, maybe it's possible to grab it from ruby sources and add it to the build system?
pdp doesn't exist yet(?) on windows so I've removed it from makefile,
there is also a missing line in classes1.cxx:
#ifdef __MINGW32__ void *alloca(size_t); #endif
I've attached a screenshot from the doc patch, the object doesn't seem to show the note at the right place, it seems to be caused by this error:
speedlim 50 ... couldn't create
----- "Caio Barros" caio.barros@gmail.com a écrit :
This looks just awesome! Unfortunately I'm not at home this week and I don't have linux down here. Is there a way to use SVN under windows? About the scale, do you have problems with midi note? I believe this would be the most compatible with other functions.
2010/11/7 Mathieu Bouchard < matju@artengine.ca >
On Thu, 4 Nov 2010, Caio Barros wrote:
Hello guys. I've been dreaming about an object that would display musical notation and output data (like midi numbers for instance).
Hi, I just made a slider for a musical note on a stave, but I haven't decided what to do with the scales. Look at this :
http://gridflow.ca/help/note-help.png
(It's in GridFlow's SVN, if you can use that.)
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sun, 7 Nov 2010, patko wrote:
it looks like we can have real score display on pd!
Unfortunately it's using a lot of bandwidth, as it goes through [#see], but that's ok as long as you don't need to use them to display the output of several [fiddle] at once. ;) If ever it becomes a problem, we will find a solution (there are several possible)
lgamma_r function isn't implemented on mingw so I've just removed it from numop1.cxx, maybe it's possible to grab it from ruby sources and add it to the build system?
(I put this reply on hold for a long time because I didn't try reimplementing/transplanting lgamma_r yet. You may also comment it out from the DECL_OP tables)
pdp doesn't exist yet(?) on windows so I've removed it from makefile,
Ok, but why would you need to remove it from the makefile ? Does it cause any problem ?
there is also a missing line in classes1.cxx: #ifdef __MINGW32__ void *alloca(size_t); #endif
Fixed in r6450
I've attached a screenshot from the doc patch, the object doesn't seem to show the note at the right place, it seems to be caused by this error: speedlim 50 ... couldn't create
haven't looked at this part yet.
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC