19 Jan, 2015

1 commit


01 Nov, 2011

1 commit


05 Feb, 2009

1 commit


13 Aug, 2008

1 commit


13 May, 2008

1 commit

  • When the hardware wavetable synthesizer of an Creative SB Audigy or SB
    Live! card (with emu10k chip) receives the MIDI SOFT_PEADAL-press event
    (?? 67 127) the appropriate voice is attenuted. Unfortunately when the
    pedal is released (event ?? 67 0) the voice does not get it's original
    volume again.

    Boolean MIDI controls should interpret 0..63 as false and 64..127 as true.
    Thanks to Clemens Ladisch for review and correction.

    Original patch from "Uwe Kraeger"
    Submitted to http://bugs.debian.org/474312

    Signed-off-by: maximilian attems
    Cc: uwe_debbug@arcor.de
    Cc: Clemens Ladisch
    Signed-off-by: Takashi Iwai

    maximilian attems
     

20 Oct, 2007

1 commit


23 Jun, 2006

1 commit


03 Jan, 2006

2 commits


04 Nov, 2005

1 commit


30 Aug, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds