Re: [LAD] Jack Transport: What happens when it reaches the end?

2021-03-23 Thread Tim E. Real
On 3/23/21 5:05 AM, Filipe Coelho wrote: On 23/03/21 00:50, Tim E. Real wrote: Hi list. Been curious about this question for some time but have not had time to rig a test for it. If Jack Transport is rolling, at a frame near the end of its 32-bit unsigned limit,  what happens when

[LAD] Jack Transport: What happens when it reaches the end?

2021-03-22 Thread Tim E. Real
Hi list. Been curious about this question for some time but have not had time to rig a test for it. If Jack Transport is rolling, at a frame near the end of its 32-bit unsigned limit,  what happens when it reaches the end? Does it roll over and continue from zero frame? Or does it stop?

Re: [LAD] A question to plugin host devs

2020-12-22 Thread Tim E. Real
On 12/20/20 11:59 AM, Fons Adriaensen wrote: Hello all, I wonder what are the pros and cons of using RTLD_NODELETE as a flag to dlopen() and call dlclose () as soon as the required symbols are loaded. The alternative is to leave all shared object handles open until the host terminates. What

Re: [LAD] Audio plugins: Streamable audio ports?

2016-07-10 Thread Tim E. Real
es are inherently not realtime. > > > > On Sat, Jul 9, 2016 at 5:56 PM, Tim E. Real <termt...@rogers.com> wrote: > >> Are there any plugin architectures that allow > >> > >> input data length different than the output length > >>

Re: [LAD] GuitarSynth

2015-04-27 Thread Tim E. Real
On April 27, 2015 07:59:36 PM Ralf Mardorf wrote: On Fri, 24 Apr 2015 23:13:12 -0400, Tim E. Real wrote: To reduce latency I even tried putting the guitar through a standard time-domain pitch shifter (up one octave) and then into the detector. Not bad, so so. Since dead strings aren't

Re: [LAD] [Source uploaded to GitHub] GuitarSynth

2015-04-26 Thread Tim E. Real
On April 26, 2015 09:10:30 AM Fons Adriaensen wrote: On Sat, Apr 25, 2015 at 08:35:56PM +0200, Albert Graef wrote: Question: I tried a demo product which did polyphony, with similar latency as my app, which claimed to have a full version with near-zero latency. Is this actually

Re: [LAD] GuitarSynth

2015-04-24 Thread Tim E. Real
On April 25, 2015 02:37:34 AM Albert Graef wrote: Hi Gerald, cool project, I'm looking forward to give it a try. :) On Thu, Apr 23, 2015 at 7:24 AM, Gerald gerald.mwa...@gmx.de wrote: definately, but that comes with the cost of extra hardware (pickup, 6chan soundcard). I would build

Re: [LAD] User eXperience in Linux Audio

2015-04-24 Thread Tim E. Real
On April 24, 2015 10:04:36 AM Thorsten Wilms wrote: On 23.04.2015 21:55, Len Ovens wrote: That is why being able to adjust with both horizontal and vertical movement is a plus. Take a look at zita-mu1 for an example. It is also important to continue watching the position of the mouse when

Re: [LAD] User eXperience in Linux Audio

2015-04-24 Thread Tim E. Real
On April 24, 2015 10:18:57 PM Tim E. Real wrote: 6: Now turn the mouse pointer back on. Done. Ehm, missed on of the best parts: 6: Now return the mouse pointer to where it was when originally clicked. 7: Now turn the mouse pointer back on. Done. Although, realizing now that when using

Re: [LAD] [Bulk] Re: Midi Beat Clock to BPM

2014-11-01 Thread Tim E. Real
On November 1, 2014 08:10:30 PM Clemens Ladisch wrote: hermann meyer wrote: I try to fetch the bpm from the Midi Clock, and stumble over jitter. How do you usually fetch the bpm from Midi Clock, any pointer will be welcome. http://en.wikipedia.org/wiki/Phase-locked_loop

[LAD] Buffer size changes. Was: Re: [LAU] Session management with NSM

2014-09-03 Thread Tim E. Real
Hi, I'd like to get some feedback here in LAD. On September 3, 2014 07:44:55 PM Fons Adriaensen wrote: On Wed, Sep 03, 2014 at 11:57:05AM -0700, J. Liles wrote: (when I go from recording to mixing I usually change the JACK buffer size... is NSM supposed to do this for me automatically? I

Re: [LAD] More-OT: Pickups -Fader mapping - Ardour MIDI tracer

2014-08-24 Thread Tim E. Real
On August 24, 2014 10:23:28 PM Fons Adriaensen wrote: On Sun, Aug 24, 2014 at 07:19:11AM -0700, Len Ovens wrote: Certaimly this is an extreme example and while a pickup is nice for performing, I normally use a mic for this guitar for recording. Still some piezo pickups can produce a really

Re: [LAD] Open Source to be or not to be?

2014-07-01 Thread Tim E. Real
On July 1, 2014 08:09:22 AM Gordon JC Pearce wrote: On Tue, Jul 01, 2014 at 07:33:31AM +0200, hermann meyer wrote: Regarding FaustLive, do you know that we (guitarix project) working on a analog circuit simulation toolkit, which will generate faust code from gSchem (

Re: [LAD] Just an information about the state of affairs - Re: forking (was Re: Aeolus)

2013-09-22 Thread Tim E. Real
On September 21, 2013 07:32:56 PM Fons Adriaensen wrote: On Sat, Sep 21, 2013 at 04:36:45PM +0300, Dan Muresan wrote: M. Gavioli also sent me a private e-mail. He sounded like he was worried about the community going after him (possibly legally I guess). This is not a good outcome,

[LAD] 14-bit CC / (N)RPN midi controllers question

2013-06-06 Thread Tim E. Real
Lacking access to the full midi specs document, I don't know if this question is addressed. I've looked at manuals for products which support them and searched the web but I don't see a clear answer to my question: Is it safe to assume that a product or app which allows binding a *single*

Re: [LAD] 14-bit CC / (N)RPN midi controllers question

2013-06-06 Thread Tim E. Real
On June 6, 2013 05:36:50 PM you wrote: On Thu, Jun 6, 2013 at 5:31 PM, Tim E. Real termt...@rogers.com wrote: Lacking access to the full midi specs document, I don't know if this question is addressed. I've looked at manuals for products which support them and searched the web but I

[LAD] Mixing audio: Noiseless volume changes

2013-03-18 Thread Tim E. Real
Hi again. Looking for any advice, tips, tricks, anecdotes etc. I want to eliminate or reduce 'zipper' noise on volume changes. So I'm looking at two techniques: Zero-crossing / zero-value signal detection, and slew-rate limiting. Code is almost done, almost ready to start testing each technique.

Re: [LAD] Mixing audio: Noiseless volume changes

2013-03-18 Thread Tim E. Real
On March 18, 2013 06:47:16 PM you wrote: On Mon, Mar 18, 2013 at 5:50 PM, Tim E. Real termt...@rogers.com wrote: Hi again. Looking for any advice, tips, tricks, anecdotes etc. I want to eliminate or reduce 'zipper' noise on volume changes. So I'm looking at two techniques: Zero-crossing

Re: [LAD] Mixing audio: Noiseless volume changes

2013-03-18 Thread Tim E. Real
On March 18, 2013 07:04:52 PM Tim E. Real wrote: On March 18, 2013 06:47:16 PM you wrote: On Mon, Mar 18, 2013 at 5:50 PM, Tim E. Real termt...@rogers.com wrote: Hi again. Looking for any advice, tips, tricks, anecdotes etc. I want to eliminate or reduce 'zipper' noise on volume changes. So

Re: [LAD] Mixing audio: Noiseless volume changes

2013-03-18 Thread Tim E. Real
On March 18, 2013 11:58:48 PM Fons Adriaensen wrote: On Mon, Mar 18, 2013 at 07:43:32PM -0400, Tim E. Real wrote: Ah, I may have answered my own question when I said: (One cannot simply wait for the current data value to be 'zero' because for example with a perfect square wave signal

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-15 Thread Tim E. Real
On March 14, 2013 11:42:41 AM you wrote: On 03/12/2013 08:08 PM, Tim E. Real wrote: But having said that, yes I'm wondering about a true 'stereo pan' feature. How would such a feature work? there is no one true stereo pan. a pan law for intensity stereo (i.e. a panned image or an XY

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-13 Thread Tim E. Real
On March 12, 2013 09:22:39 PM Fons Adriaensen wrote: On Tue, Mar 12, 2013 at 04:24:49PM -0400, Tim E. Real wrote: Interesting about the crossover bit. Wow, I considered adding selectable pan laws but didn't realize crossovers. The rationale behind this is that at LF the L and R signals

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-12 Thread Tim E. Real
On March 12, 2013 08:41:01 PM you wrote: On 03/12/2013 04:23 PM, Tim E. Real wrote: Hi, I need some advice, clear up some confusion: I noticed our app uses this pan formula: vol_L = volume * (1.0 - pan); vol_R = volume * (1.0 + pan); where volume is the fader value

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-12 Thread Tim E. Real
On March 12, 2013 03:08:18 PM Tim E. Real wrote: On March 12, 2013 08:41:01 PM you wrote: On 03/12/2013 04:23 PM, Tim E. Real wrote: Hi, I need some advice, clear up some confusion: I noticed our app uses this pan formula: vol_L = volume * (1.0 - pan); vol_R = volume * (1.0

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-12 Thread Tim E. Real
On March 12, 2013 03:13:44 PM you wrote: On Tue, Mar 12, 2013 at 3:08 PM, Tim E. Real termt...@rogers.com wrote: lance, but slightly different levels, but not a true 'stereo pan'. But having said that, yes I'm wondering about a true 'stereo pan' feature. first, terminology. just as when

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-12 Thread Tim E. Real
On March 12, 2013 09:56:15 AM Fons Adriaensen wrote: On Tue, Mar 12, 2013 at 01:23:02AM -0400, Tim E. Real wrote: I noticed our app uses this pan formula: vol_L = volume * (1.0 - pan); vol_R = volume * (1.0 + pan); where volume is the fader value, pan is the pan knob value

Re: [LAD] Mixing audio: Implementing pan and balance

2013-03-12 Thread Tim E. Real
On March 12, 2013 04:28:19 PM you wrote: On Tue, Mar 12, 2013 at 4:24 PM, Tim E. Real termt...@rogers.com wrote: I will look at having separate pan controls for each channel on one strip, as I'm reminded from talking to Paul that Ardour has this :) not anymore ... Oh wow, haven't tried

[LAD] Mixing audio: Implementing pan and balance

2013-03-11 Thread Tim E. Real
Hi, I need some advice, clear up some confusion: I noticed our app uses this pan formula: vol_L = volume * (1.0 - pan); vol_R = volume * (1.0 + pan); where volume is the fader value, pan is the pan knob value which ranges between -1.0 and 1.0, and vol_L and vol_R are the

[LAD] Fwd: Re: Muse - Was: OT: Bitwig beta for Linux reviewed

2013-03-10 Thread Tim E. Real
On March 8, 2013 11:47:52 PM Ralf Mardorf wrote: On Fri, 2013-03-08 at 16:37 -0500, Tim E. Real wrote: On March 8, 2013 09:31:50 PM Ralf Mardorf wrote: IIRC Muse can mute individual clips, but Muse never was able to run on my machine. I tested it for different distros, in different

Re: [LAD] OT: Bitwig beta for Linux reviewed

2013-03-08 Thread Tim E. Real
On March 8, 2013 09:31:50 PM Ralf Mardorf wrote: IIRC Muse can mute individual clips, but Muse never was able to run on my machine. I tested it for different distros, in different years. Howdy, Ralf. Can you give us an idea of why this might be? Any clues at all, like choice of kernels,

Re: [LAD] [LAU] So what do you think sucks about Linux audio ?

2013-02-05 Thread Tim E. Real
On February 5, 2013 08:18:03 PM Pedro Lopez-Cabanillas wrote: On Tuesday 05 February 2013 18:26:24 David Baron wrote: My main complaint is not really about Linux, per se, but the whole DAW, etc., scene: Lack of interoperability! I have a lot of Cakewalk files from the Windows days. Me

[LAD] Mudita24 release 1.1.0

2013-02-02 Thread Tim E. Real
Hello. I finally rolled an archive. This is for the benefit of ye kind packagers out there, and everyone, as I notice the version in Ubuntu for example is still the old version which has broken alsactrl profile support - can't save/load profiles. There has been no changes to code for a

Re: [LAD] [ann] CAPS 0.9.4

2013-01-13 Thread Tim E. Real
On January 10, 2013 08:15:11 PM Tim Goetze wrote: [Gianfranco Ceccolini] when running AmpVTS in JackRack I hear no difference when changing the amp models. when plugging the Tonestack plugin the difference is perfectly audible. Something worng with AmpVTS? Yes, it's a bug, thanks for

Re: [LAD] [ann] CAPS 0.9.4

2013-01-13 Thread Tim E. Real
On January 13, 2013 09:45:58 PM Tim Goetze wrote: [Tim E. Real] Applied patch. The model seems to still make very little difference. Hard to tell, but it seems like only model 7 sounds different than the rest. Also hard to tell but the brightness seems to make no difference. Should

Re: [LAD] Plugin buffer size restrictions

2012-05-26 Thread Tim E. Real
On May 26, 2012 10:02:32 AM Fons Adriaensen wrote: On Fri, May 25, 2012 at 10:43:36PM -0400, David Robillard wrote: I am making an LV2 extension for accessing and/or restricting the buffer size. This is straightforward, but I need to know just what restrictions are actually needed by

Re: [LAD] Non Session Management

2012-03-25 Thread Tim E. Real
On March 22, 2012 4:42:55 PM rosea.grammostola wrote: On 03/22/2012 02:52 PM, Harry van Haaren wrote: On Thu, Mar 22, 2012 at 12:33 PM, rosea.grammostola rosea.grammost...@gmail.com mailto:rosea.grammost...@gmail.com wrote: JackSession seems to be an option JackSession is merged

Re: [LAD] send midi message

2012-01-06 Thread Tim E. Real
On January 6, 2012 1:32:36 PM Dave Stikkolorum wrote: On 06-01-12 13:22, Paul Davis wrote: On Fri, Jan 6, 2012 at 7:13 AM, Dave Stikkolorumdav...@dds.nl wrote: Not the communication, but I think Hydrogen over jack has more delay then directly, but I don't know this for sure. the use

Re: [LAD] Question re midi

2011-12-12 Thread Tim E. Real
On December 12, 2011 11:53:35 PM gene heskett wrote: Does anyone have, in their old yellowed dead tree archives, a list of instrument numbers vs instrument that would allow one to setup a translation table to massage some very old midi files into General Midi instrument numbers? I need a list

Re: [LAD] Another call for brave testers: new Guitarix LADSPA plugins

2011-11-26 Thread Tim E. Real
On November 26, 2011 12:40:01 AM Andreas Degert wrote: Hi, we'd like to ask those who are interested in the new Guitarix LADSPA plugins to run them on their systems and give us some feedback. They do fine on our own machines and seem to be fit for wider testing. The plugins Guitarix Amp

[LAD] Ignore. Testing mail...

2011-10-18 Thread Tim E. Real
Just testing ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] Some mudita24 fixes in SVN now.

2011-10-18 Thread Tim E. Real
Hi list, Niels, James. (Sorry for the repost.) I have moved the existing code into an attic branch. This code contains support for very old GTK+ versions, even pre-2.4. Most users should not use it, but it's there if you need it. I'll try to put out a legacy release on the project page. James'

[LAD] Some mudita24 fixes in SVN now.

2011-09-23 Thread Tim E. Real
Hello. I noticed mudita24 SVN was in a sad state, crashing the whole system. There were already significant changes and improvements since release 1.0.3 So I fixed 'er up. Please give it a spin so we can put out a release sometime. mudita24 is the updated replacement of envy24control, the gui

Re: [LAD] a *simple* ring buffer, comments pls?

2011-07-11 Thread Tim E. Real
On July 11, 2011 04:50:06 pm Chris Cannam wrote: I know taking locks in a RT process is deeply frowned upon Likely been answered before, but good time for me to ask: What is the reason it is not recommended? Is it simply because of a long time involved in acquiring the lock, or is it because

Re: [LAD] audio format abadie.jo

2011-07-06 Thread Tim E. Real
On July 6, 2011 07:11:49 pm Tim E. Real wrote: Hi Florian. We meet again, on LAD! Oops, you are not Florian the MusE devel? Greetings anyway. Tim. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org

Re: [LAD] Strange gettimeofday behaviour - out of order times.

2011-05-05 Thread Tim E. Real
On May 4, 2011 08:20:51 pm you wrote: On Wed, May 4, 2011 at 7:11 PM, Tim E. Real termt...@rogers.com wrote: I discovered gettimeofday occasionally gives me a time value which is less than a previous time value. The value is actually 'out of order' and really belongs ahead of a few others

[LAD] Strange gettimeofday behaviour - out of order times.

2011-05-04 Thread Tim E. Real
I discovered gettimeofday occasionally gives me a time value which is less than a previous time value. The value is actually 'out of order' and really belongs ahead of a few others, according to examined printouts. So I tried clock_gettime(CLOCK_MONOTONIC, ..), same result. Then I tried

Re: [LAD] [ann] CAPS 0.4.5

2011-04-14 Thread Tim E. Real
On April 14, 2011 06:59:34 am you wrote: On 13 April 2011 22:03, Tim E. Real termt...@rogers.com wrote: I agree that if this new port were to be sandwiched among the others or if he were removing ports, that's breakage. I think that was the plan, though -- to put the new port after

Re: [LAD] [ann] CAPS 0.4.5

2011-04-13 Thread Tim E. Real
On April 13, 2011 02:11:02 pm David Robillard wrote: On 12/04/11 06:00 AM, Tim Goetze wrote: [David Robillard] No, the pragmatic thing to do is not deliberately break your plugin when several knowledgeable people have pointed out that doing so can cause countless problems. Again:

Re: [LAD] [ann] CAPS 0.4.5

2011-04-13 Thread Tim E. Real
On April 13, 2011 05:03:45 pm you wrote: On April 13, 2011 02:11:02 pm David Robillard wrote: On 12/04/11 06:00 AM, Tim Goetze wrote: [David Robillard] No, the pragmatic thing to do is not deliberately break your plugin when several knowledgeable people have pointed out that doing

Re: [LAD] Permafrost guitar amp, was Re: RDF libraries, was Re: [ANN] IR: LV2 Convolution Reverb

2011-03-05 Thread Tim E. Real
On March 5, 2011 02:22:52 pm Dominique Michel wrote: Le Sat, 5 Mar 2011 18:55:19 +0100, Giuseppe Zompatori silicon...@gmail.com a écrit : From: Stefano D'Angelo zanga.m...@gmail.com Date: 2011/2/27 Subject: Re: [LAD] RDF libraries, was Re: [ANN] IR: LV2 Convolution Reverb To: Giuseppe

Re: [LAD] Attribution for Community Approval

2011-01-28 Thread Tim E. Real
On January 27, 2011 04:35:47 pm Christopher Cherrett wrote: Could the community please review the attribution so we may continue with our journey? This attribution appears on the website, github, README and anywhere else you guys need to see it. From the GPL section 5: a) The work must carry

Re: [LAD] Attribution for Community Approval

2011-01-28 Thread Tim E. Real
On January 28, 2011 08:06:18 pm you wrote: On Sat, Jan 29, 2011 at 2:43 AM, Tim E. Real termt...@rogers.com wrote: On January 27, 2011 04:35:47 pm Christopher Cherrett wrote: Could the community please review the attribution so we may continue with our journey? This attribution appears

Re: [LAD] [OT] Richard Stallman warns against ChromeOS

2010-12-16 Thread Tim E. Real
On December 15, 2010 11:49:03 pm gene heskett wrote: On Wednesday, December 15, 2010 11:44:41 pm Ralf Mardorf did opine: On Wed, 2010-12-15 at 17:42 -0500, gene heskett wrote: history being written by the winners, so the whole thing may have been white washed to a high polish by now.

Re: [LAD] [OT] Richard Stallman warns against ChromeOS

2010-12-14 Thread Tim E. Real
On December 14, 2010 10:04:10 pm Ralf Mardorf wrote: On Wed, 2010-12-15 at 02:47 +, Harry Van Haaren wrote: On Wed, Dec 15, 2010 at 2:40 AM, Ralf Mardorf ralf.mard...@alice-dsl.net wrote: A lot of people do, but perhaps they do it for mails that anyway are in

Re: [LAD] Musescore music trainer?

2010-11-12 Thread Tim E. Real
On November 12, 2010 12:48:47 pm Ralf Mardorf wrote: On Fri, 2010-11-12 at 18:32 +0100, Dominique Michel wrote: Le Fri, 12 Nov 2010 00:54:58 -0500, Tim E. Real termt...@rogers.com a écrit : On November 11, 2010 11:06:10 pm Dominique Michel wrote: Le Thu, 11 Nov 2010 16:43:41 -0300

Re: [LAD] Musescore music trainer?

2010-11-11 Thread Tim E. Real
On November 11, 2010 11:06:10 pm Dominique Michel wrote: Le Thu, 11 Nov 2010 16:43:41 -0300, Camilo Polymeris cpolyme...@gmail.com a écrit : For me, a stand alone pitch detection application would be better : audio in - pitch detect - midi out You plug the instrument into the

Re: [LAD] Faster context switch

2010-11-10 Thread Tim E. Real
Hi, thanks for this thread, I've been wanting to learn more about how we could use (the newer) fst in our MusE for example. I was not sure how to make MusE a wine app, though, as I was told to do. Besides getting it to compile as a wine app, are there any major tasks, traps, and conversions to

Re: [LAD] Faster context switch

2010-11-10 Thread Tim E. Real
On November 10, 2010 01:58:55 pm you wrote: On Wed, Nov 10, 2010 at 1:48 PM, Tim E. Real termt...@rogers.com wrote: Hi, thanks for this thread, I've been wanting to learn more about how we could use (the newer) fst in our MusE for example. I was not sure how to make MusE a wine app, though

Re: [LAD] Musescore music trainer?

2010-11-10 Thread Tim E. Real
On November 10, 2010 03:40:01 pm Dominique Michel wrote: Le Wed, 10 Nov 2010 13:36:21 -0300, Camilo Polymeris cpolyme...@gmail.com a écrit : maybe http://pianobooster.sourceforge.net/ is what you want ? Very interesting. Will try it as soon as possible. Piano/MIDI only input, right?

Re: [LAD] Faster context switch

2010-11-10 Thread Tim E. Real
On November 10, 2010 04:20:02 pm you wrote: On Wed, Nov 10, 2010 at 4:11 PM, Tim E. Real termt...@rogers.com wrote: MusE already fully supported the old fst, so we've got code which I hope would put us ahead of the game. i don't believe that torben i ever released the wine-as-a-library

Re: [LAD] [ANN] Qtractor 0.4.7 - The Furious Desertrix is out!

2010-10-01 Thread Tim E. Real
On October 1, 2010 06:55:52 pm Niels Mayer wrote: Also some of the configuration dialogs are coming up bigger than the screensize. So you have to Tab-down to the invisible ok or cancel and press return, and hope you got the right one. Just curious, doesn't your system respond to holding ALT

Re: [LAD] ADAT digital audio receiver and transmitter circuit

2010-09-20 Thread Tim E. Real
On September 19, 2010 06:00:35 pm f...@kokkinizita.net wrote: On Sun, Sep 19, 2010 at 05:01:25PM -0400, Tim E. Real wrote: Send it to me! I'll do it! Replacing 100+ pins SM ICs by hand is something we specialized in every day for many years in our repair shop. When you can't afford high

Re: [LAD] Mouse/knob interaction

2010-09-07 Thread Tim E. Real
On September 7, 2010 02:20:10 pm Gordon JC Pearce wrote: This is going to stir up a bit of discussion! Rotary knob GUI elements - should you move the mouse in a circle to operate them, or up and down? What about side to side? Gordon MM0YEQ A quick check of our MusE knobs shows it's

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-21 Thread Tim E. Real
On August 10, 2010 11:09:30 pm Tim E. Real wrote: Again, per-strip post-fader metering, I tells ya' ! Making slider minimum -60dB or -144dB, and how to make meter same height (as discussed down the threads): Post-fader metering buttons would be an answer there as well. It gives us the perfect

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-17 Thread Tim E. Real
On August 17, 2010 08:53:46 pm you wrote: On Tue, Aug 17, 2010 at 3:25 PM, Tim E. Real termt...@rogers.com wrote: Try my patches. See AUTHORS for changes and TODOs. Once again set up a fresh mudita24-1.0.3 folder and apply these patches. So I applied the patches ( http

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-12 Thread Tim E. Real
this before... I can't find much info on how old that member is but it seems to date back to at least 2005. It's a 'protected' member and not well doc'd. On August 11, 2010 03:26:19 pm you wrote: On Tue, Aug 10, 2010 at 11:24 AM, Tim E. Real termt...@rogers.com wrote: On August 10, 2010 10:06:17 am

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-12 Thread Tim E. Real
On August 12, 2010 07:57:10 pm Tim E. Real wrote: I discovered the magic bullet I was looking for: The GtkRange::round_digits member ! Sorry, am I breaking the rules? It is commented as a 'protected' C structure member. I think that means I'm not supposed to access it from an instance

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-10 Thread Tim E. Real
On August 10, 2010 10:06:17 am you wrote: Just applied the patches, compiled... AWESOME! Sliders, dB scales and meters in Monitor Inputs and Monitor PCMs resize when the window is stretched! I'm looking forward to the completion of your TODO items in AUTHORS esp the digital mixer meter

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-10 Thread Tim E. Real
On August 10, 2010 10:08:51 am you wrote: On Tue, Aug 10, 2010 at 1:14 AM, f...@kokkinizita.net wrote: - The meters are there to show levels at the AD/DA converters, i.e. to allow you to check you are using those in a sensible way. They happen to be on the same window as the mixer, which

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-09 Thread Tim E. Real
Hey hey hey! Look what I've got... I thought it important and complete enough to let you see where it is going. Check it out. Set up a fresh mudita24-1.0.3 folder and apply these patches so you can try them out. Niels, you could apply these to the tree right away, but there's a few more

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-09 Thread Tim E. Real
On August 9, 2010 08:45:49 pm Tim E. Real wrote: Hey hey hey! Look what I've got... I thought it important and complete enough to let you see where it is going. One more thing: Because of my use of gtk_adjustment_get_page_increment() and friends, which require gtk+ 2.14, I think it may

Re: [LAD] [LAU] mudita24 1.02 -- improved envy24control mixer/router for ice1712-based sound-cards

2010-08-09 Thread Tim E. Real
On August 9, 2010 08:53:21 pm Tim E. Real wrote: One more thing: Because of my use of gtk_adjustment_get_page_increment() and friends, which require gtk+ 2.14, I think it may be necessary to release this as a separate program than envy24control. There may be people out there with old setups

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-08-04 Thread Tim E. Real
Hi Niels. Something odd. Are you sure about those digital mixer ranges? They now go down to only -48dB instead of -144dB. Seems like 2/3 of the range is missing? Verified against the original mixer, and amixer. Also, the 'active' colour of the meters seems way too 'soft'? Seems like just a

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-31 Thread Tim E. Real
Hey gang. Took a break for a few days... On July 28, 2010 09:10:32 pm Tim E. Real wrote: Although slider thumb track size is known, extra unknown space above and below the slider trough may make our custom marker positions not precisely accurate. Talk about whack-a-mole, gtk 2.20 has

Re: [LAD] [LAA] announcing envy24control, mudita (*) edition.

2010-07-31 Thread Tim E. Real
On July 31, 2010 04:20:55 am James Morris wrote: On 31 July 2010 02:19, Niels Mayer nielsma...@gmail.com wrote: Yes, the CPU usage is from envy24control. Somehow, strange as it sounds... The higher the volume, the higher the CPU usage... Or, if the audio output is continually loud, it seems

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-28 Thread Tim E. Real
On July 27, 2010 09:09:51 pm Tim E. Real wrote: So if that's the case, then we could simply try my first idea, just throw up a vbox beside the slider with labels (and careful upper/lower item expansion). I'm trying this in Glade. Follow-up: Close but no cigar. There are oh-so-subtle problems

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-28 Thread Tim E. Real
On July 28, 2010 08:12:39 pm Tim E. Real wrote: So I think the best solution now is let the application custom draw the marks in a blank window beside the sliders. The key is to pay attention to the half-way point of the thumb track size, Although slider thumb track size is known, extra

Re: [LAD] FIxed alsa-tools' envy24control missing peak level meters and Reset Peaks

2010-07-27 Thread Tim E. Real
On July 27, 2010 01:00:31 am you wrote: On Mon, Jul 26, 2010 at 5:15 PM, Tim E. Real termt...@rogers.com wrote: On July 16, 2010 10:10:48 pm Tim E. Real wrote: Here we go! snd_mixer_selem_get_playback_dB( ) Problem solved? Accurate or not? Not accurate with AK4524 chip. Read

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-27 Thread Tim E. Real
On July 26, 2010 04:50:04 am f...@kokkinizita.net wrote: On Sun, Jul 25, 2010 at 04:55:10PM -0700, Niels Mayer wrote: On Sun, Jul 25, 2010 at 3:23 PM, f...@kokkinizita.net wrote: - The analog gain sliders behave strangly. They seem to 'detent' on the scale marks, it's quite impossible to

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-27 Thread Tim E. Real
On July 27, 2010 04:08:11 pm Tim E. Real wrote: but we get to still keep the handy page up/down snaps, as they are part of gtk_adjustment etc. Sorry my mistake. Markers are required for page up/down snaps, as Niels said before. Too bad. That feature was quite handy, eh? And the marks

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-27 Thread Tim E. Real
On July 27, 2010 08:04:26 pm you wrote: On Tue, Jul 27, 2010 at 3:56 PM, Tim E. Real termt...@rogers.com wrote: Sorry my mistake. Markers are required for page up/down snaps, as Niels said before. Too bad. That feature was quite handy, eh? And the marks looked sooo nice. And we need

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-26 Thread Tim E. Real
On July 25, 2010 08:00:23 pm you wrote: On Sun, Jul 25, 2010 at 3:57 PM, Tim E. Real termt...@rogers.com wrote: CPU 20% on idle, and when adjusting sliders it's around 50%. All OK. Is this more CPU load or less than the original envy24control? It should be a lot less load. Oops, don't know

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-26 Thread Tim E. Real
On July 26, 2010 03:29:13 am Tim E. Real wrote: I just noticed that the upper red part of all the meters are gone. Any plans to re-instate that red coloured portion? I fear a backlash on that. Sorry was not paying full attention, I see the top is actually 0dBFS. Hmm, I think I see your point

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-26 Thread Tim E. Real
On July 26, 2010 03:35:43 pm you wrote: I'd have a better advantage if I had the motivation to add tooltips or a language catalog, which sounds very tedious to try and do by myself. Of course, if someone else wants to work on it, I'd be happy to investigate and integrate any patches coming my

Re: [LAD] FIxed alsa-tools' envy24control missing peak level meters and Reset Peaks

2010-07-26 Thread Tim E. Real
On July 16, 2010 10:10:48 pm Tim E. Real wrote: Here we go! snd_mixer_selem_get_playback_dB( ) Problem solved? Accurate or not? Not accurate with AK4524 chip. Read on... Slider markings still not possible with this - it is only a 'current' value. But that's OK, I'm now thinking

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-26 Thread Tim E. Real
On July 26, 2010 09:07:35 pm you wrote: On Mon, Jul 26, 2010 at 12:29 AM, Tim E. Real termt...@rogers.com wrote: trust me it will look great at the expense of only 28 extra pixels for the minimum height over the original - it's all you can really do, man: Remove the -72 and -108 dB

Re: [LAD] twice as loud

2010-07-25 Thread Tim E. Real
Hey, you know that little triangular flap of skin that almost covers the ear, just above the earlobe? Whaddya think if humans are (were?) to evolve that little flap so it can be completely and tightly pressed against the ear (like you can do now with your finger) thus acting as an 'eyelid'

Re: [LAD] twice as loud

2010-07-25 Thread Tim E. Real
On July 25, 2010 06:43:17 am Ralf Mardorf wrote: On Sun, 2010-07-25 at 12:32 +0200, lieven moors wrote: On 07/25/2010 09:31 AM, Tim E. Real wrote: Hey, you know that little triangular flap of skin that almost covers the ear, just above the earlobe? Whaddya think if humans are (were

Re: [LAD] Solved: No Flash audio. With a question.

2010-07-25 Thread Tim E. Real
On July 25, 2010 10:40:22 am you wrote: On Sat, Jul 24, 2010 at 8:41 PM, Tim E. Real termt...@rogers.com wrote: I turned off the 'lock' control in envy24control and now Flash can set the rate to 48000Hz. I forgot to mention the Multi Track Rate Locking and Multi Track Rate Reset issues

Re: [LAD] announcing envy24control, mudita (*) edition.

2010-07-25 Thread Tim E. Real
On July 25, 2010 06:57:42 pm Tim E. Real wrote: I propose that the multi track rate locking be renamed to just lock ( *not* locked because believe it or not I actually thought that was an indicator, not a control - there is confusion with the locked label underneath the word clock button

[LAD] Solved: No Flash audio. With a question.

2010-07-24 Thread Tim E. Real
Hello. Just a follow up to something I said a while back. I think Gene H. was saying he couldn't get audio and I had replied that I disabled Pulse and it appeared to be working. But even after disabling Pulse, sometimes I still was not getting audio in Flash on YouBoob etc. When I did have

Re: [LAD] Solved: No Flash audio. With a question.

2010-07-24 Thread Tim E. Real
03:54:19 pm Tim E. Real wrote: Hello. Just a follow up to something I said a while back. I think Gene H. was saying he couldn't get audio and I had replied that I disabled Pulse and it appeared to be working. But even after disabling Pulse, sometimes I still was not getting audio

Re: [LAD] Solved: No Flash audio. With a question.

2010-07-24 Thread Tim E. Real
On July 24, 2010 03:54:19 pm Tim E. Real wrote: It turns out that Flash wants to play everything at a 48000Hz sample rate. Since my audio card is an Envy24 based card, it always boots up in 44100Hz sample rate mode. So now, before I play Flash videos, I must open the envy24control mixer

Re: [LAD] Solved: No Flash audio. With a question.

2010-07-24 Thread Tim E. Real
On July 24, 2010 06:44:40 pm you wrote: For the alsa default device, as used by web-apps and other things where you haven't explicitly set the device, consider using a dmix device such as done in http://nielsmayer.com/npm/dot-asoundrc.txt I've battled with .asoundrc before so I know my way

Re: [LAD] [Somewhat OT] Strange failure mode of a PC

2010-07-19 Thread Tim E. Real
Some spare time... I just *have* to wander into this one... On July 17, 2010 04:46:01 pm f...@kokkinizita.net wrote: Measuring the power button switch with a multimeter showed an unstable resistance value of between 1 and 3k while it was not pressed. So I removed the thing, which turned out

Re: [LAD] May I asked something OT?

2010-07-19 Thread Tim E. Real
On July 19, 2010 02:54:33 am Sakari Bergen wrote: On 19.07.2010 08:30, Tim E. Real wrote: If you play a Gibson you can set the neck pickup volume to zero and the bridge pickup volume to full and then toggle the pickup switch, rapidly if desired, like Eddie van Halen on You Really Got Me

Re: [LAD] May I asked something OT?

2010-07-18 Thread Tim E. Real
On July 18, 2010 03:57:06 pm Ralf Mardorf wrote: A lot of kids wish to have a kill switch for their guitars. A kill switch is a short circuit, to 'stop' the audio signal. I'm not fine with this solution, but the kids argue, that e.g. an interruption does cause unwanted noise, especially for

Re: [LAD] FIxed alsa-tools' envy24control missing peak level meters and Reset Peaks

2010-07-16 Thread Tim E. Real
solved? Accurate or not? Cheers. Tim. On July 16, 2010 03:13:17 am you wrote: On Tue, Jul 13, 2010 at 3:46 PM, Tim E. Real termt...@rogers.com wrote: But nothing was ever done about the slider markings. Having them go from 0 to 164 is not really helpful. It's not clear where the 0dB mark

Re: [LAD] FIxed alsa-tools' envy24control missing peak level meters and Reset Peaks

2010-07-16 Thread Tim E. Real
On July 16, 2010 08:56:30 pm Tim E. Real wrote: Been so long since I studied envy24 stuff that I was in danger of messing up facts and wishing for something that might not be possible. So I pulled my card out and looked at the ICs and their datsheets, and looked at envy24control coding

Re: [LAD] Midi tempo sync'd live drum machine

2010-07-16 Thread Tim E. Real
On July 16, 2010 05:34:11 pm m.wolkst...@gmx.de wrote: Am Thu, 15 Jul 2010 14:27:35 -0500 schrieb Nathanael Anderson wirelessdrea...@gmail.com: Here is the setup i'm looking to do: midi master - special program ddr pad - special program special program - hydrogen I've got a

  1   2   >