Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe_sources.txt | 2012-03-25 | 3.9 kB | |
artool_source_v0_9_1.zip | 2012-03-21 | 710.7 kB | |
DelphiSampleApplications_ART_dll_v0_9.zip | 2011-09-14 | 3.8 MB | |
acousticCircuit.zip | 2011-09-14 | 867.7 kB | |
artool_source_v0_9.zip | 2011-09-13 | 1.1 MB | |
artool_source_v0_8.zip | 2011-08-09 | 3.5 MB | |
DelphiSampleApplication_ART_dll_v0_8.zip | 2011-08-09 | 758.6 kB | |
TAP-Win32-V2.5-Source-MSVC++6.zip | 2011-03-03 | 666.9 kB | |
Totals: 8 Items | 11.4 MB | 0 |
Here you can not only find ART sources, but also source code of sample applications and the Toolbox for Analysis and Prototyping. Feel free to check the SVN for developement snapshots or ART. ART v0.9.1 Release Notes ************************ changes since version 0.9 -Compiling now on Windows with VS6 and VS10 -Compiling now on Linux with g++ -Added VS10 project files -Added cmake build environment for Linux and Windows (GNU Make and nmake support) -Adapted ART.h such that including also works with C -Added examples for dynamic artsim library (C, C++ and python) -Added a debian i386 package tested on ubuntu -Cleaned up repository known issues: -cmake/nmake building process does not work properly if the file path contains blanks (Occured on WindowsXP using VS6). Workaround: rename directory and do *not* use any spaces for new name. ART v0.9 Release Notes ********************** changes since version 0.8 -Functions to change name or model of element introduced -Seperate interface functions for data properties and simple properties added -New properties added (canPropagate, canRadiate) -Calculation results of command line and programmer's interface are now absolutely the same (also for bends and branches, where different algorithms are used) -Range field for data properties introduced -Tone holes can be open and closed in programmer's interface -Branches also work in programmer's interface -Now reevaluation after aborting works -Fixed major and minor bugs ART v0.8 Release Notes ********************** changes since version 0.7 -Wave interface designed and implemented for frequency domain impedance -Model interface designed and implemented for hornelements -Model interface designed and implemented for tone hole -Error handling in DLL -Calculation of Bends corrected -File structure changed -Debugging in hornelement (changing of modes) -New model in the ARTinterface: tone holes -Added unit test cases -Minor and major bug fixes in ARTinterface -ARTDeleteProperty and other functions added ART v0.7 Release Notes ********************** This version features the simulation of multimodal waves in cylindrical, conical and Bessel-shaped ducts. The ducts can be straight or bent. Branches can be considered in the command line version of the programme (using an instrument file), but not yet in the programming interface. The project still enjoys heavy developement and testing, and we still have to do a lot until we can announce a version 1.0 - until then, enjoy this first glimpse of our simulator! Work in progress: -Testing and comparison to measurements -Porting the code to other compilers -Introducing branches into the programmers' interface -Documentation -Bug fixing Delphi Sample Applications for ART v0.9 *************************************** The three old Delphi applications have been updated to work with ART v0.9. A new Delphi application offering a graphical user interface is ready for use. It can read ins-files and bore lists. Enjoy! Delphi Sample Applications for ART v0.8 *************************************** There are three sample applications, all come with executables (for Windows). The files have been compiled with Delphi 5, to compile them in newer versions some minor tweaks might be necessary - but that only means you will learn how to use ART even faster :D simpleimpedance.dpr just prints out impedance values of some hard coded acoustical circuit. showcapabilities.dpr lists the properties of all elements and graphimpedance.dpr is a GUI application, where you can create your own (small!) circuits. Enjoy! TAP v2.5 sources **************** These sources have been used to compile the Win32 executables of TAP V2.5. They should compile without any changes with MSVC++ V6.0 SP6 using the provided nmake Makefile. All modules are licenced according to GNU-GPL.