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/core.gyp

28 lines
512 B

{
'targets': [
{
'target_name': 'core',
'type': 'static_library',
'sources': [
'dx7note.cc',
'env.cc',
'exp2.cc',
'fm_core.cc',
'fm_op_kernel.cc',
'freqlut.cc',
'lfo.cc',
'log2.cc',
'patch.cc',
'pitchenv.cc',
'resofilter.cc',
'ringbuffer.cc',
'sawtooth.cc',
'sin.cc',
'synth_unit.cc',
'test_ringbuffer.cc',
],
'include_dirs': ['.'],
},
],
}