|
Blog
|
|
|
|
|
hXmixer for FreeBSD
Posted
Monday, April 20th 2015 in
FreeBSD, Programming -
Permalink
I have created a simple mixer application using Haskell and the Gtk 3 bindings. It allows the user to quickly and easily adjust the audio volumes for every channel type on FreeBSD.

To install the application, make sure you have the ports gtk3 , ghc , and hs-cabal-install installed. Then, simply enter:
% cabal update
% cabal install gtk2hs-buildtools
% cabal install hXmixer
|
|
|