Search found 222 matches

by Fazek
Thu Sep 21, 2006 10:51 am
Forum: General Moho Discussion
Topic: Suggestions for Moho to go OPEN SOURCE. Discuss
Replies: 78
Views: 32221

The Lua interface version in Moho is old and highly restricted (the debug interface and many system call features are disabled). It is not a perspective to make big things in Lua for Moho. (I still waiting for the Linux version so I don't have AS yet). I think we already reached the limits of the de...
by Fazek
Wed Sep 20, 2006 11:55 am
Forum: General Moho Discussion
Topic: Suggestions for Moho to go OPEN SOURCE. Discuss
Replies: 78
Views: 32221

Well, I think it is a different programming style if you write a program as open source - it must be elegant, well commented in english, understandable by others. And it must have a very complex installation support. It is much easier to write a closed source program. I think many closed source prog...
by Fazek
Wed Sep 20, 2006 11:24 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

Image
by Fazek
Wed Sep 20, 2006 10:32 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

I made a fix for my window size problem. Maybe I made something illegal and I don't know how it looks like under other plafforms, so please check it. There are two separate problems under wxgtk and I am sure the problem is with wxgtk. In the __do_layout of LipsyncFrame.py: 1 the vertical size of the...
by Fazek
Wed Sep 20, 2006 7:28 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

A notice for Linux users: the link to the 1.3.5.1 source patch points to the compiled win32 files. I hope nassosy will correct it quickly, but until that, if you want to use this for Linux, you can still use the 1.3.5 source. To fix the drag'n'drop bug, add a # character to the beginning of the line...
by Fazek
Tue Sep 19, 2006 5:30 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

Yes you're right, it is not neccessary to set it in the OnMouseUp. But if I uncomment the self.scrubFrame = -1 in OnMouseUp (I commented it out before), the drag'n'drop is wrong again. It seems it executes the InsertPhonemeOnCurrentFrame after this command so it gets always self.scrubFrame == -1. Ma...
by Fazek
Tue Sep 19, 2006 3:30 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

Yes but my solution works (try it if you don't believe)! I made some print commands in the WaveformView body so I see that the OnMouseDown activated when I click on the phoneme list, and the OnMouseUp as well when I release the button above the WaveformView. And the valid position of the mouse for t...
by Fazek
Tue Sep 19, 2006 1:08 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

I know I know I know!

You set the initial value of self.scrubFrame in the OnMouseDown method! But (at least under Linux) the mouse is on the left hand side phoneme list then!

1. You must put this into the OnMouseUp method
2. You must remove the self.scrubFrame= -1 from the OnMouseUp
by Fazek
Tue Sep 19, 2006 6:33 am
Forum: General Moho Discussion
Topic: seinfeld fans...
Replies: 3
Views: 1378

The 'papagayo' lip sync file format counts the time in frames. If your playing framerate is different from the one used for the breakdown, the loaded switch layer will slip away from the sound.
by Fazek
Tue Sep 19, 2006 6:19 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

Now it works, but it puts the new phoneme into the first frame and not into the position of the release. Could you tell me shortly, what is the arrangement of the word and phoneme variables, and where is your insert algorythm? I would like to try to fix it on my computer... Another little bug: the v...
by Fazek
Mon Sep 18, 2006 2:35 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

See the pictures on my reply begining with "SuSE Linux 10.0, gnome wm
Python 2.4.1..."
in the previous page of this topic. Maybe I added them right after your answer...
by Fazek
Mon Sep 18, 2006 1:40 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

The text fields above are jumping together (as you see on the pictures). The dropped new phoneme has no effect: not appears on the timeline. Oh yes! If I drop the phoneme on an unprocessed (freshly loaded) sound, I get the following message: Traceback (most recent call last): File "/home/fazeka...
by Fazek
Mon Sep 18, 2006 12:07 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

Sorry, there is no error message. Python thinks everything's fine.
by Fazek
Mon Sep 18, 2006 11:36 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

SuSE Linux 10.0, gnome wm Python 2.4.1 I am using papagayoMOD 1.3.4 src.rar The play buttons were hidden because I forgot to copy the rsrc subdirectory from the original papagayo (the icon pngs are there.). I am not using unrar so much and I invoked it with "unrar e" instead of "unrar...
by Fazek
Mon Sep 18, 2006 7:17 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 397245

That's much better! I really like it! The 'Scale on drag' option is exactly what I wanted! The phoneme drag'n'drop is not important for me. It is not working at all and totally confuses the displaying of the texts. Somehow the playing buttons of the original Papagayo are also missing. But I don't wa...