Merge lp://staging/~marcustomlinson/dspatch/component_params into lp://staging/dspatch
Proposed by
Marcus Tomlinson
Status: | Merged |
---|---|
Approved by: | Marcus Tomlinson |
Approved revision: | 59 |
Merged at revision: | 21 |
Proposed branch: | lp://staging/~marcustomlinson/dspatch/component_params |
Merge into: | lp://staging/dspatch |
Diff against target: |
4019 lines (+1738/-656) 35 files modified
doc/Doxyfile (+1/-1) example/CMakeLists.txt (+1/-1) example/DspAdder.h (+3/-3) example/DspAudioDevice.cpp (+101/-67) example/DspAudioDevice.h (+20/-20) example/DspGain.h (+20/-13) example/DspOscillator.cpp (+89/-28) example/DspOscillator.h (+13/-28) example/DspWaveStreamer.cpp (+55/-12) example/DspWaveStreamer.h (+10/-4) example/main.cpp (+22/-10) include/DSPatch.h (+171/-164) include/dspatch/DspCircuit.h (+46/-43) include/dspatch/DspCircuitThread.h (+1/-1) include/dspatch/DspComponent.h (+103/-49) include/dspatch/DspComponentThread.h (+1/-1) include/dspatch/DspParameter.h (+111/-0) include/dspatch/DspRunType.h (+11/-11) include/dspatch/DspSignal.h (+6/-6) include/dspatch/DspSignalBus.h (+24/-21) include/dspatch/DspThread.h (+1/-1) include/dspatch/DspThreadNull.h (+1/-1) include/dspatch/DspThreadUnix.h (+3/-3) include/dspatch/DspThreadWin.h (+4/-4) include/dspatch/DspWire.h (+1/-1) include/dspatch/DspWireBus.h (+2/-2) src/DSPatch.cpp (+3/-3) src/DspCircuit.cpp (+52/-35) src/DspCircuitThread.cpp (+2/-2) src/DspComponent.cpp (+341/-77) src/DspComponentThread.cpp (+1/-1) src/DspParameter.cpp (+462/-0) src/DspSignal.cpp (+3/-3) src/DspSignalBus.cpp (+50/-33) src/DspWireBus.cpp (+3/-7) |
To merge this branch: | bzr merge lp://staging/~marcustomlinson/dspatch/component_params |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marcus Tomlinson | Approve | ||
Review via email: mp+222453@code.staging.launchpad.net |
To post a comment you must log in.