From 0506400a5a110b1700356bd6fcfcebf7e1c67a3c Mon Sep 17 00:00:00 2001 From: Live System User Date: Thu, 19 May 2011 23:08:33 +0000 Subject: Version 3 changes: Record Activity compatibility updated --- diff --git a/FileMixAutoReadMe.txt b/FileMixAutoReadMe.txt index f51d81f..c1a0318 100755 --- a/FileMixAutoReadMe.txt +++ b/FileMixAutoReadMe.txt @@ -34,13 +34,13 @@ productions, meditation/relaxation, or just to create a mood. The natural vehicle for soundfile creation is the Record activity. This activity is fairly simple and straightforward; the only problem is that many versions of it do not work with various incarnations of -Sugar. The following versions of Record seem to work well or fairly -well: v86 with the XO-1.5 and the XO-1 upgraded to Sugar 0.84; and -v64 with Sugar-on-a-Stick Strawberry (0.84). The XO-1.5 works *best* -with v78 (strangely named the "Grabar" activity). No current Record -versions work correctly with Sugar 0.86 and higher (as of 3/2011). -Please note that Record prior to v74 (except for v61-64) produce ogg -*speex* files; these files are *not* compatible with FileMixAuto. +Sugar. The following pairings of Record with Sugar seem to work +reliably: v86 with XO-1.5 and XO-1 upgraded to Sugar 0.84, Sugar-on- +a-Stick Strawberry (0.84) and Blueberry (0.86). Sugar 0.86 and above +(as of 5/2011) are compatible with Record v90, including XO's +updated to at least 0.90. Please note that Record prior to v74 +(except for v61-64) produce ogg *speex* files; these files are +incompatible with FileMix. Soundfiles must be moved into the folder where this file resides, and be renamed soundin.1 through soundin.4. Alternatively, and more @@ -59,8 +59,8 @@ system, and import their wav or ogg vorbis files into the Journal via a USB drive. (Display drive contents in Journal view, and drag your file onto the Journal icon.) -Otherwise, adventureous users may run the fine Audacity application -to record and edit. (Happily, none of the limitations of the Record +Otherwise, adventurous users may run the fine Audacity application to +record and edit. (Happily, none of the limitations of the Record activity apply here.) In the Terminal, connected to the web, enter: su yum import audacity @@ -166,3 +166,5 @@ The font display of this activity can be resized in csndsugui.py, using any text editor. Further instructions are found toward the beginning of csndsugui.py. (Simply change the value of the "resize" variable (= 0), plus or minus.) + + diff --git a/activity/activity.info b/activity/activity.info index 2f96420..9247e09 100755 --- a/activity/activity.info +++ b/activity/activity.info @@ -5,7 +5,7 @@ name = FileMixAuto bundle_id = org.laptop.FileMixAuto icon = activity-filemixauto -activity_version = 2 +activity_version = 3 host_version = 1 diff --git a/filemixauto.py b/filemixauto.py index 2ccfbe8..e000529 100755 --- a/filemixauto.py +++ b/filemixauto.py @@ -10,6 +10,10 @@ # It is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# version 3 Changes: +# Record Activity compatibility updated. + import csndsugui import gobject @@ -90,7 +94,7 @@ or accompany movement, drama, pantomime, etc.", all, brown) boxe = win.box(True, boxc) win.text("\t\tOptionally, select your own audio file(s) from the Journal.\n\ \t\tDeselect a file by choosing another, or by closing Journal.\n\ -\t\tSuggestion: create files with Record v64/v78/v86 or Audacity. ", boxa, green) +\t\tSuggestion: create files with Record v86, v90 or Audacity. ", boxa, green) win.text("Select File(s):", boxd, brown) but5 = win.cbbutton(boxd, self.choose1, " 1 ") but5.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0x6600, 0, 0)) @@ -221,3 +225,4 @@ is < Max Vol") self.but = self.w.cbbutton(self.b7, self.playcsd, "START !") self.but.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0, 0x7700, 0)) self.but.modify_bg(gtk.STATE_PRELIGHT, gtk.gdk.Color(0, 0x7700, 0)) + -- cgit v0.9.1