From 8dbd7cbd0ffd2497dfb8c526293abbc7c1ce3538 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 26 Feb 2008 11:36:06 +0000 Subject: [PATCH] Added comedirecord, QTScope, and comedi2puredata from Bernd Porr's USB-DUX site. Added Jeremy Thelar's 'MELON' fuzzy logic controller. --- applications.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/applications.xml b/applications.xml index b6d8ec7..4e27e62 100644 --- a/applications.xml +++ b/applications.xml @@ -11,11 +11,18 @@

Applications that use Comedi

+
+ comedirecord +
+
+ A simple program to record data from a Comedi device. + Uses the Trolltech Qt widget library. +
Qt-Wave
- Waveform generator using Trolltech QT GUI toolkit. + Waveform generator using Trolltech Qt widget library.
KTimeTrace @@ -42,6 +49,13 @@
A digital oscilloscope for Linux.
+
+ QTScope" +
+
+ A flexible data visualization tool. Based on Trolltech Qt widget library + and Qwt (Qt Widgets for Technical Applications). +
RTiC-Lab
@@ -55,6 +69,19 @@
A system to control and test COMEDI devices remotely (or locally).
+
+ comedi2puredata +
+
+ Analog DAQ input for the real time audio processor + PureData. +
+
+ MELON +
+
+ A software based fuzzy logic controller. +