Changes between Version 3 and Version 4 of AlsprocDevelopment
- Timestamp:
- Aug 16, 2013, 3:50:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlsprocDevelopment
v3 v4 4 4 5 5 Alsproc is built around the proprietary alspro.dll, forcing it to take the form of a winelib program, something which isn't quite native to either Windows or Linux. Some complications arise out of this, such as barring the use of gdb. A python program wraps around alsproc to handle broader more context-specific logic, doing things like reading in .cfg files and computing the correct arguments to pass. 6 7 [[Image(software_diagram.png)]] 8 9 Generally, the structure of the program is arranged by branches where alsproc.c is the root of the tree and branches are things like scn parsing, sup reading, navigation reading, etcetera. Output formats are modular, making them very easy to add and remove. 6 10 7 11 == Subversion ==