Commit graph

317 commits

Author SHA1 Message Date
Jaroslav Kysela
465acb88f4 release: 1.0.7 2004-11-11 18:29:14 +00:00
Jaroslav Kysela
6d8fb4e7a6 release: 1.0.7rc2 2004-10-12 05:58:53 +00:00
Nicolas FRANCOIS
8ad21de4a0 Fix hyphens in man pages
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).

This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)

Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:33 +00:00
Takashi Iwai
2e875b8b72 [hdsp] Fix for 64bit architectures
Fixed the loading of firmware data and the handling of meter mmap
on 64bit architectures.
2004-09-21 10:38:02 +00:00
Takashi Iwai
7cd97bf3a2 added missing README.profiles 2004-09-15 17:02:43 +00:00
Takashi Iwai
4aaaae1db0 Fix segfault with --help
Fixed segfault when envy24control --help is called.
2004-09-15 16:57:23 +00:00
Jaroslav Kysela
01603e9b57 release: 1.0.6 2004-08-15 08:25:05 +00:00
Jaroslav Kysela
459e462ecd release: 1.0.6rc2 2004-08-06 14:29:10 +00:00
Jaroslav Kysela
2c1ad7892f release: 1.0.6rc1 2004-08-04 13:42:09 +00:00
Takashi Iwai
aa16536cb3 From Rui Nuno Capela <rncbc@rncbc.org>:
Tascam US-224/428 MMC Implementation

This is my latest patch against the alsa-tools tree (as of todays CVS
HEAD), regarding the us428control MMC implementation as for the Tascam
US-224/428 audio/midi USB control surfaces:

    us428control now bumps to version 0.4.4.

Interesting points are: jog wheel dialing is now alternating between
spitting out some MMC-Step or MMC-Shuttle messages, depending on transport
state, instead of those MMC-Locate(s) which was an early implementation
mistake of mine.

Controlling ardour with (my) US-224 is getting much more fun now :)

However, there's still some little annoyances due to my lack of advice
regarding ardour's Play/Record control behaviour:

1) Ardour doesn't seem to send out MMC-Play messages when one starts
transport within it (e.g. by clicking the playback button widget).

2) Ardour doesn't seem to react against MMC-RecordPause, which I assume
(probably erroneously) it would be equivalent to clicking on its record
widget button.

3) Sending a MMC-RecordStrobe message to ardour has the strange effect to
start playback while toggling recording off instantaneously.

AFAICT these issues seems to be specific to ardour (0.9beta18.4), not to
us428control which is just sending out the proper MMC messages. Or that I
think.

I would like to settle all this before I'm going off on holidays. Hope
it's welcome and on time for the imminent alsa dot-6 release :)
2004-08-02 11:53:45 +00:00
Takashi Iwai
5313c94163 Added MMC support by Rui Nuno Capela <rncbc@rncbc.org>
MMC support has been improved and transport LEDs is getting almost
functional. Tascam control protocol sysex decoding is also complete (LEDs
control mainly).
2004-07-28 15:56:45 +00:00
Clemens Ladisch
9615f45528 document -P option everywhere;
actually use the parameter's value instead of the default path
2004-07-02 12:21:13 +00:00
Takashi Iwai
40e94c77dc - Support -P option to specify the patch path.
- Distribute the missing patch files.
2004-06-30 14:05:57 +00:00
Takashi Iwai
0b5c1c4ef0 Fixed to support non-48k AC3 files. 2004-06-22 16:39:36 +00:00
Jaroslav Kysela
16b296725d release: 1.0.5 2004-05-28 13:17:28 +00:00
Jaroslav Kysela
57955eaaa2 Added missing dist files 2004-05-28 13:06:57 +00:00
Jaroslav Kysela
e88cd4c773 release: 1.0.5rc1 2004-05-24 17:58:37 +00:00
Jaroslav Kysela
70fcc4161e <Dirk.Kalis@t-online.de>
fixed profile number range checks
2004-05-18 11:34:07 +00:00
Jaroslav Kysela
65197f4e7a <Dirk.Kalis@t-online.de>
Next fix for -D option.
2004-05-16 13:42:31 +00:00
Jaroslav Kysela
8d4747de3c <Dirk.Kalis@t-online.de>
Fix for -D option.
2004-05-16 13:41:14 +00:00
Jaroslav Kysela
2115618fac last missing file for profile patch 2004-05-16 13:38:13 +00:00
Jaroslav Kysela
d552f0ca37 Added missing files for profile patch 2004-05-16 13:37:31 +00:00
Jaroslav Kysela
f0db78cea5 <Dirk.Kalis@t-online.de>
profiles management in envy24control
2004-05-16 13:36:30 +00:00
Takashi Iwai
3e29307c6f added GPL note. 2004-05-11 16:57:47 +00:00
Jaroslav Kysela
1e6e85f1c3 <Dirk.Kalis@t-online.de>
This patch added callbacks for rate locking and rate reset and fixed
an initialisation problem from envy24control.
If we have a default rate from e.g. 96000 and a stream is playing with
e.g. 48000 an we start envy24control then the value 48000 is set
as default rate.
2004-04-16 13:09:35 +00:00
Takashi Iwai
d19f5f902d updates by Martin Langer. 2004-04-08 16:49:30 +00:00
Jaroslav Kysela
6b185237b2 release: 1.0.4 2004-04-03 09:41:23 +00:00
Jaroslav Kysela
0bb459712e release: 1.0.4rc1 2004-03-26 16:18:44 +00:00
Takashi Iwai
2539e7d022 removed --with-soundbase and --with-kernel configure options.
the header files are now included in alsa-lib.
2004-03-19 15:31:13 +00:00
Takashi Iwai
15bdcde372 fixed the path of hdsp.h 2004-03-19 15:29:59 +00:00
Jaroslav Kysela
45ca68c3cb Replaced <sound/*> to <alsa/sound/*> 2004-03-09 12:43:21 +00:00
Jaroslav Kysela
05fbfbba18 <Dirk.Kalis@t-online.de>
I have a little cosmetic patch for envy24control. First, from my test
code was two unused variables declared.
The second is an update for the manpage.
2004-03-06 12:55:17 +00:00
Jaroslav Kysela
9a5420b76a Dirk Kalis <Dirk.Kalis@t-online.de>
The second patch is for envy24control. this patch uses the new driver
design. it is not necessary to give the parameters for inputs and/or
outputs. only the available controls given by the driver will be displayed.
this patch needs the kernel driver patch.
2004-03-05 09:10:01 +00:00
Jaroslav Kysela
8e8896bcbe 1.0.3 release 2004-02-29 14:18:28 +00:00
Takashi Iwai
63d29906c0 support the compilation with gtk2. 2004-02-26 17:56:12 +00:00
Takashi Iwai
4b57479284 added configure.in-gtk2. 2004-02-26 17:55:30 +00:00
Jaroslav Kysela
95facfa735 1.0.3rc2 2004-02-25 15:38:12 +00:00
Takashi Iwai
3e2d7cbfa9 added AUTOMAKE_OPTIONS. 2004-02-25 11:26:47 +00:00
Jaroslav Kysela
766a16ca2e <Dirk.Kalis@t-online.de>
I have attached patch for envy24control because after update from James
Tappin i have had problems with the mixer and patchbay.
SPDIF inputs and outputs was duplicated.
2004-02-24 19:05:44 +00:00
Takashi Iwai
902bb89cbd start us428control for US224, too. 2004-02-24 17:01:56 +00:00
Jaroslav Kysela
f4c1772117 More word clock fix for Delta1010LT 2004-02-23 12:51:02 +00:00
Jaroslav Kysela
a58a42378f Delta1010LT has wordclock too 2004-02-19 10:44:53 +00:00
Jaroslav Kysela
cd5d05675d 1.0.2 2004-01-26 19:38:28 +00:00
Takashi Iwai
671bda8147 Karsten Wiese <annabellesgarden@yahoo.de>:
- this lets it work on kernel 2.6.1.
2004-01-19 18:49:21 +00:00
Jaroslav Kysela
faf6dd864a 1.0.1 2004-01-08 14:18:20 +00:00
Jaroslav Kysela
b8f7d487b3 1.0.0rc2 2003-12-05 08:26:49 +00:00
Takashi Iwai
2693a448db Karsten Wiese <annabellesgarden@yahoo.de>:
- start us428control only for specific devices.
2003-12-04 09:41:10 +00:00
Takashi Iwai
240366e9b4 Martin Langer <martin-langer@gmx.de>:
- added prerequisites section.
2003-12-03 19:04:39 +00:00
Takashi Iwai
e6764b8a6c Karsten Wiese <annabellesgarden@yahoo.de>:
- Two Segmentation fault spots cleared.
2003-12-03 10:39:23 +00:00
Takashi Iwai
ae6ba4c872 - fixed the path of us428control.
- check the existence of us428control.
2003-12-02 11:57:06 +00:00