Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLive System User <liveuser@localhost.localdomain>2011-05-24 21:26:24 (GMT)
committer Live System User <liveuser@localhost.localdomain>2011-05-24 21:26:24 (GMT)
commitbd46c98af75b66e53c84f495b8bd3d5e1f59311e (patch)
tree90fd9d60dea18bcfed33494b097d45e51cb71c56
parentb47e29e02ba984a435f4fbe97bdb76220005b021 (diff)
Version 7 changes: Record Activity compatibility updated again
-rwxr-xr-xFileMixReadMe.txt12
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xfilemix.py10
3 files changed, 12 insertions, 12 deletions
diff --git a/FileMixReadMe.txt b/FileMixReadMe.txt
index a9b949c..370a434 100755
--- a/FileMixReadMe.txt
+++ b/FileMixReadMe.txt
@@ -34,12 +34,12 @@ 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 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.
+reliably: v64 with Sugar-on-a-Stick Strawberry (0.84 - works rather
+poorly); and v86 with XO-1.5, and XO-1 upgraded to Sugar 0.84. Sugar
+0.86 (Blueberry) and above (as of 5/2011) are compatible with Record
+v90/91, including XO's upgraded to at least Sugar 0.90 (Mango lassi -
+Fedora 14). 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
diff --git a/activity/activity.info b/activity/activity.info
index 0ca66bb..ee3fc3f 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ name = FileMix
bundle_id = org.laptop.FileMix
icon = activity-filemix
-activity_version = 6
+activity_version = 7
host_version = 1
diff --git a/filemix.py b/filemix.py
index c1df77b..f5be07a 100755
--- a/filemix.py
+++ b/filemix.py
@@ -11,7 +11,7 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# version 6 Changes:
+# version 7 Changes:
# Record Activity compatibility updated.
@@ -127,10 +127,10 @@ are ignored.</i> ", all, brown)
except ImportError:
version = [0, 82]
if version >= [0, 84]:
- win.text(" Optionally, <b>before choosing version above</b>, \
-select your own <b>audio</b> file(s) from\n the Journal. \
-Deselect by closing Journal. Record with Record v86, v90 \
-or Audacity.", self.b2box, brown)
+ win.text(" Optionally, <b>before choosing version</b>, \
+select your own <b>audio</b> file(s) from Journal.\n\
+ Deselect by closing Journal. Create files with Record \
+or Audacity (see ReadMe.txt).", self.b2box, brown)
win.text(" Load File(s):", self.b2box, brown)
but5 = win.cbbutton(self.b2box, self.choose1, " 1 ")
but5.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0x6600, 0, 0))