Age | Commit message (Expand) | Author | Files | Lines |
2024-04-22 | applause.lua: fixed link to RTcmix | Robin Haberkorn | 1 | -1/+1 |
2024-04-21 | Stream:gnuplot() now takes an optional terminal parameter | Robin Haberkorn | 1 | -3/+6 |
2024-04-14 | minor documentation fix | Robin Haberkorn | 1 | -1/+1 |
2024-03-27 | replaced Stream:foreach() with Stream:iter() | Robin Haberkorn | 1 | -42/+47 |
2024-03-16 | Stream:gnuplot() now supports writing to an output filev0.1 | Robin Haberkorn | 1 | -2/+8 |
2024-01-29 | revised Stream:resample() - it takes a stream factor now, so you can control ... | Robin Haberkorn | 1 | -19/+64 |
2024-01-12 | Stream:gnuplot() supports plotting into Kitty terminals now | Robin Haberkorn | 1 | -0/+13 |
2023-12-19 | fft.lua: added support for Fourier analysis (FFT/IFFT) | Robin Haberkorn | 1 | -0/+1 |
2023-12-10 | added Stream:partition() operation | Robin Haberkorn | 1 | -0/+53 |
2023-12-10 | updated Jupyter notebook documentation after ILua forking | Robin Haberkorn | 1 | -2/+2 |
2023-11-23 | fixed playing of muxed streams and improved error reporting during Stream:play() | Robin Haberkorn | 1 | -5/+5 |
2023-11-16 | improved interruption (SIGINT, CTRL+C) support | Robin Haberkorn | 1 | -21/+27 |
2023-11-15 | Added Jupyter-support to Stream:gnuplot() | Robin Haberkorn | 1 | -1/+19 |
2023-09-19 | added Stream:print() for tracking control values streams | Robin Haberkorn | 1 | -0/+19 |
2023-09-16 | minor SubStream optimization | Robin Haberkorn | 1 | -9/+11 |
2023-09-15 | fixed SubStream of cached streams | Robin Haberkorn | 1 | -4/+11 |
2023-09-15 | documentation update | Robin Haberkorn | 1 | -2/+4 |
2023-09-13 | added LDoc documentation | Robin Haberkorn | 1 | -154/+864 |
2023-09-09 | Stream:jdump() prints less unrelated traces now | Robin Haberkorn | 1 | -2/+6 |
2023-09-09 | cache the value in simple value streams | Robin Haberkorn | 1 | -1/+3 |
2023-09-05 | sampleCache should be global so that the other Lua modules can access it dire... | Robin Haberkorn | 1 | -1/+1 |
2023-09-05 | moved common definitions into applause.h | Robin Haberkorn | 1 | -20/+5 |
2023-09-05 | libsndfile related classes moved into sndfile-stream.lua | Robin Haberkorn | 1 | -100/+1 |
2023-09-05 | factored out filters into filters.lua | Robin Haberkorn | 1 | -371/+1 |
2023-09-05 | MIDI stuff has been moved into midi.lua | Robin Haberkorn | 1 | -243/+1 |
2023-09-05 | MIDIStream is now an ordinary class that caches internally | Robin Haberkorn | 1 | -21/+15 |
2023-09-05 | Added HID support via Evdev | Robin Haberkorn | 1 | -6/+50 |
2017-10-21 | added DelayXStream (work in progress) | Robin Haberkorn | 1 | -1/+50 |
2017-01-26 | revised MIDI support | Robin Haberkorn | 1 | -95/+59 |
2017-01-26 | added DSSI support | Robin Haberkorn | 1 | -1/+1 |
2016-09-27 | fixed the minus, div, mod and pow operations for streams | Robin Haberkorn | 1 | -8/+27 |
2016-09-27 | MIDI primitive optimizations and added ntof() and fton() shortcuts | Robin Haberkorn | 1 | -11/+20 |
2016-09-26 | added LADSPA plugin host (LADSPAStream and Stream:LADSPA()) | Robin Haberkorn | 1 | -1/+9 |
2016-09-25 | fixed HPF, BPF and BRF filters and allow the quality factor to be a stream | Robin Haberkorn | 1 | -23/+17 |
2016-09-25 | added Stream:tonumber() and Stream:tostring() and simplified the __tostring m... | Robin Haberkorn | 1 | -7/+6 |
2016-09-25 | changed semantics of ZipStream (ie. multiply, add operators): the left stream... | Robin Haberkorn | 1 | -110/+149 |
2016-09-15 | fixed SawOsc and support a scalar phase argument for all oscillators | Robin Haberkorn | 1 | -13/+17 |
2016-09-15 | fixed multichannel SndfileStreams and :toplot() | Robin Haberkorn | 1 | -9/+11 |
2016-09-05 | added Stream:pan(), fixed typo in MuxableStream and improved InstrumentStream... | Robin Haberkorn | 1 | -3/+28 |
2016-09-03 | SndfileStream() supports raw files now, by passing through samplerate, channe... | Robin Haberkorn | 1 | -3/+20 |
2016-07-18 | fixed Stream:resample() | Robin Haberkorn | 1 | -1/+1 |
2016-07-04 | added ntom() and mton() for converting from note names to MIDI numbers and vi... | Robin Haberkorn | 1 | -15/+53 |
2016-07-04 | fixup: InstrumentStream | Robin Haberkorn | 1 | -4/+19 |
2016-07-03 | simplified code: the Streams.streams array is no longer mandatory | Robin Haberkorn | 1 | -79/+70 |
2016-07-03 | renamed Stream:tick() to Stream:gtick() | Robin Haberkorn | 1 | -58/+58 |
2016-07-03 | added InstrumentStream (Stream:instrument) | Robin Haberkorn | 1 | -0/+58 |
2016-06-05 | revised stream syncing: stream samples are cached now | Robin Haberkorn | 1 | -81/+65 |
2016-06-01 | added a few APLish unicode shortcuts for some of the primitives/Stream methods | Robin Haberkorn | 1 | -1/+7 |
2016-06-01 | implemented delay lines and echo effect | Robin Haberkorn | 1 | -0/+51 |
2016-01-25 | added line(), curve() and curves(): RTCmix-like "curve" generators | Robin Haberkorn | 1 | -0/+32 |