Joel Roth | 1 May 2006 08:35
Picon
Favicon

Ecmd 0.82 released, now JACK'able

### 2006.5.1

Muting fixed so volume levels are saved correctly

Added JACK ON/OFF button: set to blue for use with a
JACK server.

Various path fixes; use /usr/bin/env so no longer a
hard-coded path to perl executable.

Included Audio::Ecasound module in release. 

--

-- 
Joel Roth

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

Kai Vehmanen | 4 May 2006 22:42

Re: A couple of patches

Hi,

thanks for the patches!

On Fri, 28 Apr 2006, Stuart Allie wrote:

> Patch 1: loop_output_fix.txt
>
> This fixes the problem with cs-save and cs-save-as where loop outputs
> are incorrectly labelled as inputs.

Ah, of course, I hadn't tested the loop device case. Applied to CVS.

> This patch also makes cs-save and
> cs-save-as use ladspa plugin names instead of id numbers when saving.

... but this is problematic. The saves use numerical IDs as those are 
unique. The same property doesn't apply to the plugin names. So you might 
save a chainsetup, install some new plugins, and then loading the 
chainsetup would not work (the wrong plugin would be loaded).

> Patch 2: stuarts_bug_fix.txt

This also applied to CVS.

--

-- 
  links, my public keys, etc at http://eca.cx/kv

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
(Continue reading)

Kai Vehmanen | 4 May 2006 22:44

Re: r.e. ecasoundrc

Hi,

On Thu, 27 Apr 2006, icosa atropa wrote:

> Using the -rr syntax, I found that ecasoundrc requires +x permissions.
> My default seems to have been 644 and didn't get read; I changed it
> to 755 and it works.

hmm, that's not the case. I have 644 for ecasoundrc myself and it works 
fine. But you do need +x for the ~/.ecasound directory, or otherwise 
ecasound would not be able to access it.

--

-- 
  links, my public keys, etc at http://eca.cx/kv

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

Kai Vehmanen | 4 May 2006 22:48

Re: ecasound exiting sucessful when not

On Fri, 30 Dec 2005, Avuton Olrich wrote:

>> This can happen if some other process has the soundcard reserved when 
>> you launch ecasound (check '/usr/sbin/lsof |grep dev/snd/pcm' as root to see
> I've already done this, I was just a little thrown off when it exited
> 0 when I would have expected it to exit non-zero. Many thanks though

This and various other return-value problems will be fixed in 2.4.5 (and 
are already in CVS; see man ecasound(1) -> 'RETURN VALUES' in CVS).

--

-- 
  links, my public keys, etc at http://eca.cx/kv

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

Julien Claassen | 30 May 2006 11:21
Picon

changing values fast generates zipper-noise

Hi all!
 I recently had a few problems. I tried to change volume with -ea very fast
and it generated zipper noise. I noticed this happened with a few other
effects as well.
  The command I used was something like this:
ecasound -c -i in.wav -ea:100 -klg:1,0,100,3,0,0,6,0,6.2,1
  Any ideas how to avoid this, besides doing the change slower, for that is
not possible.
  Kindest regards
         Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net - the Linux TextBased Studio guide

_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

Joel Roth | 31 May 2006 06:07
Picon
Favicon

Mangled return values to int-cmd-list via libecasoundc

Hi all,

I'm using Ecasound v. 2.4.4.

Running 'int-cmd-list' from the Ecasound command line 
returns the correct list of functions.

Running the same command via libecasoundc (via perl's
Audio::Ecasound) returns a somewhat mangled list.

I wonder if anyone using pyecas or the elisp
interface could try running 'int-cmd-list' and
see if the problem arises for you.

At present I'm not aware of a problem with any
other iam command.

Here is a sample of the kind of mangling.

ao-adda <at> efaultn
ao-add-defaultn
ao-attachfa
ao-forwardaatt
ao-get-formatt
ao-get-length
ao-get-length-samplese
ao-get-positionasamples
ao-get-position-samples
ao-getposselect-
ao-index-select-
(Continue reading)


Gmane