add more stuff to .gitignore
add contrib/o (thanks umbraticus)
fix the readme a bit
piper: add examples
piper: print error message when audio or recording fails
piper: fix recording
piper: add -r option to record audio
piper: add a dumb piano handler
piper: do setfcr as well
piper: use the other utils
piper mixer: fix stereo
piper: remove per-instance volume handling
increase max instances to 64
put utils and a440 to the root dir
dsp/piano: bikeshed the paths
piper: work with stereo instances
provide numin and numout when reading instance ctl file
ui: some forgotten update
dsp: add more missing stubs to math.h
dsp: setfcr to avoid exceptions
dsp: update for new faust
piper: show commands without orca involved
piper: provide more info and add an example
piper: use enum for memset
piper: mixer: limit output
piper: initialize nomixer properly
add vol command and dumb automixer
piper: don't set env mode for ay by default
ay: env period: stick to seconds as the unit
piper: add AY parts
piper: do not divide by 0
add piper to the main mkfile
add info on duration and bpm
piper: make kick drum work with orca
piper: add Inst struct to hold instance data
piper: instance allocation
piper: some more ideas
begin on the piper tool
add orca to the readme
more readme updates
make readme a bit more readable
dsp: remove extra cflags
update install instructions
dsp/mkfile: don't autoregenerate for now
begin the custom ui part
waveform: 64px-wide version
waveform: keep the faster version and optimize it more
waveform: (re)allocate image when size changes
waveform: faster version
add a very stupid waveform drawing code as a start
add automatic voice management system on the fs level, for now it's only enabled for the kick drum
dsp: add "clone" method, will need that for polyphony
split common logic out of AY and DSP
cfg: close group's fd
cfg: use dirreadall in order to have less fds
ay: add a stupid awk script to test AY with Orca
ay: reset dsp ctl command needs to reset the ui as well, add a note
ay: add "Hit" button to apply envelope changes
ui glue: reset on every declaration
ay: apply every change separately
ay: fix bounds and steps
ay: default to zx-spectrum ay-3-8912 frequency
uiglue: add userdata support for ui controls
ay: add tickhz as a command line argument
ay: fix initial values and step, add noise frequency
uiglue: reset on definition
rename ay38910 -> ay
provide a way to set custom readstr/writestr for UI elements
Merge commit '477f328c5b67cee80cb3ed43b3d5f58dc4b128f8'
Squashed 'microui/' changes from 664a525..3cb9c8f
dsp: update build to work on OpenBSD
cfg: update ivalue when reading an ui element
ay38910: fix wrong number of channels
ay38910: implement fs tree, no reg writes/reads yet though
dsp: set BIN in the mkfile
dsp: use thread funcs
dsp: turn more functions static
make Auxdsp private
cfg: used wrong checkbox state pointer
cfg: smaller (on axis Y) controls
move ui glue and aux to base
dsp: FAUSTFLOAT -> float
add license, apparently forgot about it