lp://staging/dspatch/3.00
Created by
Marcus Tomlinson
and last modified
- Get this branch:
- bzr branch lp://staging/dspatch/3.00
Only
Marcus Tomlinson
can upload to this branch. If you are
Marcus Tomlinson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Marcus Tomlinson: Pending requested
-
Diff: 14351 lines (+7063/-6924)40 files modifieddoc/Doxyfile (+1/-1)
example/DspAdder.h (+106/-104)
example/DspAudioDevice.cpp (+422/-430)
example/DspAudioDevice.h (+97/-97)
example/DspGain.h (+90/-90)
example/DspWaveStreamer.cpp (+279/-281)
example/DspWaveStreamer.h (+91/-91)
example/main.cpp (+143/-143)
example/oscillator-plugin/DspOscillator.cpp (+222/-223)
example/oscillator-plugin/DspOscillator.h (+105/-105)
include/DSPatch.h (+641/-622)
include/dspatch/DspCircuit.h (+321/-312)
include/dspatch/DspCircuitThread.h (+89/-89)
include/dspatch/DspComponent.h (+282/-273)
include/dspatch/DspComponentThread.h (+72/-72)
include/dspatch/DspParameter.h (+55/-55)
include/dspatch/DspPlugin.h (+23/-23)
include/dspatch/DspPluginLoader.h (+24/-17)
include/dspatch/DspRunType.h (+204/-199)
include/dspatch/DspSignal.h (+130/-130)
include/dspatch/DspSignalBus.h (+192/-192)
include/dspatch/DspThread.h (+43/-43)
include/dspatch/DspThreadNull.h (+135/-109)
include/dspatch/DspThreadUnix.h (+177/-175)
include/dspatch/DspThreadWin.h (+178/-174)
include/dspatch/DspWire.h (+58/-58)
include/dspatch/DspWireBus.h (+71/-71)
src/DSPatch.cpp (+115/-115)
src/DspCircuit.cpp (+462/-456)
src/DspCircuitThread.cpp (+152/-150)
src/DspComponent.cpp (+847/-831)
src/DspComponentThread.cpp (+137/-135)
src/DspParameter.cpp (+389/-384)
src/DspPlugin.cpp (+2/-3)
src/DspPluginLoader.cpp (+100/-67)
src/DspSignal.cpp (+85/-81)
src/DspSignalBus.cpp (+203/-201)
src/DspWireBus.cpp (+138/-140)
tutorial/components.h (+111/-111)
tutorial/main.cpp (+71/-71)
Branch information
Recent revisions
- 24. By Marcus Tomlinson
-
* Added support for DspComponent plugins (DspPlugin + DspPluginLoader).
* Fixed build and install scripts.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/dspatch