Changeset 219
- Timestamp:
- 01/18/08 10:09:19 (4 years ago)
- Location:
- trunk
- Files:
-
- 13 modified
-
AUTHORS (modified) (1 diff)
-
NEWS (modified) (1 diff)
-
fm_gui/AUTHORS (modified) (1 diff)
-
fm_gui/ChangeLog (modified) (1 diff)
-
fm_gui/NEWS (modified) (1 diff)
-
fm_server/AUTHORS (modified) (1 diff)
-
fm_server/ChangeLog (modified) (1 diff)
-
fm_server/NEWS (modified) (1 diff)
-
fm_tools/AUTHORS (modified) (1 diff)
-
fm_tools/NEWS (modified) (1 diff)
-
rgc/ChangeLog (modified) (1 diff)
-
rgc/NEWS (modified) (1 diff)
-
rgc/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r216 r219 1 Main author and mantainer: 2 Alberto Botti <alberto.botti@yoda2000.net> 3 4 Based on code and ideas from (see subdirectories for more details): 5 * GLIB - Library of useful routines for C programming. 6 http://www.gtk.org 7 * GDAM - the "Geoff and Dave's Audio Mixer" 8 http://www.ffem.org/gdam 9 * the GStreamer multimedia framework 10 http://www.gstreamer.net 11 * terminatorX realtime audio scrathing simulator, by Alexander König 12 http://www.terminatorX.cx 13 * the JACK Audio Connection Kit examples and ringbuffer code 14 http://www.jackaudio.com 15 * the ALSA programming guide 16 http://www.alsa-project.org 17 18 Distributed as a whole under the terms of the GNU General Public License (GPL) 19 version 2 or later (the RGC library is distributed under the terms of the 20 GNU Library General Public License (LGPL) version 2 or later). -
trunk/NEWS
r216 r219 1 Unstable unreleased development sources from SVN - be careful! -
trunk/fm_gui/AUTHORS
r207 r219 1 1 Main author and mantainer: 2 Alberto Botti <alberto.botti@yoda2000.net> 2 Alberto Botti <alberto.botti@yoda2000.net> 3 4 Distributed under the terms of the GNU General Public License (GPL) 5 version 2 or later. -
trunk/fm_gui/ChangeLog
r207 r219 1 2006-12-03 gettextize <bug-gnu-gettext@gnu.org>2 1 3 * m4/codeset.m4: Upgrade to gettext-0.15.4 * m4/gettext.m4: Upgrade to gettext-0.15.5 * m4/glibc2.m4: New file, from gettext-0.15.6 * m4/glibc21.m4: Upgrade to gettext-0.15.7 * m4/iconv.m4: Upgrade to gettext-0.15.8 * m4/intdiv0.m4: New file, from gettext-0.15.9 * m4/intmax.m4: New file, from gettext-0.15.10 * m4/inttypes_h.m4: New file, from gettext-0.15.11 * m4/inttypes-h.m4: New file, from gettext-0.15.12 * m4/inttypes-pri.m4: New file, from gettext-0.15.13 * m4/lcmessage.m4: Upgrade to gettext-0.15.14 * m4/lib-ld.m4: New file, from gettext-0.15.15 * m4/lib-link.m4: New file, from gettext-0.15.16 * m4/lib-prefix.m4: New file, from gettext-0.15.17 * m4/lock.m4: New file, from gettext-0.15.18 * m4/longdouble.m4: New file, from gettext-0.15.19 * m4/longlong.m4: New file, from gettext-0.15.20 * m4/nls.m4: New file, from gettext-0.15.21 * m4/po.m4: New file, from gettext-0.15.22 * m4/printf-posix.m4: New file, from gettext-0.15.23 * m4/progtest.m4: Upgrade to gettext-0.15.24 * m4/signed.m4: New file, from gettext-0.15.25 * m4/size_max.m4: New file, from gettext-0.15.26 * m4/stdint_h.m4: New file, from gettext-0.15.27 * m4/uintmax_t.m4: New file, from gettext-0.15.28 * m4/ulonglong.m4: New file, from gettext-0.15.29 * m4/visibility.m4: New file, from gettext-0.15.30 * m4/wchar_t.m4: New file, from gettext-0.15.31 * m4/wint_t.m4: New file, from gettext-0.15.32 * m4/xsize.m4: New file, from gettext-0.15.33 * Makefile.am (SUBDIRS): Remove intl.34 (ACLOCAL_AMFLAGS): New variable.35 (EXTRA_DIST): Add config.rpath.36 * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.15.37 -
trunk/fm_gui/NEWS
r207 r219 1 Unstable unreleased development sources from SVN - be careful! -
trunk/fm_server/AUTHORS
r206 r219 1 Main author and developer:2 Alberto Botti <alberto.botti@yoda2000.net>1 Main author and mantainer: 2 Alberto Botti <alberto.botti@yoda2000.net> 3 3 4 4 Based on code and ideas from: 5 * the GDAM "Geoff and Dave's Audio Mixer" (www.ffem.org/gdam) 6 * the GStreamer multimedia framework (www.gstreamer.net) 7 * the terminatorX realtime audio scrathing program by Alexander König 8 (www.terminatorX.cx) 9 * the JACK Audio Connection Kit (www.jackaudio.com) examples and ringbuffer code 10 * the ALSA (www.alsa-project.org) programming guide 5 * GDAM - the "Geoff and Dave's Audio Mixer" 6 http://www.ffem.org/gdam 7 * the GStreamer multimedia framework 8 http://www.gstreamer.net 9 * terminatorX realtime audio scrathing simulator, by Alexander König 10 http://www.terminatorX.cx 11 * the JACK Audio Connection Kit examples and ringbuffer code 12 http://www.jackaudio.com 13 * the ALSA programming guide 14 http://www.alsa-project.org 15 16 Distributed under the terms of the GNU General Public License (GPL) 17 version 2 or later. -
trunk/fm_server/ChangeLog
r206 r219 1 2006-11-19 gettextize <bug-gnu-gettext@gnu.org>2 1 3 * m4/codeset.m4: Upgrade to gettext-0.15.4 * m4/gettext.m4: Upgrade to gettext-0.15.5 * m4/glibc2.m4: New file, from gettext-0.15.6 * m4/glibc21.m4: Upgrade to gettext-0.15.7 * m4/iconv.m4: Upgrade to gettext-0.15.8 * m4/intdiv0.m4: New file, from gettext-0.15.9 * m4/intmax.m4: New file, from gettext-0.15.10 * m4/inttypes_h.m4: New file, from gettext-0.15.11 * m4/inttypes-h.m4: New file, from gettext-0.15.12 * m4/inttypes-pri.m4: New file, from gettext-0.15.13 * m4/lcmessage.m4: Upgrade to gettext-0.15.14 * m4/lib-ld.m4: New file, from gettext-0.15.15 * m4/lib-link.m4: New file, from gettext-0.15.16 * m4/lib-prefix.m4: New file, from gettext-0.15.17 * m4/lock.m4: New file, from gettext-0.15.18 * m4/longdouble.m4: New file, from gettext-0.15.19 * m4/longlong.m4: New file, from gettext-0.15.20 * m4/nls.m4: New file, from gettext-0.15.21 * m4/po.m4: New file, from gettext-0.15.22 * m4/printf-posix.m4: New file, from gettext-0.15.23 * m4/progtest.m4: Upgrade to gettext-0.15.24 * m4/signed.m4: New file, from gettext-0.15.25 * m4/size_max.m4: New file, from gettext-0.15.26 * m4/stdint_h.m4: New file, from gettext-0.15.27 * m4/uintmax_t.m4: New file, from gettext-0.15.28 * m4/ulonglong.m4: New file, from gettext-0.15.29 * m4/visibility.m4: New file, from gettext-0.15.30 * m4/wchar_t.m4: New file, from gettext-0.15.31 * m4/wint_t.m4: New file, from gettext-0.15.32 * m4/xsize.m4: New file, from gettext-0.15.33 * Makefile.am (SUBDIRS): Remove intl.34 (ACLOCAL_AMFLAGS): New variable.35 (EXTRA_DIST): Add config.rpath.36 * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.15.37 -
trunk/fm_server/NEWS
r206 r219 1 Unstable unreleased development sources from SVN - be careful! -
trunk/fm_tools/AUTHORS
r208 r219 1 Main author and developer:2 Alberto Botti <ath9@libero.it>1 Main author and mantainer: 2 Alberto Botti <alberto.botti@yoda2000.net> 3 3 4 Based on code and ideas from the GDAM "Geoff and Dave's Audio Mixer" 5 (www.ffem.org/gdam), the GStreamer multimedia framework (www.gstreamer.net) 6 and the terminatorX realtime audio scrathing program by Alexander König 7 (www.terminatorX.cx). 4 Distributed under the terms of the GNU General Public License (GPL) 5 version 2 or later. 6 -
trunk/fm_tools/NEWS
r208 r219 1 Unstable unreleased development sources from SVN - be careful! -
trunk/rgc/ChangeLog
r204 r219 1 2006-11-24 gettextize <bug-gnu-gettext@gnu.org>2 1 3 * m4/gettext.m4: Upgrade to gettext-0.15.4 * m4/inttypes-h.m4: New file, from gettext-0.15.5 * m4/inttypes-pri.m4: Upgrade to gettext-0.15.6 * m4/lib-link.m4: Upgrade to gettext-0.15.7 * m4/lib-prefix.m4: Upgrade to gettext-0.15.8 * m4/lock.m4: New file, from gettext-0.15.9 * m4/longdouble.m4: Upgrade to gettext-0.15.10 * m4/nls.m4: Upgrade to gettext-0.15.11 * m4/po.m4: Upgrade to gettext-0.15.12 * m4/size_max.m4: Upgrade to gettext-0.15.13 * m4/visibility.m4: New file, from gettext-0.15.14 * configure.in (AC_OUTPUT): Remove intl/Makefile.15 (AM_GNU_GETTEXT_VERSION): Bump to 0.15.16 17 2006-08-30 gettextize <bug-gnu-gettext@gnu.org>18 19 * configure.in (AC_OUTPUT): Add intl/Makefile.20 21 2006-08-30 gettextize <bug-gnu-gettext@gnu.org>22 23 * m4/codeset.m4: Upgrade to gettext-0.14.5.24 * m4/gettext.m4: Upgrade to gettext-0.14.5.25 * m4/glibc2.m4: New file, from gettext-0.14.5.26 * m4/glibc21.m4: Upgrade to gettext-0.14.5.27 * m4/iconv.m4: Upgrade to gettext-0.14.5.28 * m4/intdiv0.m4: New file, from gettext-0.14.5.29 * m4/intmax.m4: New file, from gettext-0.14.5.30 * m4/inttypes.m4: New file, from gettext-0.14.5.31 * m4/inttypes_h.m4: New file, from gettext-0.14.5.32 * m4/inttypes-pri.m4: New file, from gettext-0.14.5.33 * m4/isc-posix.m4: Upgrade to gettext-0.14.5.34 * m4/lcmessage.m4: Upgrade to gettext-0.14.5.35 * m4/lib-ld.m4: New file, from gettext-0.14.5.36 * m4/lib-link.m4: New file, from gettext-0.14.5.37 * m4/lib-prefix.m4: New file, from gettext-0.14.5.38 * m4/longdouble.m4: New file, from gettext-0.14.5.39 * m4/longlong.m4: New file, from gettext-0.14.5.40 * m4/nls.m4: New file, from gettext-0.14.5.41 * m4/po.m4: New file, from gettext-0.14.5.42 * m4/printf-posix.m4: New file, from gettext-0.14.5.43 * m4/progtest.m4: Upgrade to gettext-0.14.5.44 * m4/signed.m4: New file, from gettext-0.14.5.45 * m4/size_max.m4: New file, from gettext-0.14.5.46 * m4/stdint_h.m4: New file, from gettext-0.14.5.47 * m4/uintmax_t.m4: New file, from gettext-0.14.5.48 * m4/ulonglong.m4: New file, from gettext-0.14.5.49 * m4/wchar_t.m4: New file, from gettext-0.14.5.50 * m4/wint_t.m4: New file, from gettext-0.14.5.51 * m4/xsize.m4: New file, from gettext-0.14.5.52 * Makefile.am (SUBDIRS): Remove intl.53 (ACLOCAL_AMFLAGS): New variable.54 (EXTRA_DIST): Add config.rpath.55 * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5.56 57 2004-07-09 Alberto Botti <ath9@libero.it>58 59 First release 0.0.1 -
trunk/rgc/NEWS
r204 r219 1 This is RGC version 0.0.1. It is a development release. 2 * First version 1 Unstable unreleased development sources from SVN - be careful! -
trunk/rgc/README
r204 r219 1 1 RGC 2 2 the Remote GLib(-inspired) Call protocol 3 version 0.0.13 development version 4 4 5 The RGC library allows two (or more) programs to talk over a local or remote 6 binary protocol (currently only using FIFOs, but the system is designed to 7 be extendable), using object-oriented techniques in a server-client environment. 5 The RGC library allows a server and one or more client programs to talk over a 6 local or remote connection using both an simple binary protocol (using 7 network TCP or local UNIX-domain sockets) and standard-based ones (such as OSC 8 and D-BUS), using object-oriented techniques. 8 9 9 10 It is Free Software, available under a LGPL license. It is written in pure C, 10 11 and depends only on the GLib 2.x library (available from www.gtk.org) and 11 12 standard POSIX system calls. Altought primarily written and tested on GNU/Linux 12 systems, it should work on others UNIX and UNIX-like operating systems. A 13 Microsoft Windows will be worked on in the future... 13 systems, it should work on others UNIX and UNIX-like operating systems (it was 14 reported to work at least on FreeBSD and Darwin/Apple OS X). A Microsoft Windows 15 is in an experimental stage. 14 16 15 17 It's very much a work in progress (and it WILL change significantly in the 16 18 future), but it is now usable for simple applications. 17 19 It is primarily developed for FreeMix, a Free Software DJ audio mixing 18 application, where is used to connect togheter the audio processing backend (19 the "server") to the graphical-or-not user interfaces ("clients").20 application, where is used to connect togheter the audio processing backend 21 (the "server") to the graphical-or-not user interfaces ("clients"). 20 22 21 23 Its goals: … … 32 34 advantage of object data handling, reference counting, ... 33 35 Every value (integers, floats, strings...) is sent to one process to another 34 using theGValues.36 using GValues. 35 37 36 To get an idea of how it works, take a look at the main header rgc.h, and at37 the source of FreeMix.38 To get an idea of how it works, take a look at the simple examples in the /test 39 directory and at the source of FreeMix. 38 40 39 The current version is available at "http://fire.prohosting.com/athpro/freemix".41 The latest version is available at "http://ciampix.net/proj/freemix".
