diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:17:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:17:00 +0000 |
commit | 7bdcc8c67263b38f8a4b899ffbd6237faf8accb7 (patch) | |
tree | 01b262e33611ea502c69c437b7d223a739a43977 /audio/Makefile | |
parent | A filter program, used to generate text to be (diff) |
Timemachine is a JACK audio recorder that allows you to record 10
seconds of audio _before_ you click the "Record" button. The idea
is that, when you hear an interesting sound, you can press record
and capture it, without having to try and recreate it.
WWW: http://plugin.org.uk/timemachine/
PR: ports/108431
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes:
svn path=/head/; revision=183475
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9fa35da619cc..fa33612f18f9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -599,6 +599,7 @@ SUBDIR += tempest_for_eliza SUBDIR += terminatorx SUBDIR += thunar-media-tags-plugin + SUBDIR += timemachine SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs |