aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
5 daysAppImage.yml: download tarball from git.fmsbw.deHEADmaster-fmsbw-cimasterRobin Haberkorn1-1/+1
5 daysAppImage.yml: removed the sudo - it won't work in the ubuntu22 podRobin Haberkorn1-1/+1
5 dayspoint to new home at https://git.fmsbw.de/applause2/Robin Haberkorn4-66/+39
2024-05-21added the Sheppard-Rice-Glissando example: this can also be run in batch modeRobin Haberkorn1-0/+52
2024-05-21AppImage: hopefully fixed launching the Jupyter notebookRobin Haberkorn1-1/+1
2024-05-21AppImage: fixed Jupyter and ILua modes on all but my own systemRobin Haberkorn1-6/+8
2024-05-21AppImage: possibly fixed the ILua and Jupyter modesRobin Haberkorn1-2/+4
2024-05-21README: added introduction and list of featuresRobin Haberkorn1-7/+35
2024-05-21nightly builds: website now has an index.html that shows the README.md by def...Robin Haberkorn1-3/+8
2024-05-21nightly builds: normalized the artefact file names and updated READMERobin Haberkorn2-9/+16
2024-05-21added a nightly builds workflowRobin Haberkorn1-0/+48
2024-05-20AppImages contain Jupyter notebook support nowRobin Haberkorn2-15/+44
2024-05-20added AppImage via pkg2appimageRobin Haberkorn3-6/+56
2024-05-20ilua-wrapper.sh: use realpath instead of readlinkRobin Haberkorn1-1/+1
2024-05-20detect libreadline via pkg-configRobin Haberkorn2-3/+2
2024-05-01format tables in LDoc via HTML instead of MarkdownRobin Haberkorn5-8/+19
2024-04-22applause.lua: fixed link to RTcmixRobin Haberkorn1-1/+1
2024-04-22libsndfile moved to Github and updated the format enum - it now supports MP3Robin Haberkorn2-2/+17
2024-04-21Stream:gnuplot() now takes an optional terminal parameterRobin Haberkorn1-3/+6
2024-04-14minor documentation fixRobin Haberkorn1-1/+1
2024-03-27replaced Stream:foreach() with Stream:iter()Robin Haberkorn3-45/+53
2024-03-16Stream:gnuplot() now supports writing to an output filev0.1Robin Haberkorn1-2/+8
2024-02-20ilua-wrapper: FreeBSD compatibilityRobin Haberkorn2-1/+3
2024-01-29updated README and TODORobin Haberkorn2-2/+7
2024-01-29revised Stream:resample() - it takes a stream factor now, so you can control ...Robin Haberkorn1-19/+64
2024-01-24evdev: access struct dirent via helper function applause_dirent_name() instea...Robin Haberkorn3-12/+10
2024-01-24README: mention some useful programsRobin Haberkorn2-3/+9
2024-01-22README: documented some FreeBSD tweaksRobin Haberkorn2-8/+32
2024-01-12Stream:gnuplot() supports plotting into Kitty terminals nowRobin Haberkorn2-0/+15
2024-01-12minor FreeBSD compatibility fixes and documentationRobin Haberkorn4-5/+15
2023-12-19added example for pitch tracking via FFTRobin Haberkorn4-2/+80
2023-12-19updated TODORobin Haberkorn1-1/+25
2023-12-19fft.lua: documented moduleRobin Haberkorn2-41/+146
2023-12-19fft.lua: added Hann(ing) window functionRobin Haberkorn1-2/+15
2023-12-19added a free sample to be used with the FFT examplesRobin Haberkorn4-9/+705
2023-12-19added FFT Jupyter notebookRobin Haberkorn2-1/+2155
2023-12-19fft.lua: added support for Fourier analysis (FFT/IFFT)Robin Haberkorn4-1/+347
2023-12-10added Stream:partition() operationRobin Haberkorn1-0/+53
2023-12-10updated Jupyter notebook documentation after ILua forkingRobin Haberkorn2-20/+11
2023-11-23fixed playing of muxed streams and improved error reporting during Stream:play()Robin Haberkorn1-5/+5
2023-11-16improved interruption (SIGINT, CTRL+C) supportRobin Haberkorn6-94/+192
2023-11-15Added Jupyter notebook exampleRobin Haberkorn2-4/+425
2023-11-15Added Jupyter-support to Stream:gnuplot()Robin Haberkorn1-1/+19
2023-11-15Jupyter integration improvements: support $APPLAUSE_OPTS and document how to ...Robin Haberkorn3-11/+15
2023-11-12documented how to run Applause in Jupyter Consoles and NotebooksRobin Haberkorn3-0/+80
2023-11-12support running scripts in batch modeRobin Haberkorn2-38/+67
2023-09-29added Stream:CCrel() for interpreting relative CC controllers (for instance e...Robin Haberkorn1-4/+51
2023-09-26Stream:CC14() added, Stream:CC() outputs normalized values, got rid of Stream...Robin Haberkorn2-47/+64
2023-09-26Stream:evrel(): scale output values only once per eventRobin Haberkorn1-7/+8
2023-09-22EvdevStream:new() fixed opening device by nameRobin Haberkorn1-11/+43