Search found 2 matches

by jamescmc
Mon Mar 10, 2014 11:23 pm
Forum: Asset Creation: Music, Sound, and Movies
Topic: LF someone to transcribe piano track in .PDF to .midi
Replies: 7
Views: 2169

Re: LF someone to transcribe piano track in .PDF to .midi

Hi, I don't know if this is the right place to ask for this but, would someone be so kind to convert those two tracks into a .MIDI?(For free though :<) I want to play them but I learn faster by using Synthesia rather than reading the sheet. Snow Waltz: You can list to it here: http://www.newgrounds...
by jamescmc
Thu Feb 27, 2014 4:25 am
Forum: Ren'Py Questions and Announcements
Topic: "Permanent" Side Images - How to? [Solved]
Replies: 17
Views: 2217

Re: "Permanent" Side Images - How to?

The following imaging API can be used to add sideimage:

Code: Select all

void Page.AddImage(REImage img, float positionX, float positionY, ImageCompression compression);
For more information, please go to this image tutorial