index
:
applause2
inputstream
master
Luajit-based synthesizer based on a stream algebra
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-03
SyncedStream optimization: Allow streams to be reused within one stream graph...
Robin Haberkorn
3
-64
/
+162
2016-01-03
preliminary (broken) client forking support
Robin Haberkorn
2
-9
/
+122
2015-12-31
support only LuaJIT and use some additional (insignificant) optimizations
Robin Haberkorn
3
-9
/
+10
2015-12-31
fixed potential segfaults in MIDI processing & 1-based channels
Robin Haberkorn
2
-17
/
+28
2015-12-31
implemented basic support for MIDI NOTE ON/OFF events
Robin Haberkorn
2
-30
/
+218
2015-11-04
added simple support for MIDI CC commands
Robin Haberkorn
3
-3
/
+144
2015-11-03
enforce minimum buffer size for lua<->realtime communication based on jack_ge...
Robin Haberkorn
1
-2
/
+17
2015-11-03
fixed ZipStream for non-stream operands (like numbers)
Robin Haberkorn
1
-1
/
+2
2015-11-03
fixed semaphore for realtime<->lua thread synchronization
Robin Haberkorn
1
-8
/
+16
2015-11-03
allow Stream:play() to be interrupted by CTRL+C
Robin Haberkorn
1
-1
/
+35
2015-11-03
ring buffer size is configurable now via ./applause command-line parameter in...
Robin Haberkorn
1
-9
/
+32
2015-11-03
synchronize buffer access via System V semaphore
Robin Haberkorn
1
-10
/
+74
2015-11-03
report buffer underruns
Robin Haberkorn
1
-6
/
+23
2015-05-03
changed semantics of the __call metamethod: create VectorStream
Robin Haberkorn
1
-18
/
+25
2015-04-30
added Stream.save() and SndfileStream based on FFI wrapper around libsndfile
Robin Haberkorn
2
-0
/
+253
2015-04-30
use LuaJIT's FFI instead of lposix library for clock_gettime()
Robin Haberkorn
1
-5
/
+33
2015-04-30
added RavelStream and minor changes to make streams of non-numbers possible
Robin Haberkorn
1
-5
/
+68
2015-04-28
optimizations, scalar operations and ZipStream as an abstraction of stream op...
Robin Haberkorn
1
-138
/
+211
2015-04-20
resample() and toplot() methods
Robin Haberkorn
1
-0
/
+49
2015-04-20
added bit-crusher effect
Robin Haberkorn
1
-0
/
+6
2015-04-20
filters: handle input streams shorter than the frequency stream
Robin Haberkorn
1
-18
/
+24
2015-04-20
filtering: handle frequency streams short than the input stream
Robin Haberkorn
1
-4
/
+16
2015-04-20
added filter streams adapted from ChucK and revised wave form functions
Robin Haberkorn
1
-19
/
+373
2015-04-11
stop garbage collector temporarily during play()
Robin Haberkorn
1
-1
/
+16
2015-04-11
added custom interactive Lua interpreter for evaluating applause expressions
Robin Haberkorn
4
-1
/
+307
2015-04-09
additional useful stream operations
Robin Haberkorn
1
-13
/
+54
2015-04-07
replaced co-routine based implementation with closures
Robin Haberkorn
1
-72
/
+153
2015-04-07
initial commit based on coroutines
Robin Haberkorn
1
-0
/
+462
[prev]