From 3e8a7f24ad58544d6bd76781510aeac12bef59d1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Sep 2010 00:09:07 +0000 Subject: ported to library template and debianized svn path=/trunk/externals/bsaylor/; revision=14100 --- GPL.txt | 340 ------------------------------------------------ LICENSE.txt | 340 ++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 316 ++++++++++++++++++++++++++++++++++++++++++-- aenv~-help.pd | 76 +++++++++++ bsaylor-meta.pd | 6 + debian/changelog | 5 + debian/compat | 1 + debian/control | 31 +++++ debian/copyright | 23 ++++ debian/gbp.conf | 7 + debian/links | 3 + debian/rules | 17 +++ debian/source/format | 1 + examples/noiseburst.wav | Bin 0 -> 88236 bytes help/aenv~-help.pd | 76 ----------- help/mtosr.pd | 11 -- help/partconv~-help.pd | 74 ----------- help/pvoc~-help.pd | 86 ------------ help/susloop~-help.pd | 102 --------------- help/svf~-help.pd | 137 ------------------- help/zhzxh~-help.pd | 39 ------ mtosr-help.pd | 5 + mtosr.pd | 11 ++ noiseburst.wav | Bin 88236 -> 0 bytes partconv~-help.pd | 74 +++++++++++ partconv~.libs | 1 - pvoc~-help.pd | 86 ++++++++++++ pvoc~.libs | 1 - susloop~-help.pd | 102 +++++++++++++++ svf~-help.pd | 137 +++++++++++++++++++ zhzxh~-help.pd | 39 ++++++ 31 files changed, 1270 insertions(+), 877 deletions(-) delete mode 100644 GPL.txt create mode 100644 LICENSE.txt create mode 100644 aenv~-help.pd create mode 100644 bsaylor-meta.pd create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/links create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 examples/noiseburst.wav delete mode 100644 help/aenv~-help.pd delete mode 100644 help/mtosr.pd delete mode 100644 help/partconv~-help.pd delete mode 100644 help/pvoc~-help.pd delete mode 100644 help/susloop~-help.pd delete mode 100644 help/svf~-help.pd delete mode 100644 help/zhzxh~-help.pd create mode 100644 mtosr-help.pd create mode 100644 mtosr.pd delete mode 100644 noiseburst.wav create mode 100644 partconv~-help.pd delete mode 100644 partconv~.libs create mode 100644 pvoc~-help.pd delete mode 100644 pvoc~.libs create mode 100644 susloop~-help.pd create mode 100644 svf~-help.pd create mode 100644 zhzxh~-help.pd diff --git a/GPL.txt b/GPL.txt deleted file mode 100644 index 5b6e7c6..0000000 --- a/GPL.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..5b6e7c6 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Makefile b/Makefile index 576ff87..fd9add4 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,313 @@ -TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|') -EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|') +## Pd library template version 1.0.4 +# For instructions on how to use this template, see: +# http://puredata.info/docs/developer/MakefileTemplate +LIBRARY_NAME = bsaylor -default: - make -C $(EXTERNALS_ROOT) $(TARGET) +# add your .c source files, one object per file, to the SOURCES +# variable, help files will be included automatically +SOURCES = aenv~.c partconv~.c pvoc~.c susloop~.c svf~.c zhzxh~.c + + +# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will +# be included automatically +PDOBJECTS = mtosr.pd + +# example patches and related files, in the 'examples' subfolder +EXAMPLES = noiseburst.wav + +# manuals and related files, in the 'manual' subfolder +MANUAL = + +# if you want to include any other files in the source and binary tarballs, +# list them here. This can be anything from header files, test patches, +# documentation, etc. README.txt and LICENSE.txt are required and therefore +# automatically included +EXTRA_DIST = partconv~.dsp partconv~.dsw partconv~.vcproj sse-conv.inc.c altivec-perform.inc.c + +# NOTE: added custom targets for partconv~ and pvoc~ + + +#------------------------------------------------------------------------------# +# +# things you might need to edit if you are using other C libraries +# +#------------------------------------------------------------------------------# + +CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +LDFLAGS = +LIBS = -lm + +#------------------------------------------------------------------------------# +# +# you shouldn't need to edit anything below here, if we did it right :) +# +#------------------------------------------------------------------------------# + +# get library version from meta file +LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' $(LIBRARY_NAME)-meta.pd) + +CFLAGS += -DVERSION='"$(LIBRARY_VERSION)"' + +PD_INCLUDE = $(PD_PATH)/include +# where to install the library, overridden below depending on platform +prefix = /usr/local +libdir = $(prefix)/lib +pkglibdir = $(libdir)/pd-externals +objectsdir = $(pkglibdir) + +INSTALL = install +INSTALL_PROGRAM = $(INSTALL) -p -m 644 +INSTALL_DATA = $(INSTALL) -p -m 644 +INSTALL_DIR = $(INSTALL) -p -m 755 -d + +ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \ + $(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows) + +DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION) +ORIGDIR=pd-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION) + +UNAME := $(shell uname -s) +ifeq ($(UNAME),Darwin) + CPU := $(shell uname -p) + ifeq ($(CPU),arm) # iPhone/iPod Touch + SOURCES += $(SOURCES_iphoneos) + EXTENSION = pd_darwin + OS = iphoneos + PD_PATH = /Applications/Pd-extended.app/Contents/Resources + IPHONE_BASE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin + CC=$(IPHONE_BASE)/gcc + CPP=$(IPHONE_BASE)/cpp + CXX=$(IPHONE_BASE)/g++ + ISYSROOT = -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk + IPHONE_CFLAGS = -miphoneos-version-min=3.0 $(ISYSROOT) -arch armv6 + OPT_CFLAGS = -fast -funroll-loops -fomit-frame-pointer + CFLAGS := $(IPHONE_CFLAGS) $(OPT_CFLAGS) $(CFLAGS) + LDFLAGS += -arch armv6 -bundle -undefined dynamic_lookup $(ISYSROOT) + LIBS += -lc + STRIP = strip -x + DISTBINDIR=$(DISTDIR)-$(OS) + else # Mac OS X + SOURCES += $(SOURCES_macosx) + EXTENSION = pd_darwin + OS = macosx + PD_PATH = /Applications/Pd-extended.app/Contents/Resources + OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 -fast +# build universal 32-bit on 10.4 and 32/64 on newer + ifeq ($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8) + FAT_FLAGS = -arch ppc -arch i386 -mmacosx-version-min=10.4 + else + FAT_FLAGS = -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.4 + SOURCES += $(SOURCES_iphoneos) + endif + CFLAGS += $(FAT_FLAGS) -fPIC -I/sw/include + LDFLAGS += $(FAT_FLAGS) -bundle -undefined dynamic_lookup -L/sw/lib + # if the 'pd' binary exists, check the linking against it to aid with stripping + LDFLAGS += $(shell test -e $(PD_PATH)/bin/pd && echo -bundle_loader $(PD_PATH)/bin/pd) + LIBS += -lc + STRIP = strip -x + DISTBINDIR=$(DISTDIR)-$(OS) +# install into ~/Library/Pd on Mac OS X since /usr/local isn't used much + pkglibdir=$(HOME)/Library/Pd + endif +endif +ifeq ($(UNAME),Linux) + CPU := $(shell uname -m) + SOURCES += $(SOURCES_linux) + EXTENSION = pd_linux + OS = linux + PD_PATH = /usr + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer + CFLAGS += -fPIC + LDFLAGS += -Wl,--export-dynamic -shared -fPIC + LIBS += -lc + STRIP = strip --strip-unneeded -R .note -R .comment + DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) +endif +ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME))) + CPU := $(shell uname -m) + SOURCES += $(SOURCES_cygwin) + EXTENSION = dll + OS = cygwin + PD_PATH = $(cygpath $(PROGRAMFILES))/pd + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer + CFLAGS += + LDFLAGS += -Wl,--export-dynamic -shared -L"$(PD_PATH)/src" -L"$(PD_PATH)/bin" + LIBS += -lc -lpd + STRIP = strip --strip-unneeded -R .note -R .comment + DISTBINDIR=$(DISTDIR)-$(OS) +endif +ifeq (MINGW,$(findstring MINGW,$(UNAME))) + CPU := $(shell uname -m) + SOURCES += $(SOURCES_windows) + EXTENSION = dll + OS = windows + PD_PATH = $(shell cd "$(PROGRAMFILES)"/pd && pwd) + OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4 + CFLAGS += -mms-bitfields + LDFLAGS += -s -shared -Wl,--enable-auto-import + LIBS += -L"$(PD_PATH)/src" -L"$(PD_PATH)/bin" -L"$(PD_PATH)/obj" -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 + STRIP = strip --strip-unneeded -R .note -R .comment + DISTBINDIR=$(DISTDIR)-$(OS) +endif + +# in case somebody manually set the HELPPATCHES above +HELPPATCHES ?= $(SOURCES:.c=-help.pd) $(PDOBJECTS:.c=-help.pd) + +CFLAGS += $(OPT_CFLAGS) + + +.PHONY = install libdir_install single_install install-doc install-exec install-examples install-manual clean dist etags $(LIBRARY_NAME) + +all: $(SOURCES:.c=.$(EXTENSION)) + +%.o: %.c + $(CC) $(CFLAGS) -o "$*.o" -c "$*.c" + +%.$(EXTENSION): %.o + $(CC) $(LDFLAGS) -o "$*.$(EXTENSION)" "$*.o" $(LIBS) + chmod a-x "$*.$(EXTENSION)" + +partconv~.$(EXTENSION): partconv~.o + $(CC) $(LDFLAGS) -o "partconv~.$(EXTENSION)" "partconv~.o" $(LIBS) -lfftw3f + chmod a-x "partconv~.$(EXTENSION)" + +pvoc~.$(EXTENSION): pvoc~.o + $(CC) $(LDFLAGS) -o "pvoc~.$(EXTENSION)" "pvoc~.o" $(LIBS) -lfftw3 + chmod a-x "pvoc~.$(EXTENSION)" + +# this links everything into a single binary file +$(LIBRARY_NAME): $(SOURCES:.c=.o) $(LIBRARY_NAME).o + $(CC) $(LDFLAGS) -o $(LIBRARY_NAME).$(EXTENSION) $(SOURCES:.c=.o) $(LIBRARY_NAME).o $(LIBS) + chmod a-x $(LIBRARY_NAME).$(EXTENSION) + +install: libdir_install + +# The meta and help files are explicitly installed to make sure they are +# actually there. Those files are not optional, then need to be there. +libdir_install: $(SOURCES:.c=.$(EXTENSION)) install-doc install-examples install-manual + $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + $(INSTALL_DATA) $(LIBRARY_NAME)-meta.pd \ + $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + test -z "$(strip $(SOURCES))" || (\ + $(INSTALL_PROGRAM) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) && \ + $(STRIP) $(addprefix $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/,$(SOURCES:.c=.$(EXTENSION)))) + test -z "$(strip $(PDOBJECTS))" || \ + $(INSTALL_DATA) $(PDOBJECTS) \ + $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + +# install library linked as single binary +single_install: $(LIBRARY_NAME) install-doc install-exec + $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + $(INSTALL_PROGRAM) $(LIBRARY_NAME).$(EXTENSION) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + $(STRIP) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/$(LIBRARY_NAME).$(EXTENSION) + +install-doc: + $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + test -z "$(strip $(SOURCES) $(PDOBJECTS))" || \ + $(INSTALL_DATA) $(HELPPATCHES) \ + $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) + $(INSTALL_DATA) README.txt $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt + $(INSTALL_DATA) LICENSE.txt $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/LICENSE.txt + +install-examples: + test -z "$(strip $(EXAMPLES))" || \ + $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/examples && \ + for file in $(EXAMPLES); do \ + $(INSTALL_DATA) examples/$$file $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/examples; \ + done + +install-manual: + test -z "$(strip $(MANUAL))" || \ + $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/manual && \ + for file in $(MANUAL); do \ + $(INSTALL_DATA) manual/$$file $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/manual; \ + done -install: - make -C $(EXTERNALS_ROOT) $(TARGET)_install clean: - make -C $(EXTERNALS_ROOT) $(TARGET)_clean + -rm -f -- $(SOURCES:.c=.o) $(SOURCES_LIB:.c=.o) + -rm -f -- $(SOURCES:.c=.$(EXTENSION)) + -rm -f -- $(LIBRARY_NAME).o + -rm -f -- $(LIBRARY_NAME).$(EXTENSION) + +distclean: clean + -rm -f -- $(DISTBINDIR).tar.gz + -rm -rf -- $(DISTBINDIR) + -rm -f -- $(DISTDIR).tar.gz + -rm -rf -- $(DISTDIR) + -rm -f -- $(ORIGDIR).tar.gz + -rm -rf -- $(ORIGDIR) + + +$(DISTBINDIR): + $(INSTALL_DIR) $(DISTBINDIR) -test_locations: - make -C $(EXTERNALS_ROOT) test_locations +libdir: all $(DISTBINDIR) + $(INSTALL_DATA) $(LIBRARY_NAME)-meta.pd $(DISTBINDIR) + $(INSTALL_DATA) $(SOURCES) $(DISTBINDIR) + $(INSTALL_DATA) $(HELPPATCHES) $(DISTBINDIR) + test -z "$(strip $(EXTRA_DIST))" || \ + $(INSTALL_DATA) $(EXTRA_DIST) $(DISTBINDIR) +# tar --exclude-vcs -czpf $(DISTBINDIR).tar.gz $(DISTBINDIR) + +$(DISTDIR): + $(INSTALL_DIR) $(DISTDIR) + +$(ORIGDIR): + $(INSTALL_DIR) $(ORIGDIR) + +dist: $(DISTDIR) + $(INSTALL_DATA) Makefile $(DISTDIR) + $(INSTALL_DATA) README.txt $(DISTDIR) + $(INSTALL_DATA) LICENSE.txt $(DISTDIR) + $(INSTALL_DATA) $(LIBRARY_NAME)-meta.pd $(DISTDIR) + test -z "$(strip $(ALLSOURCES))" || \ + $(INSTALL_DATA) $(ALLSOURCES) $(DISTDIR) + test -z "$(strip $(PDOBJECTS))" || \ + $(INSTALL_DATA) $(PDOBJECTS) $(DISTDIR) + test -z "$(strip $(HELPPATCHES))" || \ + $(INSTALL_DATA) $(HELPPATCHES) $(DISTDIR) + test -z "$(strip $(EXTRA_DIST))" || \ + $(INSTALL_DATA) $(EXTRA_DIST) $(DISTDIR) + test -z "$(strip $(EXAMPLES))" || \ + $(INSTALL_DIR) $(DISTDIR)/examples && \ + for file in $(EXAMPLES); do \ + $(INSTALL_DATA) examples/$$file $(DISTDIR)/examples; \ + done + test -z "$(strip $(MANUAL))" || \ + $(INSTALL_DIR) $(DISTDIR)/manual && \ + for file in $(MANUAL); do \ + $(INSTALL_DATA) manual/$$file $(DISTDIR)/manual; \ + done + tar --exclude-vcs -czpf $(DISTDIR).tar.gz $(DISTDIR) + +# make a Debian source package +dpkg-source: + debclean + make distclean dist + mv $(DISTDIR) $(ORIGDIR) + tar --exclude-vcs -czpf ../$(ORIGDIR).orig.tar.gz $(ORIGDIR) + rm -f -- $(DISTDIR).tar.gz + rm -rf -- $(DISTDIR) $(ORIGDIR) + cd .. && dpkg-source -b $(LIBRARY_NAME) etags: - etags *.[ch] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h + etags *.h $(SOURCES) ../../pd/src/*.[ch] /usr/include/*.h /usr/include/*/*.h + +showsetup: + @echo "CFLAGS: $(CFLAGS)" + @echo "LDFLAGS: $(LDFLAGS)" + @echo "LIBS: $(LIBS)" + @echo "PD_INCLUDE: $(PD_INCLUDE)" + @echo "PD_PATH: $(PD_PATH)" + @echo "objectsdir: $(objectsdir)" + @echo "LIBRARY_NAME: $(LIBRARY_NAME)" + @echo "LIBRARY_VERSION: $(LIBRARY_VERSION)" + @echo "SOURCES: $(SOURCES)" + @echo "PDOBJECTS: $(PDOBJECTS)" + @echo "ALLSOURCES: $(ALLSOURCES)" + @echo "UNAME: $(UNAME)" + @echo "CPU: $(CPU)" + @echo "pkglibdir: $(pkglibdir)" + @echo "DISTDIR: $(DISTDIR)" + @echo "ORIGDIR: $(ORIGDIR)" diff --git a/aenv~-help.pd b/aenv~-help.pd new file mode 100644 index 0000000..a888cb0 --- /dev/null +++ b/aenv~-help.pd @@ -0,0 +1,76 @@ +#N canvas 10 20 762 475 10; +#X floatatom 238 150 5 0 0; +#X floatatom 281 150 5 0 0; +#X floatatom 324 150 5 0 0; +#X floatatom 367 150 5 0 0; +#X msg 8 115 1; +#X msg 50 115 0; +#N canvas 0 0 450 300 graph1 0; +#X array env 88200 float 0; +#X coords 0 1 88199 0 300 140 1; +#X restore 455 327 graph; +#X msg 20 250 bang; +#X obj 142 353 tabwrite~ env; +#X obj 291 335 *~; +#X obj 312 444 dac~; +#X obj 318 410 *~; +#X obj 364 395 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -262144 +-1 -1 4900 1; +#X obj 170 211 aenv~ 100 200 0.6 500; +#X obj 430 222 phasor~ 100; +#X obj 430 266 lop~ 1000; +#X obj 430 244 -~ 0.5; +#X obj 238 75 vsl 8 64 10 2000 0 1 empty empty attack 0 -8 0 8 -262144 +-1 -1 600 1; +#X obj 281 75 vsl 8 64 10 2000 0 1 empty empty decay 0 -8 0 8 -262144 +-1 -1 800 1; +#X obj 367 75 vsl 8 64 10 2000 0 1 empty empty release 0 -8 0 8 -262144 +-1 -1 2600 1; +#X obj 324 75 vsl 8 64 0 1 0 1 empty empty sustain 0 -8 0 8 -262144 +-1 -1 4400 1; +#X obj 430 146 notein 1; +#X obj 430 196 mtof; +#X text 42 206 nonzero -> attack; +#X text 484 81 Ben Saylor ; +#X text 500 97 http://www.macalester.edu/~bsaylor; +#X obj 8 20 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 +; +#X text 27 17 <- click here; +#X obj 20 70 del 800; +#X text 452 6 aenv~: asymptotic ADSR envelope generator; +#X msg 198 73 lina; +#X msg 198 104 loga; +#X text 104 73 linear attack; +#X text 120 105 log attack; +#X msg 198 133 zero; +#X text 77 219 0 -> release; +#X connect 0 0 13 1; +#X connect 1 0 13 2; +#X connect 2 0 13 3; +#X connect 3 0 13 4; +#X connect 4 0 7 0; +#X connect 4 0 13 0; +#X connect 5 0 13 0; +#X connect 7 0 8 0; +#X connect 9 0 11 0; +#X connect 11 0 10 0; +#X connect 11 0 10 1; +#X connect 12 0 11 1; +#X connect 13 0 8 0; +#X connect 13 0 9 0; +#X connect 14 0 16 0; +#X connect 15 0 9 1; +#X connect 16 0 15 0; +#X connect 17 0 0 0; +#X connect 18 0 1 0; +#X connect 19 0 3 0; +#X connect 20 0 2 0; +#X connect 21 0 22 0; +#X connect 21 1 13 0; +#X connect 22 0 14 0; +#X connect 26 0 4 0; +#X connect 26 0 28 0; +#X connect 28 0 5 0; +#X connect 30 0 13 0; +#X connect 31 0 13 0; +#X connect 34 0 13 0; diff --git a/bsaylor-meta.pd b/bsaylor-meta.pd new file mode 100644 index 0000000..df4c49f --- /dev/null +++ b/bsaylor-meta.pd @@ -0,0 +1,6 @@ +#N canvas 15 49 200 200 10; +#N canvas 25 49 420 300 META 1; +#X text 13 41 NAME bsaylor; +#X text 10 25 AUTHOR Benjamin R. Saylor ; +#X text 10 10 VERSION 0.1; +#X restore 10 10 pd META; diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..56665d3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pd-bsaylor (0.0-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Hans-Christoph Steiner Thu, 21 Jan 2010 23:27:04 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..27ed87b --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: pd-bsaylor +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Hans-Christoph Steiner +Build-Depends: debhelper (>= 7.0.50~), + libfftw3-dev, + puredata +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-bsaylor +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Recommends: pd-libdir +Description: a library of FFT-based Pd objects by Ben Saylor + bsaylor is a library of Pure Data objects by Benjamin Saylor: + . + pvoc~ is a phase vocoder based on Pd's 09.pvoc.pd example patch. Advantages + over the abstraction include (reportedly) faster execution, instantaneous + response to input, and adjustable phase locking. It requires FFTW3. + . + susloop~: sample player with various loop methods (ping-pong, ... ) think + tracker. svf~ This is a signal-controlled port of Steve Harris' state + variable filter LADSPA plugin. + . + svf~: a signal-controlled port of Steve Harris' state variable filter + LADSPA plugin (http://plugin.org.uk). + . + zhzhx~: Turns the input signal into a staticky, distorted mess. Comes with + tone control diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3387911 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 +Name: bsaylor +Maintainer: +Source: http://sourceforge.net/projects/pure-data/files/libraries/bsaylor/ +Debianized-By: Hans-Christoph Steiner +Debianized-Date: Sat, 3 Apr 2010 17:14:25 -0400 + +Files: svf~.c +Copyright: 2002-2003, Steve Harris, Ben Saylor + + +Files: * +Copyright: 2002-2006, Benjamin R. Saylor + +License: GPL-2+ + This package 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. + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in file "/usr/share/common-licenses/GPL-2". + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..baae294 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,7 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s +pristine-tar = True + diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..4f4373f --- /dev/null +++ b/debian/links @@ -0,0 +1,3 @@ +usr/lib/pd/extra/bsaylor/README.txt usr/share/doc/pd-bsaylor/README +usr/lib/pd/extra/bsaylor/examples usr/share/doc/pd-bsaylor/examples +usr/share/common-licenses/GPL-2 usr/lib/pd/extra/bsaylor/LICENSE.txt diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..aaf2ffe --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +LIBRARY_NAME = bsaylor +PACKAGE = pd-$(LIBRARY_NAME) +pkglibdir = /usr/lib/pd/extra + +%: + dh $@ --buildsystem=makefile + +override_dh_auto_install: + dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) +# replace license file with link to the Debian license file + rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt + +override_dh_shlibdeps: + dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ + -T$(CURDIR)/debian/$(PACKAGE).substvars diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/examples/noiseburst.wav b/examples/noiseburst.wav new file mode 100644 index 0000000..2043f3a Binary files /dev/null and b/examples/noiseburst.wav differ diff --git a/help/aenv~-help.pd b/help/aenv~-help.pd deleted file mode 100644 index a888cb0..0000000 --- a/help/aenv~-help.pd +++ /dev/null @@ -1,76 +0,0 @@ -#N canvas 10 20 762 475 10; -#X floatatom 238 150 5 0 0; -#X floatatom 281 150 5 0 0; -#X floatatom 324 150 5 0 0; -#X floatatom 367 150 5 0 0; -#X msg 8 115 1; -#X msg 50 115 0; -#N canvas 0 0 450 300 graph1 0; -#X array env 88200 float 0; -#X coords 0 1 88199 0 300 140 1; -#X restore 455 327 graph; -#X msg 20 250 bang; -#X obj 142 353 tabwrite~ env; -#X obj 291 335 *~; -#X obj 312 444 dac~; -#X obj 318 410 *~; -#X obj 364 395 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -262144 --1 -1 4900 1; -#X obj 170 211 aenv~ 100 200 0.6 500; -#X obj 430 222 phasor~ 100; -#X obj 430 266 lop~ 1000; -#X obj 430 244 -~ 0.5; -#X obj 238 75 vsl 8 64 10 2000 0 1 empty empty attack 0 -8 0 8 -262144 --1 -1 600 1; -#X obj 281 75 vsl 8 64 10 2000 0 1 empty empty decay 0 -8 0 8 -262144 --1 -1 800 1; -#X obj 367 75 vsl 8 64 10 2000 0 1 empty empty release 0 -8 0 8 -262144 --1 -1 2600 1; -#X obj 324 75 vsl 8 64 0 1 0 1 empty empty sustain 0 -8 0 8 -262144 --1 -1 4400 1; -#X obj 430 146 notein 1; -#X obj 430 196 mtof; -#X text 42 206 nonzero -> attack; -#X text 484 81 Ben Saylor ; -#X text 500 97 http://www.macalester.edu/~bsaylor; -#X obj 8 20 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 -; -#X text 27 17 <- click here; -#X obj 20 70 del 800; -#X text 452 6 aenv~: asymptotic ADSR envelope generator; -#X msg 198 73 lina; -#X msg 198 104 loga; -#X text 104 73 linear attack; -#X text 120 105 log attack; -#X msg 198 133 zero; -#X text 77 219 0 -> release; -#X connect 0 0 13 1; -#X connect 1 0 13 2; -#X connect 2 0 13 3; -#X connect 3 0 13 4; -#X connect 4 0 7 0; -#X connect 4 0 13 0; -#X connect 5 0 13 0; -#X connect 7 0 8 0; -#X connect 9 0 11 0; -#X connect 11 0 10 0; -#X connect 11 0 10 1; -#X connect 12 0 11 1; -#X connect 13 0 8 0; -#X connect 13 0 9 0; -#X connect 14 0 16 0; -#X connect 15 0 9 1; -#X connect 16 0 15 0; -#X connect 17 0 0 0; -#X connect 18 0 1 0; -#X connect 19 0 3 0; -#X connect 20 0 2 0; -#X connect 21 0 22 0; -#X connect 21 1 13 0; -#X connect 22 0 14 0; -#X connect 26 0 4 0; -#X connect 26 0 28 0; -#X connect 28 0 5 0; -#X connect 30 0 13 0; -#X connect 31 0 13 0; -#X connect 34 0 13 0; diff --git a/help/mtosr.pd b/help/mtosr.pd deleted file mode 100644 index 0807e69..0000000 --- a/help/mtosr.pd +++ /dev/null @@ -1,11 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 38 57 mtof; -#X obj 38 33 inlet; -#X obj 38 82 expr \$1 / 261.626 * $f1; -#X obj 38 106 outlet; -#X text 74 249 creation argument: samplerate at middle C.; -#X text 25 190 takes midi note value and converts to a samplerate for -sample playback.; -#X connect 0 0 2 0; -#X connect 1 0 0 0; -#X connect 2 0 3 0; diff --git a/help/partconv~-help.pd b/help/partconv~-help.pd deleted file mode 100644 index bda06cf..0000000 --- a/help/partconv~-help.pd +++ /dev/null @@ -1,74 +0,0 @@ -#N canvas 0 30 680 606 10; -#X obj 201 569 dac~; -#X obj 40 168 dirac~; -#X msg 40 148 0; -#X obj 177 190 osc~; -#X obj 177 164 mtof; -#X floatatom 177 141 5 0 0 0 - - -; -#X obj 419 358 soundfiler; -#X obj 419 259 loadbang; -#X obj 201 541 *~; -#X obj 302 282 openpanel; -#X obj 302 309 t b s; -#X obj 302 240 bng 32 250 50 0 empty empty empty 0 -6 0 8 -260818 -1 --1; -#X obj 331 466 vsl 8 128 0 100 0 1 empty empty empty 0 -8 0 8 -260818 --1 -1 9700 1; -#X text 300 219 load a soundfile to use as the impulse response; -#X text 9 127 test with an impulse; -#X text 431 7 Ben Saylor - bensaylor@fastmail.fm; -#X text 105 7 partitioned convolution external; -#X obj 437 388 table irL; -#X msg 272 350 set irL; -#X msg 341 350 set irR; -#X obj 230 541 *~; -#X obj 259 426 partconv~ irR 2048; -#X msg 427 333 read -resize \$1 irL irR; -#X obj 437 410 table irR; -#X msg 232 190 0; -#X msg 270 190 0.1; -#X obj 177 212 *~ 0; -#X obj 271 515 dbtorms; -#X text 226 155 test with a sine; -#X obj 110 187 adc~ 1; -#X text 10 8 partconv~; -#X text 26 44 version 0.2 \, August 12 \, 2005; -#X text 258 43 [partconv~ ]; -#X obj 126 426 partconv~ irL 2048; -#X msg 419 283 read -resize noiseburst.wav irL; -#X msg 419 307 read -resize noiseburst.wav irR; -#X text 258 71 The partition size must be a power of 2 greater than -or equal to the block size. Larger partition sizes are more efficient -\, to a point \, but increase latency (the delay between input and -output is equal to the partition size minus the block size).; -#X connect 1 0 21 0; -#X connect 1 0 33 0; -#X connect 2 0 1 0; -#X connect 3 0 26 0; -#X connect 4 0 3 0; -#X connect 5 0 4 0; -#X connect 7 0 34 0; -#X connect 7 0 35 0; -#X connect 8 0 0 0; -#X connect 9 0 10 0; -#X connect 10 0 18 0; -#X connect 10 0 19 0; -#X connect 10 1 22 0; -#X connect 11 0 9 0; -#X connect 12 0 27 0; -#X connect 18 0 33 0; -#X connect 19 0 21 0; -#X connect 20 0 0 1; -#X connect 21 0 20 0; -#X connect 22 0 6 0; -#X connect 24 0 26 1; -#X connect 25 0 26 1; -#X connect 26 0 21 0; -#X connect 26 0 33 0; -#X connect 27 0 8 1; -#X connect 27 0 20 1; -#X connect 29 0 21 0; -#X connect 29 0 33 0; -#X connect 33 0 8 0; -#X connect 34 0 6 0; -#X connect 35 0 6 0; diff --git a/help/pvoc~-help.pd b/help/pvoc~-help.pd deleted file mode 100644 index 90b0262..0000000 --- a/help/pvoc~-help.pd +++ /dev/null @@ -1,86 +0,0 @@ -#N canvas 143 0 760 635 10; -#X declare -lib bsaylor; -#X obj 265 611 dac~; -#X obj 304 561 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -260818 --1 -1 3200 1; -#X obj 265 587 *~; -#X obj 68 158 cnv 15 580 220 empty empty empty 20 12 0 14 -195568 -66577 -0; -#N canvas 0 0 450 300 graph1 0; -#X array sample 62079 float 0; -#X coords 0 1 62078 -1 560 100 1; -#X restore 77 52 graph; -#X msg 346 506 read -resize ../../sound/voice.wav sample -; -#X obj 346 526 soundfiler; -#X obj 346 547 s length; -#X obj 346 485 loadbang; -#X obj 77 172 hsl 560 15 0 1 0 0 empty empty time-position -2 -6 0 -8 -233017 -1 -1 26900 1; -#X obj 214 222 vsl 15 128 0.5 2 1 0 empty empty pitch-shift 0 -8 0 -8 -261681 -1 -1 6350 1; -#X msg 182 203 1; -#X floatatom 214 356 5 0 0 0 - - -; -#X obj 280 222 vsl 15 128 0 1 0 0 empty empty phase-locking 0 -8 0 -8 -225280 -1 -1 0 1; -#X floatatom 280 356 5 0 0 0 - - -; -#X obj 74 532 line~; -#X msg 74 510 \$1 200; -#X obj 74 488 *; -#X obj 90 423 r length; -#X text 6 28 [pvoc~ ]; -#X obj 226 551 lop~ 10; -#X msg 433 486 read -resize \$1 sample; -#X obj 433 466 openpanel; -#X obj 548 337 bng 32 250 50 0 empty empty empty 0 -6 0 8 -260818 -1 --1; -#X msg 280 457 locking \$1; -#X msg 99 447 setarray sample; -#X msg 380 292 transients 0 6227 35716 53368; -#X msg 380 314 notransients; -#X text 380 275 de-smear transients at these locations; -#X text 546 319 load a sample; -#X obj 226 531 sig~ 1; -#X msg 125 261 0.5; -#X msg 125 281 1; -#X msg 125 301 2; -#X msg 125 341 4; -#X msg 125 510 0 \, 4.41e+06 \$1; -#X obj 125 399 * 100000; -#X msg 125 321 3; -#X text 8 6 pvoc~ 0.2 Ben Saylor bensaylor@fastmail.fm; -#X obj 99 571 pvoc~ sample 2048 4; -#X connect 1 0 2 1; -#X connect 2 0 0 0; -#X connect 2 0 0 1; -#X connect 5 0 6 0; -#X connect 6 0 7 0; -#X connect 8 0 5 0; -#X connect 9 0 17 0; -#X connect 10 0 12 0; -#X connect 11 0 10 0; -#X connect 12 0 30 0; -#X connect 13 0 14 0; -#X connect 14 0 24 0; -#X connect 15 0 39 0; -#X connect 16 0 15 0; -#X connect 17 0 16 0; -#X connect 18 0 17 1; -#X connect 18 0 25 0; -#X connect 20 0 39 1; -#X connect 21 0 6 0; -#X connect 22 0 21 0; -#X connect 23 0 22 0; -#X connect 24 0 39 0; -#X connect 25 0 39 0; -#X connect 26 0 39 0; -#X connect 27 0 39 0; -#X connect 30 0 20 0; -#X connect 31 0 36 0; -#X connect 32 0 36 0; -#X connect 33 0 36 0; -#X connect 34 0 36 0; -#X connect 35 0 15 0; -#X connect 36 0 35 0; -#X connect 37 0 36 0; -#X connect 39 0 2 0; diff --git a/help/susloop~-help.pd b/help/susloop~-help.pd deleted file mode 100644 index bce3791..0000000 --- a/help/susloop~-help.pd +++ /dev/null @@ -1,102 +0,0 @@ -#N canvas 236 83 735 643 10; -#N canvas 0 0 450 300 graph1 0; -#X array sample 86754 float 0; -#X coords 0 1 86753 -1 200 64 1; -#X restore 441 412 graph; -#X obj 480 341 soundfiler; -#X msg 480 315 read -resize \$1 sample; -#X obj 480 289 openpanel; -#X obj 480 267 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 --1; -#X obj 8 513 dac~; -#X floatatom 69 489 5 0 0; -#X obj 69 513 / 100; -#X obj 8 450 tabread4~ sample; -#X obj 8 481 *~; -#X floatatom 127 272 5 0 0; -#X obj 127 310 mtosr 44100; -#X msg 17 271 type 0; -#X msg 17 299 type 1; -#X msg 176 272 44100; -#X floatatom 322 380 5 0 0; -#X floatatom 179 380 6 0 0; -#X floatatom 245 380 6 0 0; -#X obj 88 271 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 --1; -#X text 514 265 <- load a sample; -#X text 421 230 Ben Saylor - bsaylor@macalester.edu; -#X msg 124 489 70; -#X obj 156 489 loadbang; -#X text 54 45 optional creation args:; -#X text 239 45 [loopstart loopend [looptype [startpos]]]; -#X text 172 336 loopstart; -#X text 242 337 loopend; -#X text 319 338 startpos; -#X text 38 154 is 0 for a forward loop (default) and 1 for -a pingpong loop.; -#X text 40 193 Playback speed is in samples/sec - send a float or signal -to the left inlet.; -#X text 10 7 susloop~ - another phase generator for sample looping -; -#X obj 127 414 susloop~ 4000 12000; -#X text 37 94 When the left inlet gets a bang \, the phase output will -start at (defaults to 0) \, continue until it reaches -\, and then start looping between and .; -#X floatatom 480 366 5 0 0; -#X obj 442 480 hsl 200 15 0 1 0 0 empty empty loop_start 10 8 0 8 -195568 --33289 -33289 13700 0; -#X obj 442 499 hsl 200 15 0 1 0 0 empty empty loop_end 10 8 0 8 -233017 --1 -1 16900 0; -#X obj 250 565 *; -#X obj 293 565 *; -#X obj 293 589 int; -#X obj 250 589 int; -#X obj 531 366 s filesize; -#X obj 266 501 r filesize; -#X obj 229 616 s lstart; -#X obj 293 615 s lend; -#X obj 245 356 r lend; -#X obj 179 358 r lstart; -#X obj 442 516 hsl 200 15 0 1 0 0 empty empty start 10 8 0 8 -262144 --1 -1 0 0; -#X obj 346 567 *; -#X obj 346 591 int; -#X obj 346 616 s start; -#X obj 322 356 r start; -#X connect 1 0 33 0; -#X connect 1 0 40 0; -#X connect 2 0 1 0; -#X connect 3 0 2 0; -#X connect 4 0 3 0; -#X connect 6 0 7 0; -#X connect 7 0 9 1; -#X connect 8 0 9 0; -#X connect 9 0 5 0; -#X connect 9 0 5 1; -#X connect 10 0 11 0; -#X connect 11 0 31 0; -#X connect 12 0 31 0; -#X connect 13 0 31 0; -#X connect 14 0 31 0; -#X connect 15 0 31 3; -#X connect 16 0 31 1; -#X connect 17 0 31 2; -#X connect 18 0 31 0; -#X connect 21 0 7 0; -#X connect 22 0 21 0; -#X connect 31 0 8 0; -#X connect 34 0 36 0; -#X connect 35 0 37 0; -#X connect 36 0 39 0; -#X connect 37 0 38 0; -#X connect 38 0 43 0; -#X connect 39 0 42 0; -#X connect 41 0 36 1; -#X connect 41 0 37 1; -#X connect 41 0 47 1; -#X connect 44 0 17 0; -#X connect 45 0 16 0; -#X connect 46 0 47 0; -#X connect 47 0 48 0; -#X connect 48 0 49 0; -#X connect 50 0 15 0; diff --git a/help/svf~-help.pd b/help/svf~-help.pd deleted file mode 100644 index 39c8cbf..0000000 --- a/help/svf~-help.pd +++ /dev/null @@ -1,137 +0,0 @@ -#N canvas 10 20 762 475 10; -#X obj 170 445 dac~; -#X obj 7 369 phasor~; -#X floatatom 7 347 5 0 0; -#X obj 145 329 sig~; -#X obj 190 329 sig~; -#X obj 97 257 mtof; -#X obj 97 120 vsl 15 128 16 135 0 0 empty empty empty 0 -8 0 8 -262144 --1 -1 0 1; -#X obj 145 120 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 --1 -1 0 1; -#X obj 190 119 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 --1 -1 0 1; -#X obj 97 329 line~; -#X msg 97 306 \$1 100; -#X floatatom 200 281 5 0 0; -#X floatatom 155 281 5 0 0; -#X floatatom 97 281 7 0 0; -#X msg 361 123 low; -#X msg 361 147 high; -#X msg 361 171 band; -#X msg 361 195 notch; -#X msg 361 219 peak; -#X obj 7 303 loadbang; -#N canvas 4 20 608 388 hanning-table 0; -#X obj 92 206 phasor~; -#X obj 92 234 cos~; -#X obj 23 328 tabwrite~ hanning; -#X obj 30 252 -~; -#X obj 28 218 sig~ 1; -#X msg 37 180 0; -#X text 141 13 CALCULATE HANNING; -#X text 141 27 WINDOW TABLE; -#N canvas 0 0 450 300 graph1 0; -#X array hanning 512 float 0; -#X coords 0 1 511 0 256 128 1; -#X restore 305 93 graph; -#X obj 93 171 sig~; -#X text 24 354 sample rate / window size; -#X msg 23 144 bang; -#X obj 66 269 sig~ 0.5; -#X obj 49 300 *~; -#X obj 67 96 samplerate~; -#X obj 25 53 t b f; -#X obj 25 8 loadbang; -#X msg 25 31 512; -#X obj 94 131 / 512; -#X connect 0 0 1 0; -#X connect 1 0 3 1; -#X connect 3 0 13 0; -#X connect 4 0 3 0; -#X connect 5 0 0 1; -#X connect 9 0 0 0; -#X connect 11 0 2 0; -#X connect 11 0 5 0; -#X connect 12 0 13 1; -#X connect 13 0 2 0; -#X connect 14 0 18 0; -#X connect 15 0 14 0; -#X connect 15 0 11 0; -#X connect 15 1 18 1; -#X connect 16 0 17 0; -#X connect 17 0 15 0; -#X connect 18 0 9 0; -#X restore 13 430 pd hanning-table; -#N canvas 10 112 328 354 fft-analysis 0; -#X obj 69 15 inlet~; -#X obj 43 74 rfft~; -#X obj 37 123 *~; -#X obj 81 124 *~; -#X obj 49 167 +~; -#X obj 49 196 sqrt~; -#X obj 27 297 tabsend~ response; -#X obj 171 209 block~ 512 2; -#X obj 182 61 tabreceive~ hanning; -#X obj 164 99 *~; -#X obj 69 36 /~ 8; -#X obj 51 249 clip~ 0 1; -#X connect 0 0 10 0; -#X connect 1 0 2 0; -#X connect 1 0 2 1; -#X connect 1 1 3 0; -#X connect 1 1 3 1; -#X connect 2 0 4 0; -#X connect 3 0 4 1; -#X connect 4 0 5 0; -#X connect 5 0 11 0; -#X connect 8 0 9 1; -#X connect 9 0 1 0; -#X connect 10 0 9 0; -#X connect 11 0 6 0; -#X restore 216 421 pd fft-analysis; -#N canvas 0 0 450 300 graph1 0; -#X array response 256 float 0; -#X coords 0 1 255 0 256 140 1; -#X restore 478 10 graph; -#X msg 7 325 110; -#X text 5 1 svf~ - state-variable filter; -#X text 146 99 q; -#X text 171 100 resonance; -#X text 67 100 frequency; -#X text 331 100 filter type; -#X obj 200 387 svf~ low; -#X text 8 28 A port of Steve Harris' LADSPA plugin; -#X text 6 45 (http://plugin.org.uk); -#X text 325 313 Notes:; -#X text 338 334 'q' controls the filter resonance. The resonance input -is for 'extra' resonance.. :); -#X text 400 171 <- keep q below 0.1; -#X text 339 370 The filters don't use the same scale for frequency. -Bandpass frequency seems to be in Hz. If the frequency is set too high -\, LOUD aliasing is produced.; -#X text 339 418 The bandpass filter is very sensitive to q - normal -range is 0 to 0.1.; -#X connect 1 0 29 0; -#X connect 2 0 1 0; -#X connect 3 0 29 2; -#X connect 4 0 29 3; -#X connect 5 0 13 0; -#X connect 6 0 5 0; -#X connect 7 0 3 0; -#X connect 7 0 12 0; -#X connect 8 0 4 0; -#X connect 8 0 11 0; -#X connect 9 0 29 1; -#X connect 10 0 9 0; -#X connect 13 0 10 0; -#X connect 14 0 29 0; -#X connect 15 0 29 0; -#X connect 16 0 29 0; -#X connect 17 0 29 0; -#X connect 18 0 29 0; -#X connect 19 0 23 0; -#X connect 23 0 2 0; -#X connect 29 0 0 0; -#X connect 29 0 0 1; -#X connect 29 0 21 0; diff --git a/help/zhzxh~-help.pd b/help/zhzxh~-help.pd deleted file mode 100644 index 9b5f26a..0000000 --- a/help/zhzxh~-help.pd +++ /dev/null @@ -1,39 +0,0 @@ -#N canvas 12 60 418 347 10; -#X floatatom 127 195 5 0 0; -#X obj 76 307 dac~; -#X obj 78 277 *~; -#X obj 13 123 readsf~; -#X msg 36 94 1; -#X floatatom 99 46 5 0 0; -#X obj 130 183 hsl 128 8 0 2500 0 1 empty empty tone -2 -6 0 8 -262144 --1 -1 8200 1; -#X obj 78 220 zhzxh~; -#X msg 13 56 open \$1; -#X obj 136 244 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -262144 --1 -1 4200 1; -#X text 163 25 http://www.macalester.edu/~bsaylor; -#X text 160 9 Ben Saylor ; -#X obj 13 31 openpanel; -#X obj 13 8 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 -; -#X obj 105 120 *~; -#X obj 155 94 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 -; -#X obj 99 67 mtof; -#X obj 99 93 osc~ 50; -#X connect 0 0 7 1; -#X connect 2 0 1 0; -#X connect 2 0 1 1; -#X connect 3 0 7 0; -#X connect 4 0 3 0; -#X connect 5 0 16 0; -#X connect 6 0 0 0; -#X connect 7 0 2 0; -#X connect 8 0 3 0; -#X connect 9 0 2 1; -#X connect 12 0 8 0; -#X connect 13 0 12 0; -#X connect 14 0 7 0; -#X connect 15 0 14 1; -#X connect 16 0 17 0; -#X connect 17 0 14 0; diff --git a/mtosr-help.pd b/mtosr-help.pd new file mode 100644 index 0000000..f4b7427 --- /dev/null +++ b/mtosr-help.pd @@ -0,0 +1,5 @@ +#N canvas 320 213 450 300 10; +#X obj 177 104 mtosr; +#X text 95 204 creation argument: samplerate at middle C.; +#X text 46 145 takes midi note value and converts to a samplerate for +sample playback.; diff --git a/mtosr.pd b/mtosr.pd new file mode 100644 index 0000000..0807e69 --- /dev/null +++ b/mtosr.pd @@ -0,0 +1,11 @@ +#N canvas 0 0 450 300 10; +#X obj 38 57 mtof; +#X obj 38 33 inlet; +#X obj 38 82 expr \$1 / 261.626 * $f1; +#X obj 38 106 outlet; +#X text 74 249 creation argument: samplerate at middle C.; +#X text 25 190 takes midi note value and converts to a samplerate for +sample playback.; +#X connect 0 0 2 0; +#X connect 1 0 0 0; +#X connect 2 0 3 0; diff --git a/noiseburst.wav b/noiseburst.wav deleted file mode 100644 index 2043f3a..0000000 Binary files a/noiseburst.wav and /dev/null differ diff --git a/partconv~-help.pd b/partconv~-help.pd new file mode 100644 index 0000000..f822323 --- /dev/null +++ b/partconv~-help.pd @@ -0,0 +1,74 @@ +#N canvas 0 30 680 606 10; +#X obj 201 569 dac~; +#X obj 40 168 dirac~; +#X msg 40 148 0; +#X obj 177 190 osc~; +#X obj 177 164 mtof; +#X floatatom 177 141 5 0 0 0 - - -; +#X obj 419 358 soundfiler; +#X obj 419 259 loadbang; +#X obj 201 541 *~; +#X obj 302 282 openpanel; +#X obj 302 309 t b s; +#X obj 302 240 bng 32 250 50 0 empty empty empty 0 -6 0 8 -260818 -1 +-1; +#X obj 331 466 vsl 8 128 0 100 0 1 empty empty empty 0 -8 0 8 -260818 +-1 -1 9700 1; +#X text 300 219 load a soundfile to use as the impulse response; +#X text 9 127 test with an impulse; +#X text 431 7 Ben Saylor - bensaylor@fastmail.fm; +#X text 105 7 partitioned convolution external; +#X obj 437 388 table irL; +#X msg 272 350 set irL; +#X msg 341 350 set irR; +#X obj 230 541 *~; +#X obj 259 426 partconv~ irR 2048; +#X msg 427 333 read -resize \$1 irL irR; +#X obj 437 410 table irR; +#X msg 232 190 0; +#X msg 270 190 0.1; +#X obj 177 212 *~ 0; +#X obj 271 515 dbtorms; +#X text 226 155 test with a sine; +#X obj 110 187 adc~ 1; +#X text 10 8 partconv~; +#X text 26 44 version 0.2 \, August 12 \, 2005; +#X text 258 43 [partconv~ ]; +#X obj 126 426 partconv~ irL 2048; +#X msg 419 283 read -resize examples/noiseburst.wav irL; +#X msg 419 307 read -resize examples/noiseburst.wav irR; +#X text 258 71 The partition size must be a power of 2 greater than +or equal to the block size. Larger partition sizes are more efficient +\, to a point \, but increase latency (the delay between input and +output is equal to the partition size minus the block size).; +#X connect 1 0 21 0; +#X connect 1 0 33 0; +#X connect 2 0 1 0; +#X connect 3 0 26 0; +#X connect 4 0 3 0; +#X connect 5 0 4 0; +#X connect 7 0 34 0; +#X connect 7 0 35 0; +#X connect 8 0 0 0; +#X connect 9 0 10 0; +#X connect 10 0 18 0; +#X connect 10 0 19 0; +#X connect 10 1 22 0; +#X connect 11 0 9 0; +#X connect 12 0 27 0; +#X connect 18 0 33 0; +#X connect 19 0 21 0; +#X connect 20 0 0 1; +#X connect 21 0 20 0; +#X connect 22 0 6 0; +#X connect 24 0 26 1; +#X connect 25 0 26 1; +#X connect 26 0 21 0; +#X connect 26 0 33 0; +#X connect 27 0 8 1; +#X connect 27 0 20 1; +#X connect 29 0 21 0; +#X connect 29 0 33 0; +#X connect 33 0 8 0; +#X connect 34 0 6 0; +#X connect 35 0 6 0; diff --git a/partconv~.libs b/partconv~.libs deleted file mode 100644 index 5cd5503..0000000 --- a/partconv~.libs +++ /dev/null @@ -1 +0,0 @@ --lfftw3f -lm diff --git a/pvoc~-help.pd b/pvoc~-help.pd new file mode 100644 index 0000000..90b0262 --- /dev/null +++ b/pvoc~-help.pd @@ -0,0 +1,86 @@ +#N canvas 143 0 760 635 10; +#X declare -lib bsaylor; +#X obj 265 611 dac~; +#X obj 304 561 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -260818 +-1 -1 3200 1; +#X obj 265 587 *~; +#X obj 68 158 cnv 15 580 220 empty empty empty 20 12 0 14 -195568 -66577 +0; +#N canvas 0 0 450 300 graph1 0; +#X array sample 62079 float 0; +#X coords 0 1 62078 -1 560 100 1; +#X restore 77 52 graph; +#X msg 346 506 read -resize ../../sound/voice.wav sample +; +#X obj 346 526 soundfiler; +#X obj 346 547 s length; +#X obj 346 485 loadbang; +#X obj 77 172 hsl 560 15 0 1 0 0 empty empty time-position -2 -6 0 +8 -233017 -1 -1 26900 1; +#X obj 214 222 vsl 15 128 0.5 2 1 0 empty empty pitch-shift 0 -8 0 +8 -261681 -1 -1 6350 1; +#X msg 182 203 1; +#X floatatom 214 356 5 0 0 0 - - -; +#X obj 280 222 vsl 15 128 0 1 0 0 empty empty phase-locking 0 -8 0 +8 -225280 -1 -1 0 1; +#X floatatom 280 356 5 0 0 0 - - -; +#X obj 74 532 line~; +#X msg 74 510 \$1 200; +#X obj 74 488 *; +#X obj 90 423 r length; +#X text 6 28 [pvoc~ ]; +#X obj 226 551 lop~ 10; +#X msg 433 486 read -resize \$1 sample; +#X obj 433 466 openpanel; +#X obj 548 337 bng 32 250 50 0 empty empty empty 0 -6 0 8 -260818 -1 +-1; +#X msg 280 457 locking \$1; +#X msg 99 447 setarray sample; +#X msg 380 292 transients 0 6227 35716 53368; +#X msg 380 314 notransients; +#X text 380 275 de-smear transients at these locations; +#X text 546 319 load a sample; +#X obj 226 531 sig~ 1; +#X msg 125 261 0.5; +#X msg 125 281 1; +#X msg 125 301 2; +#X msg 125 341 4; +#X msg 125 510 0 \, 4.41e+06 \$1; +#X obj 125 399 * 100000; +#X msg 125 321 3; +#X text 8 6 pvoc~ 0.2 Ben Saylor bensaylor@fastmail.fm; +#X obj 99 571 pvoc~ sample 2048 4; +#X connect 1 0 2 1; +#X connect 2 0 0 0; +#X connect 2 0 0 1; +#X connect 5 0 6 0; +#X connect 6 0 7 0; +#X connect 8 0 5 0; +#X connect 9 0 17 0; +#X connect 10 0 12 0; +#X connect 11 0 10 0; +#X connect 12 0 30 0; +#X connect 13 0 14 0; +#X connect 14 0 24 0; +#X connect 15 0 39 0; +#X connect 16 0 15 0; +#X connect 17 0 16 0; +#X connect 18 0 17 1; +#X connect 18 0 25 0; +#X connect 20 0 39 1; +#X connect 21 0 6 0; +#X connect 22 0 21 0; +#X connect 23 0 22 0; +#X connect 24 0 39 0; +#X connect 25 0 39 0; +#X connect 26 0 39 0; +#X connect 27 0 39 0; +#X connect 30 0 20 0; +#X connect 31 0 36 0; +#X connect 32 0 36 0; +#X connect 33 0 36 0; +#X connect 34 0 36 0; +#X connect 35 0 15 0; +#X connect 36 0 35 0; +#X connect 37 0 36 0; +#X connect 39 0 2 0; diff --git a/pvoc~.libs b/pvoc~.libs deleted file mode 100644 index e02ba94..0000000 --- a/pvoc~.libs +++ /dev/null @@ -1 +0,0 @@ --lfftw3 -lm diff --git a/susloop~-help.pd b/susloop~-help.pd new file mode 100644 index 0000000..bce3791 --- /dev/null +++ b/susloop~-help.pd @@ -0,0 +1,102 @@ +#N canvas 236 83 735 643 10; +#N canvas 0 0 450 300 graph1 0; +#X array sample 86754 float 0; +#X coords 0 1 86753 -1 200 64 1; +#X restore 441 412 graph; +#X obj 480 341 soundfiler; +#X msg 480 315 read -resize \$1 sample; +#X obj 480 289 openpanel; +#X obj 480 267 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 +-1; +#X obj 8 513 dac~; +#X floatatom 69 489 5 0 0; +#X obj 69 513 / 100; +#X obj 8 450 tabread4~ sample; +#X obj 8 481 *~; +#X floatatom 127 272 5 0 0; +#X obj 127 310 mtosr 44100; +#X msg 17 271 type 0; +#X msg 17 299 type 1; +#X msg 176 272 44100; +#X floatatom 322 380 5 0 0; +#X floatatom 179 380 6 0 0; +#X floatatom 245 380 6 0 0; +#X obj 88 271 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 +-1; +#X text 514 265 <- load a sample; +#X text 421 230 Ben Saylor - bsaylor@macalester.edu; +#X msg 124 489 70; +#X obj 156 489 loadbang; +#X text 54 45 optional creation args:; +#X text 239 45 [loopstart loopend [looptype [startpos]]]; +#X text 172 336 loopstart; +#X text 242 337 loopend; +#X text 319 338 startpos; +#X text 38 154 is 0 for a forward loop (default) and 1 for +a pingpong loop.; +#X text 40 193 Playback speed is in samples/sec - send a float or signal +to the left inlet.; +#X text 10 7 susloop~ - another phase generator for sample looping +; +#X obj 127 414 susloop~ 4000 12000; +#X text 37 94 When the left inlet gets a bang \, the phase output will +start at (defaults to 0) \, continue until it reaches +\, and then start looping between and .; +#X floatatom 480 366 5 0 0; +#X obj 442 480 hsl 200 15 0 1 0 0 empty empty loop_start 10 8 0 8 -195568 +-33289 -33289 13700 0; +#X obj 442 499 hsl 200 15 0 1 0 0 empty empty loop_end 10 8 0 8 -233017 +-1 -1 16900 0; +#X obj 250 565 *; +#X obj 293 565 *; +#X obj 293 589 int; +#X obj 250 589 int; +#X obj 531 366 s filesize; +#X obj 266 501 r filesize; +#X obj 229 616 s lstart; +#X obj 293 615 s lend; +#X obj 245 356 r lend; +#X obj 179 358 r lstart; +#X obj 442 516 hsl 200 15 0 1 0 0 empty empty start 10 8 0 8 -262144 +-1 -1 0 0; +#X obj 346 567 *; +#X obj 346 591 int; +#X obj 346 616 s start; +#X obj 322 356 r start; +#X connect 1 0 33 0; +#X connect 1 0 40 0; +#X connect 2 0 1 0; +#X connect 3 0 2 0; +#X connect 4 0 3 0; +#X connect 6 0 7 0; +#X connect 7 0 9 1; +#X connect 8 0 9 0; +#X connect 9 0 5 0; +#X connect 9 0 5 1; +#X connect 10 0 11 0; +#X connect 11 0 31 0; +#X connect 12 0 31 0; +#X connect 13 0 31 0; +#X connect 14 0 31 0; +#X connect 15 0 31 3; +#X connect 16 0 31 1; +#X connect 17 0 31 2; +#X connect 18 0 31 0; +#X connect 21 0 7 0; +#X connect 22 0 21 0; +#X connect 31 0 8 0; +#X connect 34 0 36 0; +#X connect 35 0 37 0; +#X connect 36 0 39 0; +#X connect 37 0 38 0; +#X connect 38 0 43 0; +#X connect 39 0 42 0; +#X connect 41 0 36 1; +#X connect 41 0 37 1; +#X connect 41 0 47 1; +#X connect 44 0 17 0; +#X connect 45 0 16 0; +#X connect 46 0 47 0; +#X connect 47 0 48 0; +#X connect 48 0 49 0; +#X connect 50 0 15 0; diff --git a/svf~-help.pd b/svf~-help.pd new file mode 100644 index 0000000..39c8cbf --- /dev/null +++ b/svf~-help.pd @@ -0,0 +1,137 @@ +#N canvas 10 20 762 475 10; +#X obj 170 445 dac~; +#X obj 7 369 phasor~; +#X floatatom 7 347 5 0 0; +#X obj 145 329 sig~; +#X obj 190 329 sig~; +#X obj 97 257 mtof; +#X obj 97 120 vsl 15 128 16 135 0 0 empty empty empty 0 -8 0 8 -262144 +-1 -1 0 1; +#X obj 145 120 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 +-1 -1 0 1; +#X obj 190 119 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 +-1 -1 0 1; +#X obj 97 329 line~; +#X msg 97 306 \$1 100; +#X floatatom 200 281 5 0 0; +#X floatatom 155 281 5 0 0; +#X floatatom 97 281 7 0 0; +#X msg 361 123 low; +#X msg 361 147 high; +#X msg 361 171 band; +#X msg 361 195 notch; +#X msg 361 219 peak; +#X obj 7 303 loadbang; +#N canvas 4 20 608 388 hanning-table 0; +#X obj 92 206 phasor~; +#X obj 92 234 cos~; +#X obj 23 328 tabwrite~ hanning; +#X obj 30 252 -~; +#X obj 28 218 sig~ 1; +#X msg 37 180 0; +#X text 141 13 CALCULATE HANNING; +#X text 141 27 WINDOW TABLE; +#N canvas 0 0 450 300 graph1 0; +#X array hanning 512 float 0; +#X coords 0 1 511 0 256 128 1; +#X restore 305 93 graph; +#X obj 93 171 sig~; +#X text 24 354 sample rate / window size; +#X msg 23 144 bang; +#X obj 66 269 sig~ 0.5; +#X obj 49 300 *~; +#X obj 67 96 samplerate~; +#X obj 25 53 t b f; +#X obj 25 8 loadbang; +#X msg 25 31 512; +#X obj 94 131 / 512; +#X connect 0 0 1 0; +#X connect 1 0 3 1; +#X connect 3 0 13 0; +#X connect 4 0 3 0; +#X connect 5 0 0 1; +#X connect 9 0 0 0; +#X connect 11 0 2 0; +#X connect 11 0 5 0; +#X connect 12 0 13 1; +#X connect 13 0 2 0; +#X connect 14 0 18 0; +#X connect 15 0 14 0; +#X connect 15 0 11 0; +#X connect 15 1 18 1; +#X connect 16 0 17 0; +#X connect 17 0 15 0; +#X connect 18 0 9 0; +#X restore 13 430 pd hanning-table; +#N canvas 10 112 328 354 fft-analysis 0; +#X obj 69 15 inlet~; +#X obj 43 74 rfft~; +#X obj 37 123 *~; +#X obj 81 124 *~; +#X obj 49 167 +~; +#X obj 49 196 sqrt~; +#X obj 27 297 tabsend~ response; +#X obj 171 209 block~ 512 2; +#X obj 182 61 tabreceive~ hanning; +#X obj 164 99 *~; +#X obj 69 36 /~ 8; +#X obj 51 249 clip~ 0 1; +#X connect 0 0 10 0; +#X connect 1 0 2 0; +#X connect 1 0 2 1; +#X connect 1 1 3 0; +#X connect 1 1 3 1; +#X connect 2 0 4 0; +#X connect 3 0 4 1; +#X connect 4 0 5 0; +#X connect 5 0 11 0; +#X connect 8 0 9 1; +#X connect 9 0 1 0; +#X connect 10 0 9 0; +#X connect 11 0 6 0; +#X restore 216 421 pd fft-analysis; +#N canvas 0 0 450 300 graph1 0; +#X array response 256 float 0; +#X coords 0 1 255 0 256 140 1; +#X restore 478 10 graph; +#X msg 7 325 110; +#X text 5 1 svf~ - state-variable filter; +#X text 146 99 q; +#X text 171 100 resonance; +#X text 67 100 frequency; +#X text 331 100 filter type; +#X obj 200 387 svf~ low; +#X text 8 28 A port of Steve Harris' LADSPA plugin; +#X text 6 45 (http://plugin.org.uk); +#X text 325 313 Notes:; +#X text 338 334 'q' controls the filter resonance. The resonance input +is for 'extra' resonance.. :); +#X text 400 171 <- keep q below 0.1; +#X text 339 370 The filters don't use the same scale for frequency. +Bandpass frequency seems to be in Hz. If the frequency is set too high +\, LOUD aliasing is produced.; +#X text 339 418 The bandpass filter is very sensitive to q - normal +range is 0 to 0.1.; +#X connect 1 0 29 0; +#X connect 2 0 1 0; +#X connect 3 0 29 2; +#X connect 4 0 29 3; +#X connect 5 0 13 0; +#X connect 6 0 5 0; +#X connect 7 0 3 0; +#X connect 7 0 12 0; +#X connect 8 0 4 0; +#X connect 8 0 11 0; +#X connect 9 0 29 1; +#X connect 10 0 9 0; +#X connect 13 0 10 0; +#X connect 14 0 29 0; +#X connect 15 0 29 0; +#X connect 16 0 29 0; +#X connect 17 0 29 0; +#X connect 18 0 29 0; +#X connect 19 0 23 0; +#X connect 23 0 2 0; +#X connect 29 0 0 0; +#X connect 29 0 0 1; +#X connect 29 0 21 0; diff --git a/zhzxh~-help.pd b/zhzxh~-help.pd new file mode 100644 index 0000000..9b5f26a --- /dev/null +++ b/zhzxh~-help.pd @@ -0,0 +1,39 @@ +#N canvas 12 60 418 347 10; +#X floatatom 127 195 5 0 0; +#X obj 76 307 dac~; +#X obj 78 277 *~; +#X obj 13 123 readsf~; +#X msg 36 94 1; +#X floatatom 99 46 5 0 0; +#X obj 130 183 hsl 128 8 0 2500 0 1 empty empty tone -2 -6 0 8 -262144 +-1 -1 8200 1; +#X obj 78 220 zhzxh~; +#X msg 13 56 open \$1; +#X obj 136 244 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -262144 +-1 -1 4200 1; +#X text 163 25 http://www.macalester.edu/~bsaylor; +#X text 160 9 Ben Saylor ; +#X obj 13 31 openpanel; +#X obj 13 8 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 +; +#X obj 105 120 *~; +#X obj 155 94 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 +; +#X obj 99 67 mtof; +#X obj 99 93 osc~ 50; +#X connect 0 0 7 1; +#X connect 2 0 1 0; +#X connect 2 0 1 1; +#X connect 3 0 7 0; +#X connect 4 0 3 0; +#X connect 5 0 16 0; +#X connect 6 0 0 0; +#X connect 7 0 2 0; +#X connect 8 0 3 0; +#X connect 9 0 2 1; +#X connect 12 0 8 0; +#X connect 13 0 12 0; +#X connect 14 0 7 0; +#X connect 15 0 14 1; +#X connect 16 0 17 0; +#X connect 17 0 14 0; -- cgit v1.2.1