Skip to content

Commit

Permalink
updated patches and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mpflaga committed Feb 8, 2014
1 parent 005ee1c commit 22d35f0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
Binary file modified plugins/patches.053
Binary file not shown.
Binary file modified plugins/patchesf.053
Binary file not shown.
23 changes: 13 additions & 10 deletions plugins/vs_plg_to_bin.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053-pcm110\vs1053pcm.plg C:\projects\VSIDE\plugins\pcm.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-left.plg C:\projects\VSIDE\plugins\admxleft.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-mono.plg C:\projects\VSIDE\plugins\admxmono.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-right.plg C:\projects\VSIDE\plugins\admxrght.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-stereo.plg C:\projects\VSIDE\plugins\admxster.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-swap.plg C:\projects\VSIDE\plugins\admxswap.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-patches195\vs1053b-patches-flac.plg C:\projects\VSIDE\plugins\patchesf.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-patches195\vs1053b-patches.plg C:\projects\VSIDE\plugins\patches.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-rtmidistart\rtmidistart.plg C:\projects\VSIDE\plugins\rtmidi.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-eq5-090\vs1053b-eq5.plg C:\projects\VSIDE\plugins\eq5.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053-pcm110\vs1053pcm.plg C:\projects\VSIDE\plugins\pcm.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-left.plg C:\projects\VSIDE\plugins\admxleft.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-mono.plg C:\projects\VSIDE\plugins\admxmono.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-right.plg C:\projects\VSIDE\plugins\admxrght.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-stereo.plg C:\projects\VSIDE\plugins\admxster.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-admix130\admix-swap.plg C:\projects\VSIDE\plugins\admxswap.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-patches210\vs1053b-patches-flac.plg C:\projects\VSIDE\plugins\patchesf.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-patches210\vs1053b-patches.plg C:\projects\VSIDE\plugins\patches.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-patches210\vs1053b-patches-latm.plg C:\projects\VSIDE\plugins\patchesl.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-patches210\vs1053b-patches-flac-latm.plg C:\projects\VSIDE\plugins\patchefl.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-rtmidistart\rtmidistart.plg C:\projects\VSIDE\plugins\rtmidi.053
vs_plg_to_bin.pl C:\projects\VSIDE\vs1053b-eq5-090\vs1053b-eq5.plg C:\projects\VSIDE\plugins\eq5.053
vs_plg_to_bin.pl C:\projects\VSIDE\pitchshifter131\code\ps1053b.plg C:\projects\VSIDE\plugins\pshift.053

12 changes: 4 additions & 8 deletions plugins/vs_plg_to_bin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@
# license (see the LICENSE file) and this notice, disclaimer and #
# comment box remain intact and unchanged. #
# #
# Package: Doxygen #
# Class: Filter #
# Description: Methods for prefiltering code for Doxygen #
# Purpose: to convert plugin for VLSI's Vdsp's to binary images #
# as provided by VLSI's and or VIDE. #
# #
# example usage: vs_plg_to_bin.pl .\vs1053pcm.plg .\pcm.053 #
# #
# Written by: Bret Jordan (jordan at open1x littledot org) #
# Created: 2011-10-13 #
#####################################################################
# @endverbatim
#
# @copy 2011, Bret Jordan (jordan2175@gmail.com, jordan@open1x.org)
# $Id: Filter.pm 88 2012-07-07 04:27:35Z jordan2175 $
#*
use strict;
use warnings;
Expand Down

0 comments on commit 22d35f0

Please sign in to comment.