You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
music-synthesizer-for-android/cpp/src
Raph Levien 85850e22b1 Add NEON biquad implementation 11 years ago
..
SynthApp Explicit unpack of dx7 patches 12 years ago
SynthApp.xcodeproj Add beginnings of lfo, fast exp 12 years ago
core.xcodeproj Add beginnings of lfo, fast exp 12 years ago
SynthApp.gyp Initial commit of C++ synth codebase 13 years ago
aligned_buf.h Add NEON accelerated FM kernel 12 years ago
android_glue.cc Rename package to com.levien.synthesizer 12 years ago
controllers.h Add pitch bend control 12 years ago
core.gyp Implement log2 function 12 years ago
dx7note.cc Add pitch bend control 12 years ago
dx7note.h Add pitch bend control 12 years ago
env.cc Add detune, other note improvements 12 years ago
env.h Add detune, other note improvements 12 years ago
exp2.cc Add tanh function 12 years ago
exp2.h Add tanh function 12 years ago
fir.cc Half-rate FIR implementation 11 years ago
fir.h Half-rate FIR implementation 11 years ago
fm_core.cc Pitch envelope 12 years ago
fm_core.h Add NEON accelerated FM kernel 12 years ago
fm_op_kernel.cc Neon detection 11 years ago
fm_op_kernel.h Initial commit of C++ synth codebase 13 years ago
freqlut.cc Remove STL dependency, enable all ABI's. 13 years ago
freqlut.h Initial commit of C++ synth codebase 13 years ago
lfo.cc Add pitch LFO 12 years ago
lfo.h Add pitch LFO 12 years ago
log2.cc Implement log2 function 12 years ago
log2.h Implement log2 function 12 years ago
main.cc Add tanh function 12 years ago
main.gyp Initial commit of C++ synth codebase 13 years ago
module.h Add resonant filter to C++ synth 13 years ago
neon_fir.s Half-rate FIR implementation 11 years ago
neon_fm_kernel.s Neon detection 11 years ago
neon_iir.s Add NEON biquad implementation 11 years ago
neon_ladder.s Neon detection 11 years ago
patch.cc Explicit unpack of dx7 patches 12 years ago
patch.h Explicit unpack of dx7 patches 12 years ago
pitchenv.cc Add tanh function 12 years ago
pitchenv.h Calibrate pitch envelope 12 years ago
resofilter.cc Neon detection 11 years ago
resofilter.h Neon-optimized ladder filter 12 years ago
ringbuffer.cc Add timestamp stats gathering 12 years ago
ringbuffer.h Add timestamp stats gathering 12 years ago
sawtooth.cc Remove STL dependency, enable all ABI's. 13 years ago
sawtooth.h Initial commit of C++ synth codebase 13 years ago
sin.cc Fix build breakage of Mac Cocoa app. 13 years ago
sin.h Initial commit of C++ synth codebase 13 years ago
synth.h Neon detection 11 years ago
synth_unit.cc Neon-optimized ladder filter 12 years ago
synth_unit.h Implement overdrive in resonant filter 12 years ago
test_filter.cc Add NEON biquad implementation 11 years ago
test_neon.cc Neon-optimized ladder filter 12 years ago
test_ringbuffer.cc Initial commit of C++ synth codebase 13 years ago
wavout.cc Initial commit of C++ synth codebase 13 years ago
wavout.h Initial commit of C++ synth codebase 13 years ago