• By default ALL software is GPL, if you need something else email me I'll take a future version and release it as something else before I "GPL" it.
  • Abram's UNIX Sound System (Latest Version)
    This is the latest version of Abram's Unix Sound System, it actually works has lots of great little programs. You can download it off source forge too at http://auss.sourceforge.net/
    Abram's UNIX Sound System
    The inital unix sound system. I think I'll rename it to Abrams Sound System. Basically use pipes and sockets as patch cables between programs. The idea is that all programs which use it write sound to stdout and take in sound from stdin. THis way you filter and alter the sound with as many processes and programs as you want.
  • Enveloper (JAR)(13K)
    JAR Version of Enveloper, makes graphical envelopes and output a perl equivilant.

    Enveloper (tgz)(9K)
    Enveloper TGZ version.

  • Keyboard (tgz)(20K)
    Perl Key To Event mapper with easy to write config files
  • ABeZ Looper (tgz)(5K)
    Allows you to record 9 loops at once and play them. VERY SIMPLE Interface with BIG Buttons. Great for looping sounds from an input stream.
  • (20020630) Abram's Csound Sequencer(tgz)(169K)
    (20020603) Abram's Csound Sequencer(tgz)(44K)

    This is my sequencer. I use it alot. It sends realtime stdin commands to CSOUND. Basically it requires you orc to work certain, I prefer to make the orc instruments sensitive to duration. Which is always fun. This also contains my reverbpanel which used to perform live. Needs java.

  • Abram's FFT Spectral Drawer(tgz)(71K)

    71040 bytes (includes source and class files); This program is pretty neat, it allows the user to draw the spectrum of a sound. The bottom of the screen is low tones, the top of the screen is higher tones. You can make neat sounds with it. I recommend expirementing with diagonal slashes, they sound spiffy. It's in java and need 1.3 to run. Actually every thing here needs java 1.3 to run. Be sure to set your classpath to .
    java fftdriver
    that's how you run it.
    Oh yes drawer (draw er)is also included (it's crappy) but it's interesting to play with.
    java drawer
    BTW these programs were made for Abram Hindle, and Abram Hindle alone, they never were intended to be used by anyone else. You're welcome to use them, I'm just warning you that they are very rough prototypes.

  • Abram's Table Editor (0.1) (tar.gz)(11K)

    Inital Release of my table editor, you can edit tables in csound using this. Hopefully it spurs an FLTK widget which can do the same thing although this works pretty well. Using the mouse you too can edit tables with the mouse makes waveguides fun!

  • Perl Table Editor (alpha)
    Edits table automatically like the Table Editor except is algorithmically altered. Algorithmic Generation.
  • Joystick Input
    Uses perl and outputs commands when the joystick changes values.
  • Make Drum Machine Orc
    Uses Csound, generates orchestras which are similar to drum machines or samplers. Large array of samples to be played at any time.