Imported Upstream version 1.0.5.patch2
authorIOhannes m zmölnig <zmoelnig@umlaeute.mur.at>
Thu, 25 Nov 2010 14:09:54 +0000 (15:09 +0100)
committerIOhannes m zmölnig <zmoelnig@umlaeute.mur.at>
Thu, 25 Nov 2010 14:09:54 +0000 (15:09 +0100)
commit2b0b65a13090069d8a71c9d2cabf10471857404c
tree71ef5965558745ce5ef87a5ef6ba03115de4d3ea
Imported Upstream version 1.0.5.patch2
63 files changed:
CHANGESLOG.txt [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
TODO.txt [new file with mode: 0644]
documentation/documentation.cpp [new file with mode: 0644]
documentation/html_footer.html [new file with mode: 0644]
documentation/img/jack_main_settings.jpg [new file with mode: 0644]
documentation/img/jack_routing.png [new file with mode: 0644]
documentation/img/qjackctl.png [new file with mode: 0644]
faust-src/Makefile [new file with mode: 0644]
faust-src/Makefile.compile [new file with mode: 0644]
faust-src/Makefile.ladspacompile [new file with mode: 0644]
faust-src/Makefile.mspcompile [new file with mode: 0644]
faust-src/Makefile.pdcompile [new file with mode: 0644]
faust-src/Makefile.qcompile [new file with mode: 0644]
faust-src/Makefile.qtcompile [new file with mode: 0644]
faust-src/Makefile.sccompile [new file with mode: 0644]
faust-src/Makefile.svg [new file with mode: 0644]
faust-src/Makefile.vstcompile [new file with mode: 0644]
faust-src/minimal.cpp [new file with mode: 0644]
faust-src/net-ks.dsp [new file with mode: 0644]
jacktrip_doxygen [new file with mode: 0644]
src/DataProtocol.cpp [new file with mode: 0644]
src/DataProtocol.h [new file with mode: 0644]
src/DataProtocolPOSIX.cpp.tmp [new file with mode: 0644]
src/DataProtocolPOSIX.h.tmp [new file with mode: 0644]
src/JackAudioInterface.cpp [new file with mode: 0644]
src/JackAudioInterface.h [new file with mode: 0644]
src/JackTrip.cpp [new file with mode: 0644]
src/JackTrip.h [new file with mode: 0644]
src/JackTripThread.cpp [new file with mode: 0644]
src/JackTripThread.h [new file with mode: 0644]
src/JackTripWorker.cpp [new file with mode: 0644]
src/JackTripWorker.h [new file with mode: 0644]
src/JackTripWorkerMessages.h [new file with mode: 0644]
src/LoopBack.cpp [new file with mode: 0644]
src/LoopBack.h [new file with mode: 0644]
src/NetKS.h [new file with mode: 0644]
src/PacketHeader.cpp [new file with mode: 0644]
src/PacketHeader.h [new file with mode: 0644]
src/ProcessPlugin.cpp [new file with mode: 0644]
src/ProcessPlugin.h [new file with mode: 0644]
src/RingBuffer.cpp [new file with mode: 0644]
src/RingBuffer.h [new file with mode: 0644]
src/RingBufferWavetable.h [new file with mode: 0644]
src/Settings.cpp [new file with mode: 0644]
src/Settings.h [new file with mode: 0644]
src/TestRingBuffer.h [new file with mode: 0644]
src/ThreadPoolTest.h [new file with mode: 0644]
src/UdpDataProtocol.cpp [new file with mode: 0644]
src/UdpDataProtocol.h [new file with mode: 0644]
src/UdpDataProtocolPOSIX.cpp.tmp [new file with mode: 0644]
src/UdpDataProtocolPOSIX.h.tmp [new file with mode: 0644]
src/UdpMasterListener.cpp [new file with mode: 0644]
src/UdpMasterListener.h [new file with mode: 0644]
src/build [new file with mode: 0755]
src/jacktrip-1.0.5.diff [new file with mode: 0644]
src/jacktrip.pro [new file with mode: 0644]
src/jacktrip_globals.cpp [new file with mode: 0644]
src/jacktrip_globals.h [new file with mode: 0644]
src/jacktrip_main.cpp [new file with mode: 0644]
src/jacktrip_tests.cpp [new file with mode: 0644]
src/jacktrip_types.h [new file with mode: 0644]
src/tests.cpp [new file with mode: 0644]