aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-07-18fixed Stream:resample()Robin Haberkorn1-1/+1
2016-07-04added ntom() and mton() for converting from note names to MIDI numbers and vi...Robin Haberkorn1-15/+53
2016-07-04fixup: InstrumentStreamRobin Haberkorn1-4/+19
2016-07-03simplified code: the Streams.streams array is no longer mandatoryRobin Haberkorn1-79/+70
2016-07-03renamed Stream:tick() to Stream:gtick()Robin Haberkorn1-58/+58
2016-07-03added InstrumentStream (Stream:instrument)Robin Haberkorn1-0/+58
2016-06-05revised stream syncing: stream samples are cached nowRobin Haberkorn1-81/+65
2016-06-01added a few APLish unicode shortcuts for some of the primitives/Stream methodsRobin Haberkorn1-1/+7
2016-06-01implemented delay lines and echo effectRobin Haberkorn1-0/+51
2016-01-26allow client connections to be terminated prematurelyRobin Haberkorn2-11/+81
2016-01-25fixed command server: unterminated stringRobin Haberkorn1-1/+2
2016-01-25added line(), curve() and curves(): RTCmix-like "curve" generatorsRobin Haberkorn1-0/+32
2016-01-25added DupMux() function and Stream:dupmux() methodRobin Haberkorn1-7/+19
2016-01-25added brown and pink noise streamsRobin Haberkorn1-3/+79
2016-01-25multi-channel stream supportRobin Haberkorn3-195/+503
2016-01-12added history support: it is saved in .applause_history of the current workin...Robin Haberkorn1-3/+17
2016-01-12make applause.lua reloadable using the reload() global functionRobin Haberkorn1-3/+18
2016-01-12fixed memory leaking in Stream:play() due to garbage collector disablingRobin Haberkorn1-10/+11
2016-01-12added Stream:foreach(), Stream:pipe() and Stream:gnuplot() methodsRobin Haberkorn1-20/+52
2016-01-07improve error messages in case loading applause.lua failsRobin Haberkorn1-4/+8
2016-01-07use the LuaJIT FFI interface for the MIDI streamsRobin Haberkorn2-63/+104
2016-01-05flush LuaJIT compiled code cache before executing commandsRobin Haberkorn2-0/+19
2016-01-05rewritten Stream:play() as a Lua functionRobin Haberkorn3-117/+117
2016-01-04added a simple server functionality and some SciTECO macros to interface itRobin Haberkorn2-39/+230
2016-01-04support the "=" shortcut at the beginning of lines (to print expressions) and...Robin Haberkorn1-3/+48
2016-01-04fixed stream resetting for the IndexStream and filter streamsRobin Haberkorn1-19/+26
2016-01-04major class system revision: Support :instanceof(), dedicated ctor() methods ...Robin Haberkorn1-74/+156
2016-01-04allow constructors to return other things than class instancesRobin Haberkorn1-3/+3
2016-01-04added RepeatStream: allows you to repeat some stream for a number of times (o...Robin Haberkorn1-0/+33
2016-01-03fixed optimizations for multiple consecutive arithmetic operatorsRobin Haberkorn1-18/+16
2016-01-03SyncedStream optimization: Allow streams to be reused within one stream graph...Robin Haberkorn3-64/+162
2016-01-03preliminary (broken) client forking supportRobin Haberkorn2-9/+122
2015-12-31support only LuaJIT and use some additional (insignificant) optimizationsRobin Haberkorn3-9/+10
2015-12-31fixed potential segfaults in MIDI processing & 1-based channelsRobin Haberkorn2-17/+28
2015-12-31implemented basic support for MIDI NOTE ON/OFF eventsRobin Haberkorn2-30/+218
2015-11-04added simple support for MIDI CC commandsRobin Haberkorn3-3/+144
2015-11-03enforce minimum buffer size for lua<->realtime communication based on jack_ge...Robin Haberkorn1-2/+17
2015-11-03fixed ZipStream for non-stream operands (like numbers)Robin Haberkorn1-1/+2
2015-11-03fixed semaphore for realtime<->lua thread synchronizationRobin Haberkorn1-8/+16
2015-11-03allow Stream:play() to be interrupted by CTRL+CRobin Haberkorn1-1/+35
2015-11-03ring buffer size is configurable now via ./applause command-line parameter in...Robin Haberkorn1-9/+32
2015-11-03synchronize buffer access via System V semaphoreRobin Haberkorn1-10/+74
2015-11-03report buffer underrunsRobin Haberkorn1-6/+23
2015-05-03changed semantics of the __call metamethod: create VectorStreamRobin Haberkorn1-18/+25
2015-04-30added Stream.save() and SndfileStream based on FFI wrapper around libsndfileRobin Haberkorn2-0/+253
2015-04-30use LuaJIT's FFI instead of lposix library for clock_gettime()Robin Haberkorn1-5/+33
2015-04-30added RavelStream and minor changes to make streams of non-numbers possibleRobin Haberkorn1-5/+68
2015-04-28optimizations, scalar operations and ZipStream as an abstraction of stream op...Robin Haberkorn1-138/+211
2015-04-20resample() and toplot() methodsRobin Haberkorn1-0/+49
2015-04-20added bit-crusher effectRobin Haberkorn1-0/+6