• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pixmaps/H03-May-2022-336281

src/H03-May-2022-2,8342,139

COPYINGH A D29-Nov-200817.6 KiB341281

ChangeLogH A D29-Nov-20081.6 KiB5933

INSTALLH A D29-Nov-20089 KiB230175

Makefile.amH A D29-Nov-2008106 62

Makefile.inH A D03-May-202218.4 KiB597524

READMEH A D08-Jan-20091.2 KiB4431

TODOH A D29-Nov-200851 21

aclocal.m4H A D23-Sep-200937.6 KiB1,073954

autogen.shH A D29-Nov-20084.4 KiB160136

config.h.inH A D23-Sep-20091.1 KiB4731

configureH A D03-May-2022230.9 KiB8,2036,841

configure.inH A D23-Sep-20092.2 KiB8772

depcompH A D11-Jun-200815.6 KiB531330

install-shH A D11-Jun-20089 KiB324189

missingH A D11-Jun-200810.8 KiB361268

README

1I used to always keep a minidisc recorder in my studio running in a mode where
2when you pressed record it wrote the last 10 seconds of audio to the disk and
3then caught up to realtime and kept recording. The recorder died and haven't
4been able to replace it, so this is a simple jack app to do the same job. It
5has the advantage that it never clips and can be wired to any part of the jack
6graph.
7
8The idea is that I doodle away with whatever is kicking around in my studio
9and when I heard an interesting noise, I'd press record and capture it,
10without having to try and recreate it. :)
11
12Building
13
14This app requires:
15
16    * JACK
17    * GTK+ 2.x
18    * libsndfile
19
20and optionally:
21    * LASH
22    * liblo
23
24You will also need the -devel packages if you're using packages.
25
26./configure
27make
28su -c "make install"
29
30Usage
31
32Run it with "timemachine" then connect it up with a jack patchbay app. To
33start recording click in the window, to stop recording click in the window
34again.
35
36It will create a file following tm-*.wav, with an ISO 8601 timestamp, eg
37tm-2003-01-19T20:47:03.wav. The time is the time that the recording starts
38from, not when you click.
39
40Contact
41
42You can report bugs to steve at plugin dot org.uk, to the linux-audio-dev
43mailing list, or to #lad on irc.freenode.net.
44