From 1c4f991f397a88dcdae620c26ef39b0ecc606c75 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 29 Dec 2008 06:52:53 +0000 Subject: fix exec permitions and file formats --- diff --git a/TamTamEdit.activity/Edit/EditToolbars.py b/TamTamEdit.activity/Edit/EditToolbars.py index 27ad17c..9d4552e 100644 --- a/TamTamEdit.activity/Edit/EditToolbars.py +++ b/TamTamEdit.activity/Edit/EditToolbars.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import gtk import common.Config as Config diff --git a/TamTamEdit.activity/icons/accept.svg b/TamTamEdit.activity/icons/accept.svg index a2f9e28..a2f9e28 100755..100644 --- a/TamTamEdit.activity/icons/accept.svg +++ b/TamTamEdit.activity/icons/accept.svg diff --git a/TamTamEdit.activity/icons/cancel.svg b/TamTamEdit.activity/icons/cancel.svg index 59512eb..59512eb 100755..100644 --- a/TamTamEdit.activity/icons/cancel.svg +++ b/TamTamEdit.activity/icons/cancel.svg diff --git a/TamTamEdit.activity/setup.py b/TamTamEdit.activity/setup.py index 02edd01..302145c 100644..100755 --- a/TamTamEdit.activity/setup.py +++ b/TamTamEdit.activity/setup.py @@ -1,35 +1,35 @@ -#!/usr/bin/python - -# Copyright (C) 2006, Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program 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. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -from sugar.activity import bundlebuilder -import shutil -import os - -#We are removing the symlink to common and replacing it with the real common folder -os.system('unlink common') -shutil.copytree('../common', 'common') - -try: - bundlebuilder.start('TamTamEdit') -except Exception, err: - print err - os.system('rm -rf common') - os.system('ln -s ../common common') -#Restore the symlink -os.system('rm -rf common') -os.system('ln -s ../common common') +#!/usr/bin/python + +# Copyright (C) 2006, Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +from sugar.activity import bundlebuilder +import shutil +import os + +#We are removing the symlink to common and replacing it with the real common folder +os.system('unlink common') +shutil.copytree('../common', 'common') + +try: + bundlebuilder.start('TamTamEdit') +except Exception, err: + print err + os.system('rm -rf common') + os.system('ln -s ../common common') +#Restore the symlink +os.system('rm -rf common') +os.system('ln -s ../common common') diff --git a/TamTamJam.activity/icons/accept.svg b/TamTamJam.activity/icons/accept.svg index a2f9e28..a2f9e28 100755..100644 --- a/TamTamJam.activity/icons/accept.svg +++ b/TamTamJam.activity/icons/accept.svg diff --git a/TamTamJam.activity/icons/beats.svg b/TamTamJam.activity/icons/beats.svg index b1592b5..b1592b5 100755..100644 --- a/TamTamJam.activity/icons/beats.svg +++ b/TamTamJam.activity/icons/beats.svg diff --git a/TamTamJam.activity/icons/cancel.svg b/TamTamJam.activity/icons/cancel.svg index 59512eb..59512eb 100755..100644 --- a/TamTamJam.activity/icons/cancel.svg +++ b/TamTamJam.activity/icons/cancel.svg diff --git a/TamTamJam.activity/icons/mute.svg b/TamTamJam.activity/icons/mute.svg index 425b205..425b205 100755..100644 --- a/TamTamJam.activity/icons/mute.svg +++ b/TamTamJam.activity/icons/mute.svg diff --git a/TamTamJam.activity/setup.py b/TamTamJam.activity/setup.py index cf5c358..fad955a 100644..100755 --- a/TamTamJam.activity/setup.py +++ b/TamTamJam.activity/setup.py @@ -1,36 +1,36 @@ -#!/usr/bin/python - -# Copyright (C) 2006, Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program 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. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -from sugar.activity import bundlebuilder -import shutil -import os - -#We are removing the symlink to common and replacing it with the real common folder -os.system('unlink common') -shutil.copytree('../common', 'common') - -try: - bundlebuilder.start('TamTamJam') -except Exception, err: - print err - os.system('rm -rf common') - os.system('ln -s ../common common') -#Restore the symlink -os.system('rm -rf common') -os.system('ln -s ../common common') - +#!/usr/bin/python + +# Copyright (C) 2006, Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +from sugar.activity import bundlebuilder +import shutil +import os + +#We are removing the symlink to common and replacing it with the real common folder +os.system('unlink common') +shutil.copytree('../common', 'common') + +try: + bundlebuilder.start('TamTamJam') +except Exception, err: + print err + os.system('rm -rf common') + os.system('ln -s ../common common') +#Restore the symlink +os.system('rm -rf common') +os.system('ln -s ../common common') + diff --git a/TamTamMini.activity/Mini/InstrumentPanel.py b/TamTamMini.activity/Mini/InstrumentPanel.py index 73fbebe..8a885d6 100644 --- a/TamTamMini.activity/Mini/InstrumentPanel.py +++ b/TamTamMini.activity/Mini/InstrumentPanel.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import pygtk pygtk.require( '2.0' ) import gtk diff --git a/TamTamMini.activity/Mini/Loop.py b/TamTamMini.activity/Mini/Loop.py index 348b465..348b465 100755..100644 --- a/TamTamMini.activity/Mini/Loop.py +++ b/TamTamMini.activity/Mini/Loop.py diff --git a/TamTamMini.activity/Mini/lps.py b/TamTamMini.activity/Mini/lps.py index b3c3aa8..b3c3aa8 100755..100644 --- a/TamTamMini.activity/Mini/lps.py +++ b/TamTamMini.activity/Mini/lps.py diff --git a/TamTamMini.activity/Mini/miniToolbars.py b/TamTamMini.activity/Mini/miniToolbars.py index cac9786..867e00a 100644 --- a/TamTamMini.activity/Mini/miniToolbars.py +++ b/TamTamMini.activity/Mini/miniToolbars.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import gtk import gobject import os, commands diff --git a/TamTamMini.activity/icons/accept.svg b/TamTamMini.activity/icons/accept.svg index a2f9e28..a2f9e28 100755..100644 --- a/TamTamMini.activity/icons/accept.svg +++ b/TamTamMini.activity/icons/accept.svg diff --git a/TamTamMini.activity/setup.py b/TamTamMini.activity/setup.py index 3a283af..6dc7ed3 100644..100755 --- a/TamTamMini.activity/setup.py +++ b/TamTamMini.activity/setup.py @@ -1,35 +1,35 @@ -#!/usr/bin/python - -# Copyright (C) 2006, Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program 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. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -from sugar.activity import bundlebuilder -import shutil -import os - -#We are removing the symlink to common and replacing it with the real common folder -os.system('unlink common') -shutil.copytree('../common', 'common') - -try: - bundlebuilder.start('TamTamMini') -except Exception, err: - print err - os.system('rm -rf common') - os.system('ln -s ../common common') -#Restore the symlink -os.system('rm -rf common') -os.system('ln -s ../common common') +#!/usr/bin/python + +# Copyright (C) 2006, Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +from sugar.activity import bundlebuilder +import shutil +import os + +#We are removing the symlink to common and replacing it with the real common folder +os.system('unlink common') +shutil.copytree('../common', 'common') + +try: + bundlebuilder.start('TamTamMini') +except Exception, err: + print err + os.system('rm -rf common') + os.system('ln -s ../common common') +#Restore the symlink +os.system('rm -rf common') +os.system('ln -s ../common common') diff --git a/TamTamSynthLab.activity/SynthLab/SynthLabConstants.py b/TamTamSynthLab.activity/SynthLab/SynthLabConstants.py index 0d90569..0d90569 100755..100644 --- a/TamTamSynthLab.activity/SynthLab/SynthLabConstants.py +++ b/TamTamSynthLab.activity/SynthLab/SynthLabConstants.py diff --git a/TamTamSynthLab.activity/SynthLab/SynthLabToolbars.py b/TamTamSynthLab.activity/SynthLab/SynthLabToolbars.py index 14e4e90..372cbab 100644 --- a/TamTamSynthLab.activity/SynthLab/SynthLabToolbars.py +++ b/TamTamSynthLab.activity/SynthLab/SynthLabToolbars.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import gtk import common.Config as Config diff --git a/TamTamSynthLab.activity/SynthLab/SynthObjectsParameters.py b/TamTamSynthLab.activity/SynthLab/SynthObjectsParameters.py index 7a9b8f3..7a9b8f3 100755..100644 --- a/TamTamSynthLab.activity/SynthLab/SynthObjectsParameters.py +++ b/TamTamSynthLab.activity/SynthLab/SynthObjectsParameters.py diff --git a/TamTamSynthLab.activity/SynthLab/__init__.py b/TamTamSynthLab.activity/SynthLab/__init__.py index e69de29..e69de29 100755..100644 --- a/TamTamSynthLab.activity/SynthLab/__init__.py +++ b/TamTamSynthLab.activity/SynthLab/__init__.py diff --git a/TamTamSynthLab.activity/icons/accept.svg b/TamTamSynthLab.activity/icons/accept.svg index a2f9e28..a2f9e28 100755..100644 --- a/TamTamSynthLab.activity/icons/accept.svg +++ b/TamTamSynthLab.activity/icons/accept.svg diff --git a/TamTamSynthLab.activity/icons/cancel.svg b/TamTamSynthLab.activity/icons/cancel.svg index 59512eb..59512eb 100755..100644 --- a/TamTamSynthLab.activity/icons/cancel.svg +++ b/TamTamSynthLab.activity/icons/cancel.svg diff --git a/TamTamSynthLab.activity/icons/sl-addSynth+.svg b/TamTamSynthLab.activity/icons/sl-addSynth+.svg index 23d3fbc..23d3fbc 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-addSynth+.svg +++ b/TamTamSynthLab.activity/icons/sl-addSynth+.svg diff --git a/TamTamSynthLab.activity/icons/sl-adsr+.svg b/TamTamSynthLab.activity/icons/sl-adsr+.svg index bbf18d5..bbf18d5 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-adsr+.svg +++ b/TamTamSynthLab.activity/icons/sl-adsr+.svg diff --git a/TamTamSynthLab.activity/icons/sl-buzz+.svg b/TamTamSynthLab.activity/icons/sl-buzz+.svg index 9ca65f0..9ca65f0 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-buzz+.svg +++ b/TamTamSynthLab.activity/icons/sl-buzz+.svg diff --git a/TamTamSynthLab.activity/icons/sl-chorus+.svg b/TamTamSynthLab.activity/icons/sl-chorus+.svg index e58b602..e58b602 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-chorus+.svg +++ b/TamTamSynthLab.activity/icons/sl-chorus+.svg diff --git a/TamTamSynthLab.activity/icons/sl-fm+.svg b/TamTamSynthLab.activity/icons/sl-fm+.svg index b517986..b517986 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-fm+.svg +++ b/TamTamSynthLab.activity/icons/sl-fm+.svg diff --git a/TamTamSynthLab.activity/icons/sl-grain+.svg b/TamTamSynthLab.activity/icons/sl-grain+.svg index 1a270cf..1a270cf 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-grain+.svg +++ b/TamTamSynthLab.activity/icons/sl-grain+.svg diff --git a/TamTamSynthLab.activity/icons/sl-lfo+.svg b/TamTamSynthLab.activity/icons/sl-lfo+.svg index 4bdaa74..4bdaa74 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-lfo+.svg +++ b/TamTamSynthLab.activity/icons/sl-lfo+.svg diff --git a/TamTamSynthLab.activity/icons/sl-mic+.svg b/TamTamSynthLab.activity/icons/sl-mic+.svg index fd55be3..fd55be3 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-mic+.svg +++ b/TamTamSynthLab.activity/icons/sl-mic+.svg diff --git a/TamTamSynthLab.activity/icons/sl-noise+.svg b/TamTamSynthLab.activity/icons/sl-noise+.svg index abe48a5..abe48a5 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-noise+.svg +++ b/TamTamSynthLab.activity/icons/sl-noise+.svg diff --git a/TamTamSynthLab.activity/icons/sl-pluck+.svg b/TamTamSynthLab.activity/icons/sl-pluck+.svg index 01bbf3d..01bbf3d 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-pluck+.svg +++ b/TamTamSynthLab.activity/icons/sl-pluck+.svg diff --git a/TamTamSynthLab.activity/icons/sl-rand+.svg b/TamTamSynthLab.activity/icons/sl-rand+.svg index 62d89d1..62d89d1 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-rand+.svg +++ b/TamTamSynthLab.activity/icons/sl-rand+.svg diff --git a/TamTamSynthLab.activity/icons/sl-sample+.svg b/TamTamSynthLab.activity/icons/sl-sample+.svg index fdca11a..fdca11a 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-sample+.svg +++ b/TamTamSynthLab.activity/icons/sl-sample+.svg diff --git a/TamTamSynthLab.activity/icons/sl-speaker.svg b/TamTamSynthLab.activity/icons/sl-speaker.svg index b0d38a5..b0d38a5 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-speaker.svg +++ b/TamTamSynthLab.activity/icons/sl-speaker.svg diff --git a/TamTamSynthLab.activity/icons/sl-trackpadX+.svg b/TamTamSynthLab.activity/icons/sl-trackpadX+.svg index 51bac2e..51bac2e 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-trackpadX+.svg +++ b/TamTamSynthLab.activity/icons/sl-trackpadX+.svg diff --git a/TamTamSynthLab.activity/icons/sl-trackpadY+.svg b/TamTamSynthLab.activity/icons/sl-trackpadY+.svg index 8122fed..8122fed 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-trackpadY+.svg +++ b/TamTamSynthLab.activity/icons/sl-trackpadY+.svg diff --git a/TamTamSynthLab.activity/icons/sl-vco+.svg b/TamTamSynthLab.activity/icons/sl-vco+.svg index 6b20870..6b20870 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-vco+.svg +++ b/TamTamSynthLab.activity/icons/sl-vco+.svg diff --git a/TamTamSynthLab.activity/icons/sl-voice+.svg b/TamTamSynthLab.activity/icons/sl-voice+.svg index 3e19ef1..3e19ef1 100755..100644 --- a/TamTamSynthLab.activity/icons/sl-voice+.svg +++ b/TamTamSynthLab.activity/icons/sl-voice+.svg diff --git a/TamTamSynthLab.activity/setup.py b/TamTamSynthLab.activity/setup.py index 6bd2a45..e14fd4d 100644..100755 --- a/TamTamSynthLab.activity/setup.py +++ b/TamTamSynthLab.activity/setup.py @@ -1,35 +1,35 @@ -#!/usr/bin/python - -# Copyright (C) 2006, Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program 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. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -from sugar.activity import bundlebuilder -import shutil -import os - -#We are removing the symlink to common and replacing it with the real common folder -os.system('unlink common') -shutil.copytree('../common', 'common') - -try: - bundlebuilder.start('TamTamSynthLab') -except Exception, err: - print err - os.system('rm -rf common') - os.system('ln -s ../common common') -#Restore the symlink -os.system('rm -rf common') -os.system('ln -s ../common common') +#!/usr/bin/python + +# Copyright (C) 2006, Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +from sugar.activity import bundlebuilder +import shutil +import os + +#We are removing the symlink to common and replacing it with the real common folder +os.system('unlink common') +shutil.copytree('../common', 'common') + +try: + bundlebuilder.start('TamTamSynthLab') +except Exception, err: + print err + os.system('rm -rf common') + os.system('ln -s ../common common') +#Restore the symlink +os.system('rm -rf common') +os.system('ln -s ../common common') diff --git a/common/Generation/Drunk.py b/common/Generation/Drunk.py index fb7b765..fb7b765 100755..100644 --- a/common/Generation/Drunk.py +++ b/common/Generation/Drunk.py diff --git a/common/Generation/GenerationConstants.py b/common/Generation/GenerationConstants.py index 9704048..9704048 100755..100644 --- a/common/Generation/GenerationConstants.py +++ b/common/Generation/GenerationConstants.py diff --git a/common/Generation/GenerationParametersWindow.py b/common/Generation/GenerationParametersWindow.py index 5a3ea31..5a3ea31 100755..100644 --- a/common/Generation/GenerationParametersWindow.py +++ b/common/Generation/GenerationParametersWindow.py diff --git a/common/Generation/Generator.py b/common/Generation/Generator.py index ff05462..ff05462 100755..100644 --- a/common/Generation/Generator.py +++ b/common/Generation/Generator.py diff --git a/common/Generation/Utils.py b/common/Generation/Utils.py index e5ea295..e5ea295 100755..100644 --- a/common/Generation/Utils.py +++ b/common/Generation/Utils.py diff --git a/common/Resources/Sounds/acguit b/common/Resources/Sounds/acguit index 2e28014..2e28014 100755..100644 --- a/common/Resources/Sounds/acguit +++ b/common/Resources/Sounds/acguit Binary files differ diff --git a/common/Resources/Sounds/alarm b/common/Resources/Sounds/alarm index 73b7628..73b7628 100755..100644 --- a/common/Resources/Sounds/alarm +++ b/common/Resources/Sounds/alarm Binary files differ diff --git a/common/Resources/Sounds/armbone b/common/Resources/Sounds/armbone index 38fc68a..38fc68a 100755..100644 --- a/common/Resources/Sounds/armbone +++ b/common/Resources/Sounds/armbone Binary files differ diff --git a/common/Resources/Sounds/babylaugh b/common/Resources/Sounds/babylaugh index 9c72bd3..9c72bd3 100755..100644 --- a/common/Resources/Sounds/babylaugh +++ b/common/Resources/Sounds/babylaugh Binary files differ diff --git a/common/Resources/Sounds/babyuhoh b/common/Resources/Sounds/babyuhoh index 705f61a..705f61a 100755..100644 --- a/common/Resources/Sounds/babyuhoh +++ b/common/Resources/Sounds/babyuhoh Binary files differ diff --git a/common/Resources/Sounds/banjo b/common/Resources/Sounds/banjo index f15278d..f15278d 100755..100644 --- a/common/Resources/Sounds/banjo +++ b/common/Resources/Sounds/banjo Binary files differ diff --git a/common/Resources/Sounds/basse b/common/Resources/Sounds/basse index 2bc1571..2bc1571 100755..100644 --- a/common/Resources/Sounds/basse +++ b/common/Resources/Sounds/basse Binary files differ diff --git a/common/Resources/Sounds/basse2 b/common/Resources/Sounds/basse2 index 744d196..744d196 100755..100644 --- a/common/Resources/Sounds/basse2 +++ b/common/Resources/Sounds/basse2 Binary files differ diff --git a/common/Resources/Sounds/bird b/common/Resources/Sounds/bird index fbe8a29..fbe8a29 100755..100644 --- a/common/Resources/Sounds/bird +++ b/common/Resources/Sounds/bird Binary files differ diff --git a/common/Resources/Sounds/bottle b/common/Resources/Sounds/bottle index 8f3d680..8f3d680 100755..100644 --- a/common/Resources/Sounds/bottle +++ b/common/Resources/Sounds/bottle Binary files differ diff --git a/common/Resources/Sounds/bubbles b/common/Resources/Sounds/bubbles index 849ff02..849ff02 100755..100644 --- a/common/Resources/Sounds/bubbles +++ b/common/Resources/Sounds/bubbles Binary files differ diff --git a/common/Resources/Sounds/byke b/common/Resources/Sounds/byke index 6f428b8..6f428b8 100755..100644 --- a/common/Resources/Sounds/byke +++ b/common/Resources/Sounds/byke Binary files differ diff --git a/common/Resources/Sounds/camera b/common/Resources/Sounds/camera index 8eaa5b5..8eaa5b5 100755..100644 --- a/common/Resources/Sounds/camera +++ b/common/Resources/Sounds/camera Binary files differ diff --git a/common/Resources/Sounds/car b/common/Resources/Sounds/car index 66e42ae..66e42ae 100755..100644 --- a/common/Resources/Sounds/car +++ b/common/Resources/Sounds/car Binary files differ diff --git a/common/Resources/Sounds/carhorn b/common/Resources/Sounds/carhorn index fbbd02b..fbbd02b 100755..100644 --- a/common/Resources/Sounds/carhorn +++ b/common/Resources/Sounds/carhorn Binary files differ diff --git a/common/Resources/Sounds/cat b/common/Resources/Sounds/cat index 845ee8e..845ee8e 100755..100644 --- a/common/Resources/Sounds/cat +++ b/common/Resources/Sounds/cat Binary files differ diff --git a/common/Resources/Sounds/cello b/common/Resources/Sounds/cello index 31720df..31720df 100755..100644 --- a/common/Resources/Sounds/cello +++ b/common/Resources/Sounds/cello Binary files differ diff --git a/common/Resources/Sounds/chiken b/common/Resources/Sounds/chiken index 736bfd0..736bfd0 100755..100644 --- a/common/Resources/Sounds/chiken +++ b/common/Resources/Sounds/chiken Binary files differ diff --git a/common/Resources/Sounds/chimes b/common/Resources/Sounds/chimes index 01c80e4..01c80e4 100755..100644 --- a/common/Resources/Sounds/chimes +++ b/common/Resources/Sounds/chimes Binary files differ diff --git a/common/Resources/Sounds/clang b/common/Resources/Sounds/clang index 01476fc..01476fc 100755..100644 --- a/common/Resources/Sounds/clang +++ b/common/Resources/Sounds/clang Binary files differ diff --git a/common/Resources/Sounds/clang2 b/common/Resources/Sounds/clang2 index cb1fed2..cb1fed2 100755..100644 --- a/common/Resources/Sounds/clang2 +++ b/common/Resources/Sounds/clang2 Binary files differ diff --git a/common/Resources/Sounds/clarinette b/common/Resources/Sounds/clarinette index 5ed08c2..5ed08c2 100755..100644 --- a/common/Resources/Sounds/clarinette +++ b/common/Resources/Sounds/clarinette Binary files differ diff --git a/common/Resources/Sounds/clavinet b/common/Resources/Sounds/clavinet index db88314..db88314 100755..100644 --- a/common/Resources/Sounds/clavinet +++ b/common/Resources/Sounds/clavinet Binary files differ diff --git a/common/Resources/Sounds/cling b/common/Resources/Sounds/cling index db3525f..db3525f 100755..100644 --- a/common/Resources/Sounds/cling +++ b/common/Resources/Sounds/cling Binary files differ diff --git a/common/Resources/Sounds/cow b/common/Resources/Sounds/cow index 5d31cf5..5d31cf5 100755..100644 --- a/common/Resources/Sounds/cow +++ b/common/Resources/Sounds/cow Binary files differ diff --git a/common/Resources/Sounds/crash b/common/Resources/Sounds/crash index 8408175..8408175 100755..100644 --- a/common/Resources/Sounds/crash +++ b/common/Resources/Sounds/crash Binary files differ diff --git a/common/Resources/Sounds/cricket b/common/Resources/Sounds/cricket index cb3504c..cb3504c 100755..100644 --- a/common/Resources/Sounds/cricket +++ b/common/Resources/Sounds/cricket Binary files differ diff --git a/common/Resources/Sounds/diceinst b/common/Resources/Sounds/diceinst index 5a41341..5a41341 100755..100644 --- a/common/Resources/Sounds/diceinst +++ b/common/Resources/Sounds/diceinst Binary files differ diff --git a/common/Resources/Sounds/didjeridu b/common/Resources/Sounds/didjeridu index d7556e7..d7556e7 100755..100644 --- a/common/Resources/Sounds/didjeridu +++ b/common/Resources/Sounds/didjeridu Binary files differ diff --git a/common/Resources/Sounds/dog b/common/Resources/Sounds/dog index c1e8e22..c1e8e22 100755..100644 --- a/common/Resources/Sounds/dog +++ b/common/Resources/Sounds/dog Binary files differ diff --git a/common/Resources/Sounds/door b/common/Resources/Sounds/door index 2b3b21a..2b3b21a 100755..100644 --- a/common/Resources/Sounds/door +++ b/common/Resources/Sounds/door Binary files differ diff --git a/common/Resources/Sounds/drum1chine b/common/Resources/Sounds/drum1chine index bb29f18..bb29f18 100755..100644 --- a/common/Resources/Sounds/drum1chine +++ b/common/Resources/Sounds/drum1chine Binary files differ diff --git a/common/Resources/Sounds/drum1crash b/common/Resources/Sounds/drum1crash index 5f520c2..5f520c2 100755..100644 --- a/common/Resources/Sounds/drum1crash +++ b/common/Resources/Sounds/drum1crash Binary files differ diff --git a/common/Resources/Sounds/drum1floortom b/common/Resources/Sounds/drum1floortom index f43cb2b..f43cb2b 100755..100644 --- a/common/Resources/Sounds/drum1floortom +++ b/common/Resources/Sounds/drum1floortom Binary files differ diff --git a/common/Resources/Sounds/drum1hardride b/common/Resources/Sounds/drum1hardride index 94f052f..94f052f 100755..100644 --- a/common/Resources/Sounds/drum1hardride +++ b/common/Resources/Sounds/drum1hardride Binary files differ diff --git a/common/Resources/Sounds/drum1hatpedal b/common/Resources/Sounds/drum1hatpedal index 0c0afe6..0c0afe6 100755..100644 --- a/common/Resources/Sounds/drum1hatpedal +++ b/common/Resources/Sounds/drum1hatpedal Binary files differ diff --git a/common/Resources/Sounds/drum1hatshoulder b/common/Resources/Sounds/drum1hatshoulder index 395ef0b..395ef0b 100755..100644 --- a/common/Resources/Sounds/drum1hatshoulder +++ b/common/Resources/Sounds/drum1hatshoulder Binary files differ diff --git a/common/Resources/Sounds/drum1kick b/common/Resources/Sounds/drum1kick index 0acfb56..0acfb56 100755..100644 --- a/common/Resources/Sounds/drum1kick +++ b/common/Resources/Sounds/drum1kick Binary files differ diff --git a/common/Resources/Sounds/drum1ridebell b/common/Resources/Sounds/drum1ridebell index 6f6b6ce..6f6b6ce 100755..100644 --- a/common/Resources/Sounds/drum1ridebell +++ b/common/Resources/Sounds/drum1ridebell Binary files differ diff --git a/common/Resources/Sounds/drum1snare b/common/Resources/Sounds/drum1snare index 54a6372..54a6372 100755..100644 --- a/common/Resources/Sounds/drum1snare +++ b/common/Resources/Sounds/drum1snare Binary files differ diff --git a/common/Resources/Sounds/drum1snaresidestick b/common/Resources/Sounds/drum1snaresidestick index a99e846..a99e846 100755..100644 --- a/common/Resources/Sounds/drum1snaresidestick +++ b/common/Resources/Sounds/drum1snaresidestick Binary files differ diff --git a/common/Resources/Sounds/drum1splash b/common/Resources/Sounds/drum1splash index 49a334e..49a334e 100755..100644 --- a/common/Resources/Sounds/drum1splash +++ b/common/Resources/Sounds/drum1splash Binary files differ diff --git a/common/Resources/Sounds/drum1tom b/common/Resources/Sounds/drum1tom index ed1464c..ed1464c 100755..100644 --- a/common/Resources/Sounds/drum1tom +++ b/common/Resources/Sounds/drum1tom Binary files differ diff --git a/common/Resources/Sounds/drum2darbukadoom b/common/Resources/Sounds/drum2darbukadoom index 5a90725..5a90725 100755..100644 --- a/common/Resources/Sounds/drum2darbukadoom +++ b/common/Resources/Sounds/drum2darbukadoom Binary files differ diff --git a/common/Resources/Sounds/drum2darbukafinger b/common/Resources/Sounds/drum2darbukafinger index 163aa3c..163aa3c 100755..100644 --- a/common/Resources/Sounds/drum2darbukafinger +++ b/common/Resources/Sounds/drum2darbukafinger Binary files differ diff --git a/common/Resources/Sounds/drum2darbukapied b/common/Resources/Sounds/drum2darbukapied index 006586a..006586a 100755..100644 --- a/common/Resources/Sounds/drum2darbukapied +++ b/common/Resources/Sounds/drum2darbukapied Binary files differ diff --git a/common/Resources/Sounds/drum2darbukapiedsoft b/common/Resources/Sounds/drum2darbukapiedsoft index cf2aaa8..cf2aaa8 100755..100644 --- a/common/Resources/Sounds/drum2darbukapiedsoft +++ b/common/Resources/Sounds/drum2darbukapiedsoft Binary files differ diff --git a/common/Resources/Sounds/drum2darbukaroll b/common/Resources/Sounds/drum2darbukaroll index ded7a31..ded7a31 100755..100644 --- a/common/Resources/Sounds/drum2darbukaroll +++ b/common/Resources/Sounds/drum2darbukaroll Binary files differ diff --git a/common/Resources/Sounds/drum2darbukaslap b/common/Resources/Sounds/drum2darbukaslap index fd70b88..fd70b88 100755..100644 --- a/common/Resources/Sounds/drum2darbukaslap +++ b/common/Resources/Sounds/drum2darbukaslap Binary files differ diff --git a/common/Resources/Sounds/drum2darbukatak b/common/Resources/Sounds/drum2darbukatak index 329f619..329f619 100755..100644 --- a/common/Resources/Sounds/drum2darbukatak +++ b/common/Resources/Sounds/drum2darbukatak Binary files differ diff --git a/common/Resources/Sounds/drum2hatflanger b/common/Resources/Sounds/drum2hatflanger index 9dd9389..9dd9389 100755..100644 --- a/common/Resources/Sounds/drum2hatflanger +++ b/common/Resources/Sounds/drum2hatflanger Binary files differ diff --git a/common/Resources/Sounds/drum2hatpied b/common/Resources/Sounds/drum2hatpied index 84e774e..84e774e 100755..100644 --- a/common/Resources/Sounds/drum2hatpied +++ b/common/Resources/Sounds/drum2hatpied Binary files differ diff --git a/common/Resources/Sounds/drum2hatpied2 b/common/Resources/Sounds/drum2hatpied2 index cd21b17..cd21b17 100755..100644 --- a/common/Resources/Sounds/drum2hatpied2 +++ b/common/Resources/Sounds/drum2hatpied2 Binary files differ diff --git a/common/Resources/Sounds/drum2tambourinepied b/common/Resources/Sounds/drum2tambourinepied index d6b566a..d6b566a 100755..100644 --- a/common/Resources/Sounds/drum2tambourinepied +++ b/common/Resources/Sounds/drum2tambourinepied Binary files differ diff --git a/common/Resources/Sounds/drum2tambourinepiedsoft b/common/Resources/Sounds/drum2tambourinepiedsoft index 4da2ea6..4da2ea6 100755..100644 --- a/common/Resources/Sounds/drum2tambourinepiedsoft +++ b/common/Resources/Sounds/drum2tambourinepiedsoft Binary files differ diff --git a/common/Resources/Sounds/drum3cowbell b/common/Resources/Sounds/drum3cowbell index 3c52687..3c52687 100755..100644 --- a/common/Resources/Sounds/drum3cowbell +++ b/common/Resources/Sounds/drum3cowbell Binary files differ diff --git a/common/Resources/Sounds/drum3cowbelltip b/common/Resources/Sounds/drum3cowbelltip index 7b79fe2..7b79fe2 100755..100644 --- a/common/Resources/Sounds/drum3cowbelltip +++ b/common/Resources/Sounds/drum3cowbelltip Binary files differ diff --git a/common/Resources/Sounds/drum3cup b/common/Resources/Sounds/drum3cup index 6cf6da2..6cf6da2 100755..100644 --- a/common/Resources/Sounds/drum3cup +++ b/common/Resources/Sounds/drum3cup Binary files differ diff --git a/common/Resources/Sounds/drum3djembelow b/common/Resources/Sounds/drum3djembelow index ad5fd0a..ad5fd0a 100755..100644 --- a/common/Resources/Sounds/drum3djembelow +++ b/common/Resources/Sounds/drum3djembelow Binary files differ diff --git a/common/Resources/Sounds/drum3djembemid b/common/Resources/Sounds/drum3djembemid index 55b6d9f..55b6d9f 100755..100644 --- a/common/Resources/Sounds/drum3djembemid +++ b/common/Resources/Sounds/drum3djembemid Binary files differ diff --git a/common/Resources/Sounds/drum3djembesidestick b/common/Resources/Sounds/drum3djembesidestick index 94c29e6..94c29e6 100755..100644 --- a/common/Resources/Sounds/drum3djembesidestick +++ b/common/Resources/Sounds/drum3djembesidestick Binary files differ diff --git a/common/Resources/Sounds/drum3djembeslap b/common/Resources/Sounds/drum3djembeslap index d201e52..d201e52 100755..100644 --- a/common/Resources/Sounds/drum3djembeslap +++ b/common/Resources/Sounds/drum3djembeslap Binary files differ diff --git a/common/Resources/Sounds/drum3djembestickmid b/common/Resources/Sounds/drum3djembestickmid index 9da83ba..9da83ba 100755..100644 --- a/common/Resources/Sounds/drum3djembestickmid +++ b/common/Resources/Sounds/drum3djembestickmid Binary files differ diff --git a/common/Resources/Sounds/drum3metalstand b/common/Resources/Sounds/drum3metalstand index 059efcc..059efcc 100755..100644 --- a/common/Resources/Sounds/drum3metalstand +++ b/common/Resources/Sounds/drum3metalstand Binary files differ diff --git a/common/Resources/Sounds/drum3pedalperc b/common/Resources/Sounds/drum3pedalperc index c271d66..c271d66 100755..100644 --- a/common/Resources/Sounds/drum3pedalperc +++ b/common/Resources/Sounds/drum3pedalperc Binary files differ diff --git a/common/Resources/Sounds/drum3rainstick b/common/Resources/Sounds/drum3rainstick index 561d0d9..561d0d9 100755..100644 --- a/common/Resources/Sounds/drum3rainstick +++ b/common/Resources/Sounds/drum3rainstick Binary files differ diff --git a/common/Resources/Sounds/drum3tambourinehigh b/common/Resources/Sounds/drum3tambourinehigh index cf2c61e..cf2c61e 100755..100644 --- a/common/Resources/Sounds/drum3tambourinehigh +++ b/common/Resources/Sounds/drum3tambourinehigh Binary files differ diff --git a/common/Resources/Sounds/drum3tambourinelow b/common/Resources/Sounds/drum3tambourinelow index ff8e278..ff8e278 100755..100644 --- a/common/Resources/Sounds/drum3tambourinelow +++ b/common/Resources/Sounds/drum3tambourinelow Binary files differ diff --git a/common/Resources/Sounds/drum5agogoaigu b/common/Resources/Sounds/drum5agogoaigu index 3889332..3889332 100755..100644 --- a/common/Resources/Sounds/drum5agogoaigu +++ b/common/Resources/Sounds/drum5agogoaigu Binary files differ diff --git a/common/Resources/Sounds/drum5agogograve b/common/Resources/Sounds/drum5agogograve index 5717751..5717751 100755..100644 --- a/common/Resources/Sounds/drum5agogograve +++ b/common/Resources/Sounds/drum5agogograve Binary files differ diff --git a/common/Resources/Sounds/drum5bongoaiguouvert b/common/Resources/Sounds/drum5bongoaiguouvert index 95aba33..95aba33 100755..100644 --- a/common/Resources/Sounds/drum5bongoaiguouvert +++ b/common/Resources/Sounds/drum5bongoaiguouvert Binary files differ diff --git a/common/Resources/Sounds/drum5bongograveouvert b/common/Resources/Sounds/drum5bongograveouvert index d7d1e58..d7d1e58 100755..100644 --- a/common/Resources/Sounds/drum5bongograveouvert +++ b/common/Resources/Sounds/drum5bongograveouvert Binary files differ diff --git a/common/Resources/Sounds/drum5congaaiguouvert b/common/Resources/Sounds/drum5congaaiguouvert index a59ce75..a59ce75 100755..100644 --- a/common/Resources/Sounds/drum5congaaiguouvert +++ b/common/Resources/Sounds/drum5congaaiguouvert Binary files differ diff --git a/common/Resources/Sounds/drum5congagraveferme b/common/Resources/Sounds/drum5congagraveferme index a49c459..a49c459 100755..100644 --- a/common/Resources/Sounds/drum5congagraveferme +++ b/common/Resources/Sounds/drum5congagraveferme Binary files differ diff --git a/common/Resources/Sounds/drum5congagraveouvert b/common/Resources/Sounds/drum5congagraveouvert index 3b9503c..3b9503c 100755..100644 --- a/common/Resources/Sounds/drum5congagraveouvert +++ b/common/Resources/Sounds/drum5congagraveouvert Binary files differ diff --git a/common/Resources/Sounds/drum5guiroretour b/common/Resources/Sounds/drum5guiroretour index 025ebfb..025ebfb 100755..100644 --- a/common/Resources/Sounds/drum5guiroretour +++ b/common/Resources/Sounds/drum5guiroretour Binary files differ diff --git a/common/Resources/Sounds/drum5quicaaigu b/common/Resources/Sounds/drum5quicaaigu index d952c8c..d952c8c 100755..100644 --- a/common/Resources/Sounds/drum5quicaaigu +++ b/common/Resources/Sounds/drum5quicaaigu Binary files differ diff --git a/common/Resources/Sounds/drum5quicamedium b/common/Resources/Sounds/drum5quicamedium index 57e92e6..57e92e6 100755..100644 --- a/common/Resources/Sounds/drum5quicamedium +++ b/common/Resources/Sounds/drum5quicamedium Binary files differ diff --git a/common/Resources/Sounds/drum5timablesaiguslap b/common/Resources/Sounds/drum5timablesaiguslap index 1b531b0..1b531b0 100755..100644 --- a/common/Resources/Sounds/drum5timablesaiguslap +++ b/common/Resources/Sounds/drum5timablesaiguslap Binary files differ diff --git a/common/Resources/Sounds/drum5timablesslap b/common/Resources/Sounds/drum5timablesslap index 1e5ec3e..1e5ec3e 100755..100644 --- a/common/Resources/Sounds/drum5timablesslap +++ b/common/Resources/Sounds/drum5timablesslap Binary files differ diff --git a/common/Resources/Sounds/drum5vibraslap b/common/Resources/Sounds/drum5vibraslap index e539891..e539891 100755..100644 --- a/common/Resources/Sounds/drum5vibraslap +++ b/common/Resources/Sounds/drum5vibraslap Binary files differ diff --git a/common/Resources/Sounds/duck b/common/Resources/Sounds/duck index 37b5f85..37b5f85 100755..100644 --- a/common/Resources/Sounds/duck +++ b/common/Resources/Sounds/duck Binary files differ diff --git a/common/Resources/Sounds/duck2 b/common/Resources/Sounds/duck2 index 1c62622..1c62622 100755..100644 --- a/common/Resources/Sounds/duck2 +++ b/common/Resources/Sounds/duck2 Binary files differ diff --git a/common/Resources/Sounds/fingercymbals b/common/Resources/Sounds/fingercymbals index aa1f221..aa1f221 100755..100644 --- a/common/Resources/Sounds/fingercymbals +++ b/common/Resources/Sounds/fingercymbals Binary files differ diff --git a/common/Resources/Sounds/flugel b/common/Resources/Sounds/flugel index 4367cc2..4367cc2 100755..100644 --- a/common/Resources/Sounds/flugel +++ b/common/Resources/Sounds/flugel Binary files differ diff --git a/common/Resources/Sounds/flute b/common/Resources/Sounds/flute index 68a2580..68a2580 100755..100644 --- a/common/Resources/Sounds/flute +++ b/common/Resources/Sounds/flute Binary files differ diff --git a/common/Resources/Sounds/foghorn b/common/Resources/Sounds/foghorn index 65549e6..65549e6 100755..100644 --- a/common/Resources/Sounds/foghorn +++ b/common/Resources/Sounds/foghorn Binary files differ diff --git a/common/Resources/Sounds/frogs b/common/Resources/Sounds/frogs index 9b2831a..9b2831a 100755..100644 --- a/common/Resources/Sounds/frogs +++ b/common/Resources/Sounds/frogs Binary files differ diff --git a/common/Resources/Sounds/gam b/common/Resources/Sounds/gam index dca077b..dca077b 100755..100644 --- a/common/Resources/Sounds/gam +++ b/common/Resources/Sounds/gam Binary files differ diff --git a/common/Resources/Sounds/guidice1 b/common/Resources/Sounds/guidice1 index 9e48310..9e48310 100755..100644 --- a/common/Resources/Sounds/guidice1 +++ b/common/Resources/Sounds/guidice1 Binary files differ diff --git a/common/Resources/Sounds/guidice10 b/common/Resources/Sounds/guidice10 index 8da4267..8da4267 100755..100644 --- a/common/Resources/Sounds/guidice10 +++ b/common/Resources/Sounds/guidice10 Binary files differ diff --git a/common/Resources/Sounds/guidice2 b/common/Resources/Sounds/guidice2 index 7b12043..7b12043 100755..100644 --- a/common/Resources/Sounds/guidice2 +++ b/common/Resources/Sounds/guidice2 Binary files differ diff --git a/common/Resources/Sounds/guidice3 b/common/Resources/Sounds/guidice3 index 68d1f45..68d1f45 100755..100644 --- a/common/Resources/Sounds/guidice3 +++ b/common/Resources/Sounds/guidice3 Binary files differ diff --git a/common/Resources/Sounds/guidice4 b/common/Resources/Sounds/guidice4 index 3d72119..3d72119 100755..100644 --- a/common/Resources/Sounds/guidice4 +++ b/common/Resources/Sounds/guidice4 Binary files differ diff --git a/common/Resources/Sounds/guidice5 b/common/Resources/Sounds/guidice5 index 79cc786..79cc786 100755..100644 --- a/common/Resources/Sounds/guidice5 +++ b/common/Resources/Sounds/guidice5 Binary files differ diff --git a/common/Resources/Sounds/guidice6 b/common/Resources/Sounds/guidice6 index dc2f756..dc2f756 100755..100644 --- a/common/Resources/Sounds/guidice6 +++ b/common/Resources/Sounds/guidice6 Binary files differ diff --git a/common/Resources/Sounds/guidice7 b/common/Resources/Sounds/guidice7 index af341b7..af341b7 100755..100644 --- a/common/Resources/Sounds/guidice7 +++ b/common/Resources/Sounds/guidice7 Binary files differ diff --git a/common/Resources/Sounds/guidice8 b/common/Resources/Sounds/guidice8 index 9901020..9901020 100755..100644 --- a/common/Resources/Sounds/guidice8 +++ b/common/Resources/Sounds/guidice8 Binary files differ diff --git a/common/Resources/Sounds/guidice9 b/common/Resources/Sounds/guidice9 index 8798781..8798781 100755..100644 --- a/common/Resources/Sounds/guidice9 +++ b/common/Resources/Sounds/guidice9 Binary files differ diff --git a/common/Resources/Sounds/guit b/common/Resources/Sounds/guit index dfb1866..dfb1866 100755..100644 --- a/common/Resources/Sounds/guit +++ b/common/Resources/Sounds/guit Binary files differ diff --git a/common/Resources/Sounds/guit2 b/common/Resources/Sounds/guit2 index fcb9163..fcb9163 100755..100644 --- a/common/Resources/Sounds/guit2 +++ b/common/Resources/Sounds/guit2 Binary files differ diff --git a/common/Resources/Sounds/guitmute b/common/Resources/Sounds/guitmute index 93026d6..93026d6 100755..100644 --- a/common/Resources/Sounds/guitmute +++ b/common/Resources/Sounds/guitmute Binary files differ diff --git a/common/Resources/Sounds/guitshort b/common/Resources/Sounds/guitshort index 698364b..698364b 100755..100644 --- a/common/Resources/Sounds/guitshort +++ b/common/Resources/Sounds/guitshort Binary files differ diff --git a/common/Resources/Sounds/harmonica b/common/Resources/Sounds/harmonica index 7b0af9f..7b0af9f 100755..100644 --- a/common/Resources/Sounds/harmonica +++ b/common/Resources/Sounds/harmonica Binary files differ diff --git a/common/Resources/Sounds/harmonium b/common/Resources/Sounds/harmonium index 5bc5fcb..5bc5fcb 100755..100644 --- a/common/Resources/Sounds/harmonium +++ b/common/Resources/Sounds/harmonium Binary files differ diff --git a/common/Resources/Sounds/harpsichord b/common/Resources/Sounds/harpsichord index dac451f..dac451f 100755..100644 --- a/common/Resources/Sounds/harpsichord +++ b/common/Resources/Sounds/harpsichord Binary files differ diff --git a/common/Resources/Sounds/hey b/common/Resources/Sounds/hey index 0bd7b20..0bd7b20 100755..100644 --- a/common/Resources/Sounds/hey +++ b/common/Resources/Sounds/hey Binary files differ diff --git a/common/Resources/Sounds/horse b/common/Resources/Sounds/horse index b7756a3..b7756a3 100755..100644 --- a/common/Resources/Sounds/horse +++ b/common/Resources/Sounds/horse Binary files differ diff --git a/common/Resources/Sounds/kalimba b/common/Resources/Sounds/kalimba index 2e02b48..2e02b48 100755..100644 --- a/common/Resources/Sounds/kalimba +++ b/common/Resources/Sounds/kalimba Binary files differ diff --git a/common/Resources/Sounds/koto b/common/Resources/Sounds/koto index 9279a7f..9279a7f 100755..100644 --- a/common/Resources/Sounds/koto +++ b/common/Resources/Sounds/koto Binary files differ diff --git a/common/Resources/Sounds/laugh b/common/Resources/Sounds/laugh index 05483ce..05483ce 100755..100644 --- a/common/Resources/Sounds/laugh +++ b/common/Resources/Sounds/laugh Binary files differ diff --git a/common/Resources/Sounds/mando b/common/Resources/Sounds/mando index 092125b..092125b 100755..100644 --- a/common/Resources/Sounds/mando +++ b/common/Resources/Sounds/mando Binary files differ diff --git a/common/Resources/Sounds/marimba b/common/Resources/Sounds/marimba index 489ba71..489ba71 100755..100644 --- a/common/Resources/Sounds/marimba +++ b/common/Resources/Sounds/marimba Binary files differ diff --git a/common/Resources/Sounds/mic1 b/common/Resources/Sounds/mic1 index d26b87b..d26b87b 100755..100644 --- a/common/Resources/Sounds/mic1 +++ b/common/Resources/Sounds/mic1 Binary files differ diff --git a/common/Resources/Sounds/mic2 b/common/Resources/Sounds/mic2 index d26b87b..d26b87b 100755..100644 --- a/common/Resources/Sounds/mic2 +++ b/common/Resources/Sounds/mic2 Binary files differ diff --git a/common/Resources/Sounds/mic3 b/common/Resources/Sounds/mic3 index d26b87b..d26b87b 100755..100644 --- a/common/Resources/Sounds/mic3 +++ b/common/Resources/Sounds/mic3 Binary files differ diff --git a/common/Resources/Sounds/mic4 b/common/Resources/Sounds/mic4 index d26b87b..d26b87b 100755..100644 --- a/common/Resources/Sounds/mic4 +++ b/common/Resources/Sounds/mic4 Binary files differ diff --git a/common/Resources/Sounds/ocarina b/common/Resources/Sounds/ocarina index 7b00cc6..7b00cc6 100755..100644 --- a/common/Resources/Sounds/ocarina +++ b/common/Resources/Sounds/ocarina Binary files differ diff --git a/common/Resources/Sounds/ounk b/common/Resources/Sounds/ounk index 1272c5f..1272c5f 100755..100644 --- a/common/Resources/Sounds/ounk +++ b/common/Resources/Sounds/ounk Binary files differ diff --git a/common/Resources/Sounds/ow b/common/Resources/Sounds/ow index 8270199..8270199 100755..100644 --- a/common/Resources/Sounds/ow +++ b/common/Resources/Sounds/ow Binary files differ diff --git a/common/Resources/Sounds/piano b/common/Resources/Sounds/piano index f98a513..f98a513 100755..100644 --- a/common/Resources/Sounds/piano +++ b/common/Resources/Sounds/piano Binary files differ diff --git a/common/Resources/Sounds/plane b/common/Resources/Sounds/plane index d20142a..d20142a 100755..100644 --- a/common/Resources/Sounds/plane +++ b/common/Resources/Sounds/plane Binary files differ diff --git a/common/Resources/Sounds/rhodes b/common/Resources/Sounds/rhodes index 16cd8ec..16cd8ec 100755..100644 --- a/common/Resources/Sounds/rhodes +++ b/common/Resources/Sounds/rhodes Binary files differ diff --git a/common/Resources/Sounds/saxo b/common/Resources/Sounds/saxo index 16de921..16de921 100755..100644 --- a/common/Resources/Sounds/saxo +++ b/common/Resources/Sounds/saxo Binary files differ diff --git a/common/Resources/Sounds/saxsoprano b/common/Resources/Sounds/saxsoprano index b9f63e9..b9f63e9 100755..100644 --- a/common/Resources/Sounds/saxsoprano +++ b/common/Resources/Sounds/saxsoprano Binary files differ diff --git a/common/Resources/Sounds/sheep b/common/Resources/Sounds/sheep index 178bb43..178bb43 100755..100644 --- a/common/Resources/Sounds/sheep +++ b/common/Resources/Sounds/sheep Binary files differ diff --git a/common/Resources/Sounds/shenai b/common/Resources/Sounds/shenai index 115f125..115f125 100755..100644 --- a/common/Resources/Sounds/shenai +++ b/common/Resources/Sounds/shenai Binary files differ diff --git a/common/Resources/Sounds/sitar b/common/Resources/Sounds/sitar index 6fdc321..6fdc321 100755..100644 --- a/common/Resources/Sounds/sitar +++ b/common/Resources/Sounds/sitar Binary files differ diff --git a/common/Resources/Sounds/slap b/common/Resources/Sounds/slap index 6e1f375..6e1f375 100755..100644 --- a/common/Resources/Sounds/slap +++ b/common/Resources/Sounds/slap Binary files differ diff --git a/common/Resources/Sounds/triangle b/common/Resources/Sounds/triangle index 8c3c1b9..8c3c1b9 100755..100644 --- a/common/Resources/Sounds/triangle +++ b/common/Resources/Sounds/triangle Binary files differ diff --git a/common/Resources/Sounds/trumpet b/common/Resources/Sounds/trumpet index 3ce006d..3ce006d 100755..100644 --- a/common/Resources/Sounds/trumpet +++ b/common/Resources/Sounds/trumpet Binary files differ diff --git a/common/Resources/Sounds/tuba b/common/Resources/Sounds/tuba index 9e47196..9e47196 100755..100644 --- a/common/Resources/Sounds/tuba +++ b/common/Resources/Sounds/tuba Binary files differ diff --git a/common/Resources/Sounds/ukulele b/common/Resources/Sounds/ukulele index bfacc40..bfacc40 100755..100644 --- a/common/Resources/Sounds/ukulele +++ b/common/Resources/Sounds/ukulele Binary files differ diff --git a/common/Resources/Sounds/violin b/common/Resources/Sounds/violin index f89733c..f89733c 100755..100644 --- a/common/Resources/Sounds/violin +++ b/common/Resources/Sounds/violin Binary files differ diff --git a/common/Resources/Sounds/voix b/common/Resources/Sounds/voix index 87f6ca6..87f6ca6 100755..100644 --- a/common/Resources/Sounds/voix +++ b/common/Resources/Sounds/voix Binary files differ diff --git a/common/Resources/Sounds/water b/common/Resources/Sounds/water index c6cee2e..c6cee2e 100755..100644 --- a/common/Resources/Sounds/water +++ b/common/Resources/Sounds/water Binary files differ diff --git a/common/Resources/Sounds/zap b/common/Resources/Sounds/zap index e401f6b..e401f6b 100755..100644 --- a/common/Resources/Sounds/zap +++ b/common/Resources/Sounds/zap Binary files differ diff --git a/common/Util/InstrumentDB.py b/common/Util/InstrumentDB.py index 0958989..9e373c9 100644 --- a/common/Util/InstrumentDB.py +++ b/common/Util/InstrumentDB.py @@ -1,4 +1,3 @@ -#!/bin/env python import os ############## diff --git a/common/Util/InstrumentPanel.py b/common/Util/InstrumentPanel.py index fc933b9..014d794 100644 --- a/common/Util/InstrumentPanel.py +++ b/common/Util/InstrumentPanel.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import pygtk pygtk.require( '2.0' ) import gtk diff --git a/common/Util/KeyboardWindow.py b/common/Util/KeyboardWindow.py index 507276b..e828967 100644 --- a/common/Util/KeyboardWindow.py +++ b/common/Util/KeyboardWindow.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python import pygtk pygtk.require( '2.0' ) import gtk @@ -178,4 +177,4 @@ if __name__ == "__main__": win = KeyboardWindow() win.connect("destroy",gtk.main_quit) win.show_all() - gtk.main() \ No newline at end of file + gtk.main() diff --git a/common/Util/Trackpad.py b/common/Util/Trackpad.py index 89c182e..64f9a81 100644 --- a/common/Util/Trackpad.py +++ b/common/Util/Trackpad.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python import pygtk pygtk.require( '2.0' ) import gtk diff --git a/scripts/genpolist.py b/scripts/genpolist.py index 9f23272..9f23272 100644..100755 --- a/scripts/genpolist.py +++ b/scripts/genpolist.py -- cgit v0.9.1