From b8e4821a5a7a1f9e6057da928e8ecb48100d97ab Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Wed, 20 Dec 2017 21:56:14 -0600 Subject: MT32: Remove executable flag from source files --- audio/softsynth/mt32/Analog.cpp | 0 audio/softsynth/mt32/Analog.h | 0 audio/softsynth/mt32/BReverbModel.cpp | 0 audio/softsynth/mt32/BReverbModel.h | 0 audio/softsynth/mt32/Enumerations.h | 0 audio/softsynth/mt32/File.cpp | 0 audio/softsynth/mt32/File.h | 0 audio/softsynth/mt32/FileStream.cpp | 0 audio/softsynth/mt32/FileStream.h | 0 audio/softsynth/mt32/LA32FloatWaveGenerator.cpp | 0 audio/softsynth/mt32/LA32FloatWaveGenerator.h | 0 audio/softsynth/mt32/LA32Ramp.cpp | 0 audio/softsynth/mt32/LA32Ramp.h | 0 audio/softsynth/mt32/LA32WaveGenerator.cpp | 0 audio/softsynth/mt32/LA32WaveGenerator.h | 0 audio/softsynth/mt32/MemoryRegion.h | 0 audio/softsynth/mt32/MidiEventQueue.h | 0 audio/softsynth/mt32/MidiStreamParser.cpp | 0 audio/softsynth/mt32/MidiStreamParser.h | 0 audio/softsynth/mt32/Part.cpp | 0 audio/softsynth/mt32/Part.h | 0 audio/softsynth/mt32/Partial.cpp | 0 audio/softsynth/mt32/Partial.h | 0 audio/softsynth/mt32/PartialManager.cpp | 0 audio/softsynth/mt32/PartialManager.h | 0 audio/softsynth/mt32/Poly.cpp | 0 audio/softsynth/mt32/Poly.h | 0 audio/softsynth/mt32/ROMInfo.cpp | 0 audio/softsynth/mt32/ROMInfo.h | 0 audio/softsynth/mt32/Structures.h | 0 audio/softsynth/mt32/Synth.cpp | 0 audio/softsynth/mt32/Synth.h | 0 audio/softsynth/mt32/TVA.cpp | 0 audio/softsynth/mt32/TVA.h | 0 audio/softsynth/mt32/TVF.cpp | 0 audio/softsynth/mt32/TVF.h | 0 audio/softsynth/mt32/TVP.cpp | 0 audio/softsynth/mt32/TVP.h | 0 audio/softsynth/mt32/Tables.cpp | 0 audio/softsynth/mt32/Tables.h | 0 audio/softsynth/mt32/Types.h | 0 audio/softsynth/mt32/c_interface/c_interface.cpp | 0 audio/softsynth/mt32/c_interface/c_interface.h | 0 audio/softsynth/mt32/c_interface/c_types.h | 0 audio/softsynth/mt32/c_interface/cpp_interface.h | 0 audio/softsynth/mt32/globals.h | 0 audio/softsynth/mt32/internals.h | 0 audio/softsynth/mt32/mmath.h | 0 audio/softsynth/mt32/mt32emu.h | 0 audio/softsynth/mt32/sha1/sha1.cpp | 0 audio/softsynth/mt32/sha1/sha1.h | 0 51 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 audio/softsynth/mt32/Analog.cpp mode change 100755 => 100644 audio/softsynth/mt32/Analog.h mode change 100755 => 100644 audio/softsynth/mt32/BReverbModel.cpp mode change 100755 => 100644 audio/softsynth/mt32/BReverbModel.h mode change 100755 => 100644 audio/softsynth/mt32/Enumerations.h mode change 100755 => 100644 audio/softsynth/mt32/File.cpp mode change 100755 => 100644 audio/softsynth/mt32/File.h mode change 100755 => 100644 audio/softsynth/mt32/FileStream.cpp mode change 100755 => 100644 audio/softsynth/mt32/FileStream.h mode change 100755 => 100644 audio/softsynth/mt32/LA32FloatWaveGenerator.cpp mode change 100755 => 100644 audio/softsynth/mt32/LA32FloatWaveGenerator.h mode change 100755 => 100644 audio/softsynth/mt32/LA32Ramp.cpp mode change 100755 => 100644 audio/softsynth/mt32/LA32Ramp.h mode change 100755 => 100644 audio/softsynth/mt32/LA32WaveGenerator.cpp mode change 100755 => 100644 audio/softsynth/mt32/LA32WaveGenerator.h mode change 100755 => 100644 audio/softsynth/mt32/MemoryRegion.h mode change 100755 => 100644 audio/softsynth/mt32/MidiEventQueue.h mode change 100755 => 100644 audio/softsynth/mt32/MidiStreamParser.cpp mode change 100755 => 100644 audio/softsynth/mt32/MidiStreamParser.h mode change 100755 => 100644 audio/softsynth/mt32/Part.cpp mode change 100755 => 100644 audio/softsynth/mt32/Part.h mode change 100755 => 100644 audio/softsynth/mt32/Partial.cpp mode change 100755 => 100644 audio/softsynth/mt32/Partial.h mode change 100755 => 100644 audio/softsynth/mt32/PartialManager.cpp mode change 100755 => 100644 audio/softsynth/mt32/PartialManager.h mode change 100755 => 100644 audio/softsynth/mt32/Poly.cpp mode change 100755 => 100644 audio/softsynth/mt32/Poly.h mode change 100755 => 100644 audio/softsynth/mt32/ROMInfo.cpp mode change 100755 => 100644 audio/softsynth/mt32/ROMInfo.h mode change 100755 => 100644 audio/softsynth/mt32/Structures.h mode change 100755 => 100644 audio/softsynth/mt32/Synth.cpp mode change 100755 => 100644 audio/softsynth/mt32/Synth.h mode change 100755 => 100644 audio/softsynth/mt32/TVA.cpp mode change 100755 => 100644 audio/softsynth/mt32/TVA.h mode change 100755 => 100644 audio/softsynth/mt32/TVF.cpp mode change 100755 => 100644 audio/softsynth/mt32/TVF.h mode change 100755 => 100644 audio/softsynth/mt32/TVP.cpp mode change 100755 => 100644 audio/softsynth/mt32/TVP.h mode change 100755 => 100644 audio/softsynth/mt32/Tables.cpp mode change 100755 => 100644 audio/softsynth/mt32/Tables.h mode change 100755 => 100644 audio/softsynth/mt32/Types.h mode change 100755 => 100644 audio/softsynth/mt32/c_interface/c_interface.cpp mode change 100755 => 100644 audio/softsynth/mt32/c_interface/c_interface.h mode change 100755 => 100644 audio/softsynth/mt32/c_interface/c_types.h mode change 100755 => 100644 audio/softsynth/mt32/c_interface/cpp_interface.h mode change 100755 => 100644 audio/softsynth/mt32/globals.h mode change 100755 => 100644 audio/softsynth/mt32/internals.h mode change 100755 => 100644 audio/softsynth/mt32/mmath.h mode change 100755 => 100644 audio/softsynth/mt32/mt32emu.h mode change 100755 => 100644 audio/softsynth/mt32/sha1/sha1.cpp mode change 100755 => 100644 audio/softsynth/mt32/sha1/sha1.h diff --git a/audio/softsynth/mt32/Analog.cpp b/audio/softsynth/mt32/Analog.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Analog.h b/audio/softsynth/mt32/Analog.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/BReverbModel.cpp b/audio/softsynth/mt32/BReverbModel.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/BReverbModel.h b/audio/softsynth/mt32/BReverbModel.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Enumerations.h b/audio/softsynth/mt32/Enumerations.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/File.cpp b/audio/softsynth/mt32/File.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/File.h b/audio/softsynth/mt32/File.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/FileStream.cpp b/audio/softsynth/mt32/FileStream.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/FileStream.h b/audio/softsynth/mt32/FileStream.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/LA32FloatWaveGenerator.cpp b/audio/softsynth/mt32/LA32FloatWaveGenerator.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/LA32FloatWaveGenerator.h b/audio/softsynth/mt32/LA32FloatWaveGenerator.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/LA32Ramp.cpp b/audio/softsynth/mt32/LA32Ramp.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/LA32Ramp.h b/audio/softsynth/mt32/LA32Ramp.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/LA32WaveGenerator.cpp b/audio/softsynth/mt32/LA32WaveGenerator.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/LA32WaveGenerator.h b/audio/softsynth/mt32/LA32WaveGenerator.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/MemoryRegion.h b/audio/softsynth/mt32/MemoryRegion.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/MidiEventQueue.h b/audio/softsynth/mt32/MidiEventQueue.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/MidiStreamParser.cpp b/audio/softsynth/mt32/MidiStreamParser.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/MidiStreamParser.h b/audio/softsynth/mt32/MidiStreamParser.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Part.cpp b/audio/softsynth/mt32/Part.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Part.h b/audio/softsynth/mt32/Part.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Partial.cpp b/audio/softsynth/mt32/Partial.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Partial.h b/audio/softsynth/mt32/Partial.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/PartialManager.cpp b/audio/softsynth/mt32/PartialManager.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/PartialManager.h b/audio/softsynth/mt32/PartialManager.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Poly.cpp b/audio/softsynth/mt32/Poly.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Poly.h b/audio/softsynth/mt32/Poly.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/ROMInfo.cpp b/audio/softsynth/mt32/ROMInfo.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/ROMInfo.h b/audio/softsynth/mt32/ROMInfo.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Structures.h b/audio/softsynth/mt32/Structures.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Synth.cpp b/audio/softsynth/mt32/Synth.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Synth.h b/audio/softsynth/mt32/Synth.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/TVA.cpp b/audio/softsynth/mt32/TVA.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/TVA.h b/audio/softsynth/mt32/TVA.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/TVF.cpp b/audio/softsynth/mt32/TVF.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/TVF.h b/audio/softsynth/mt32/TVF.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/TVP.cpp b/audio/softsynth/mt32/TVP.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/TVP.h b/audio/softsynth/mt32/TVP.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Tables.cpp b/audio/softsynth/mt32/Tables.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Tables.h b/audio/softsynth/mt32/Tables.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/Types.h b/audio/softsynth/mt32/Types.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/c_interface/c_interface.cpp b/audio/softsynth/mt32/c_interface/c_interface.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/c_interface/c_interface.h b/audio/softsynth/mt32/c_interface/c_interface.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/c_interface/c_types.h b/audio/softsynth/mt32/c_interface/c_types.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/c_interface/cpp_interface.h b/audio/softsynth/mt32/c_interface/cpp_interface.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/globals.h b/audio/softsynth/mt32/globals.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/internals.h b/audio/softsynth/mt32/internals.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/mmath.h b/audio/softsynth/mt32/mmath.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/mt32emu.h b/audio/softsynth/mt32/mt32emu.h old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/sha1/sha1.cpp b/audio/softsynth/mt32/sha1/sha1.cpp old mode 100755 new mode 100644 diff --git a/audio/softsynth/mt32/sha1/sha1.h b/audio/softsynth/mt32/sha1/sha1.h old mode 100755 new mode 100644 -- cgit v1.2.3