Re: [PD] fader gain

2007-02-19 Thread Roman Haefeli
hi derek

as Dafydd mentioned it, i use also a 'squared' scale. it is somehow in
the middle of the both extremes 'linear' and 'logarithmic'. linear is a
pain, when trying to adjust the volume in the low level area, whereas
the 'logarithmic' scale is too accurate in that area. 
i'd say 'mathematically' correct is, what makes sense for your ears,
since all scales are 'mathematically' correct, but different. i
remember, that miller pucket posted once, that he uses {0-1}^4 (square
of a square).

roman
 
On Sun, 2007-02-18 at 23:51 +0100, Derek Holzer wrote:
 I've been using the following to control the output volume of a channel 
 from my MIDI faders:
 
 [ctlin 7 1]   (in from faderbox)
 |
 [* 0.787402]   (scale 0-127 to 0-100)
 |
 [dbtorms]
 |
 [pack 0 50]
 |
 [*~]   (multiplied by sound from channel)
 
 
 I know that this is the mathematically correct way to do decibels to 
 RMS, but it doesn't sound right. The bottom 2/3rds of the slider are 
 almost silent, then the sound comes in very loud at the top. What other 
 kind of setup are people using to control gain?
 
 d.
 






___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-19 Thread Derek Holzer

Hi Roman and Dafydd,

squared scale seems to work for what I'm using it for right now. Thanks 
for the suggestion. If it still needs some tuning, maybe I'll try the 
squared-square.


squarely yours,
d.

Roman Haefeli wrote:

hi derek

as Dafydd mentioned it, i use also a 'squared' scale. it is somehow in
the middle of the both extremes 'linear' and 'logarithmic'. linear is a
pain, when trying to adjust the volume in the low level area, whereas
the 'logarithmic' scale is too accurate in that area. 
i'd say 'mathematically' correct is, what makes sense for your ears,

since all scales are 'mathematically' correct, but different. i
remember, that miller pucket posted once, that he uses {0-1}^4 (square
of a square).


--
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 74:
Get your neck massaged

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] fader gain

2007-02-18 Thread Derek Holzer
I've been using the following to control the output volume of a channel 
from my MIDI faders:


[ctlin 7 1]   (in from faderbox)
|
[* 0.787402]   (scale 0-127 to 0-100)
|
[dbtorms]
|
[pack 0 50]
|
[*~]   (multiplied by sound from channel)


I know that this is the mathematically correct way to do decibels to 
RMS, but it doesn't sound right. The bottom 2/3rds of the slider are 
almost silent, then the sound comes in very loud at the top. What other 
kind of setup are people using to control gain?


d.

--
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 172:
Use `unqualified' people

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-18 Thread Tim Blechmann
hi derek,

On Sun, 2007-02-18 at 23:51 +0100, Derek Holzer wrote:
 I've been using the following to control the output volume of a channel 
 from my MIDI faders:
 
 [ctlin 7 1]   (in from faderbox)
 |
 [* 0.787402]   (scale 0-127 to 0-100)
 |
 [dbtorms]
 |
 [pack 0 50]
 |
 [*~]   (multiplied by sound from channel)
 
 
 I know that this is the mathematically correct way to do decibels to 
 RMS, but it doesn't sound right. The bottom 2/3rds of the slider are 
 almost silent, then the sound comes in very loud at the top. What other 
 kind of setup are people using to control gain?

well, i guess, this is mathematically correct, if complete silence would
start at db ;)
i usually scale the midi range 1 to 127 from the lowest audible sound to
the loudest i want to produce, which works pretty good for my ears,
except the fact, that 7 bit are just too little for an accurate volume
control (at least for my ears).

cheers .. tim

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes Awww!
  Jack Kerouac


signature.asc
Description: This is a digitally signed message part
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-18 Thread Dafydd Hughes

Hi Derek

Probably not the best solution, but to my ears, it sounds good to
scale the input to 0-1 and then square it.

cheers
dafydd

On 2/18/07, Derek Holzer [EMAIL PROTECTED] wrote:

I've been using the following to control the output volume of a channel
from my MIDI faders:

[ctlin 7 1]   (in from faderbox)
|
[* 0.787402]   (scale 0-127 to 0-100)
|
[dbtorms]
|
[pack 0 50]
|
[*~]   (multiplied by sound from channel)


I know that this is the mathematically correct way to do decibels to
RMS, but it doesn't sound right. The bottom 2/3rds of the slider are
almost silent, then the sound comes in very loud at the top. What other
kind of setup are people using to control gain?

d.

--
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 172:
Use `unqualified' people

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list




--
www.sideshowmedia.ca
skype: chickeninthegrass

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-18 Thread Tim Blechmann
On Mon, 2007-02-19 at 00:21 +0100, Derek Holzer wrote:
 
  i usually scale the midi range 1 to 127 from the lowest audible
 sound to
  the loudest i want to produce, which works pretty good for my ears,
 
 What range are you scaling to? 

0 - 0
1 - a sound, that's barely audible
127 - the loudest sound

i can't tell you exact values, since this is dependent on the kind of
sound, that i'm using ... 
if you have a pink noise, at low volume, it may have the same energy as
a 4kHz sine wave, and you hear the sine, but don't hear the noise, as
it's easier hidden in the background soundscape of your studio / concert
room / etc ... 
so, i'm just scaling to the range of my ears ;)

cheers .. tim

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

Life is really simple, but we insist on making it complicated.
  Confucius


signature.asc
Description: This is a digitally signed message part
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-18 Thread Derek Holzer

OK, I guess it's not such a systematic answer as I would hope for ;-)

I'll go back to fiddling with my sliders now.
d.

Tim Blechmann wrote:

0 - 0
1 - a sound, that's barely audible
127 - the loudest sound

i can't tell you exact values, since this is dependent on the kind of
sound, that i'm using ... 
if you have a pink noise, at low volume, it may have the same energy as

a 4kHz sine wave, and you hear the sine, but don't hear the noise, as
it's easier hidden in the background soundscape of your studio / concert
room / etc ... 
so, i'm just scaling to the range of my ears ;)


--
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 61:
Don't be frightened of cliches

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-18 Thread Peter Plessas
I want to point interested people to the great iem abstraction 
[fadtorms] and [fadtodb], in the cvs abstractions. I am using them 
everytime i touch a (physical) fader.


lg,P

Derek Holzer wrote:

OK, I guess it's not such a systematic answer as I would hope for ;-)

I'll go back to fiddling with my sliders now.
d.

Tim Blechmann wrote:

0 - 0
1 - a sound, that's barely audible
127 - the loudest sound

i can't tell you exact values, since this is dependent on the kind of
sound, that i'm using ... if you have a pink noise, at low volume, it 
may have the same energy as

a 4kHz sine wave, and you hear the sine, but don't hear the noise, as
it's easier hidden in the background soundscape of your studio / concert
room / etc ... so, i'm just scaling to the range of my ears ;)




___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fader gain

2007-02-18 Thread Chris McCormick
On Mon, Feb 19, 2007 at 12:18:20AM +0100, Tim Blechmann wrote:
 the loudest i want to produce, which works pretty good for my ears,
 except the fact, that 7 bit are just too little for an accurate volume
 control (at least for my ears).

But how great is that digital jumping sound you get from moving the
slider too fast as Pd catches up with all the midi messages![1] 8bit
tunes are so passé. 7bit ftw! ;)

Chris.

1. http://www.sciencegirlrecords.com/chr15m/music/CD004/search_and_rescue.mp3

---
[EMAIL PROTECTED]
http://mccormick.cx


signature.asc
Description: Digital signature
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list