Search found 59 matches

by nassosy
Tue Sep 19, 2006 3:52 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

The scrubFrame is constantly updated during OnMouseMove() [line 725] so there is no need to set it in OnMouseUp() since the valid position position is already in the scrubFrame when the mouse button is released. The only reason I set scrubFrame initialy during OnMouseDown() (aside from sound preview...
by nassosy
Tue Sep 19, 2006 3:14 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

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 The OnMouseDown() belongs to the Wave...
by nassosy
Tue Sep 19, 2006 8:44 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

Fixed a couple of bugs and Uploaded a new patch v1.3.4 to v1.3.5: "http://www.oxyshare.com/get/944446305450f9ddf1d56e/papagayoMOD 1.3.5 src patch.rar.html" The splitter between the waveform and the xsheet/breakdown views is automatically calculated and should be in the middle of the window...
by nassosy
Mon Sep 18, 2006 4:00 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

I think I fixed it.
download the new 'waveform.py' from here:

-----------link removed------------------

and tell me if it works

P.S. The same problem happened under windows too.
by nassosy
Mon Sep 18, 2006 3:08 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

OK I see them now.
Did you drag a phoneme under the region of a word or outside?
On what frame did you drag the phoneme to?

From what i see my guess is that you draged under the word test or outside the phrase.
Is my guess correct?
by nassosy
Mon Sep 18, 2006 2:04 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

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. What text fields do you mean (the XSheet, the phonemes on the waveforme view, ??)? What pictures? Did you mean the phoneme thumbnails? :( BTW dragging phoneme...
by nassosy
Mon Sep 18, 2006 12:11 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

What exactly happens (or doesn't happen)
when you drag a phoneme to the waveform view?
and BTW the thumbnail view wants PIL, make sure you have it installed.
by nassosy
Mon Sep 18, 2006 12:02 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

SuSE Linux 10.0, gnome wm Python 2.4.1 I am using papagayoMOD 1.3.4 src.rar From what i have seen in the drag-n-drop module there are some object methods that have not been implemented in the linux release of wxPython, even though they are documented as if they are. In the 1.3.4 version of pMOD I u...
by nassosy
Mon Sep 18, 2006 7:46 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

The phoneme drag'n'drop is not important for me. It is not working at all and totally confuses the displaying of the texts. What OS are you using (linux?) What version of the pMOD have you installed (source or binary)? And could you please post the error log, if any. Somehow the playing buttons of ...
by nassosy
Sun Sep 17, 2006 9:25 pm
Forum: Papagayo
Topic: What's going to happen to Papagayo?
Replies: 7
Views: 9300

by nassosy
Sat Sep 16, 2006 8:13 am
Forum: Papagayo
Topic: Am I missing something......
Replies: 3
Views: 5416

Unrar the contents of the archive to a folder (ex: c:\papagayoMod\) There you will find a file called "papagayo.exe" You either double-click on it with your mouse from the explorer window, or select it and press the 'Enter' key. Both do the same thing, they start the application. After a f...
by nassosy
Fri Sep 15, 2006 3:24 pm
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

Version 1.3.4 is out
Hopefully this fixes the drag'n'drop bug under Linux, let me know.
Fazek, I added 'Scale on drag' .
by nassosy
Wed Sep 13, 2006 11:32 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

Fazek download the new 1.3.2 source
and tell me if that works.

You will not have to edit anything since it now has automatic package detection.
If you don't have pyExcelerator it will detect it.
by nassosy
Wed Sep 13, 2006 10:04 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

BTW PapagayoMOD was written and tested using the ANSI version
of wxPython.
Fazek from what i see you have installed the Unicode version
by nassosy
Wed Sep 13, 2006 9:36 am
Forum: Papagayo
Topic: Announcement: PapagayoMOD v1.3.5 (XSheet, Image export, etc)
Replies: 104
Views: 446971

There must be some incompatibillity with wxGTK.
I will try to fix it.