DSPatch
C++ cross-platform, object-oriented, flow-based programming library
Screenshots
Description
DSPatch, pronounced "dispatch", is a powerful C++ flow-based programming library that allows you to create and route high performance data processing circuits. DSPatch is not limited to any particular type of circuit / signal, its generic object-oriented API allows you to create almost any process chain imaginable, from basic logic circuits to full-blown electronics simulation. DSPatch's simple framework makes development quick and easy, allowing you to hit the ground running on every project.
The example project included with DSPatch is written to assist developers in understanding the API as well as to demonstrate how it could be used to build a real-time audio process chain.
v.2.41 (07-02-2013):
*Fixed VS2010 DspDemo link errors
v.2.40 (04-02-2013):
*Optimized DspRunType
*Added Stop() method to DspThread
*Reduced pointer dereferencing and temporaries
v.2.33 (01-02-2013):
*Signal read / write optimized
*Code cleaned up and re-formatted
Features
- Automatic branch synchronization.
- Dynamic thread count adjustment.
- Easy-to-use object-oriented API.
- Feedback loops.
- High performance parallel processing.
- Integrated circuits.
- Non-threaded platform support.
- Run-time circuit wiring.
- Run-time adaptive signal types.
Update Notifications
User Ratings
User Reviews
-
dspatch works nicely