Changeset b061ef8
- Timestamp:
- Dec 1, 2007, 9:58:15 PM (17 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- a3a01e1
- Parents:
- 4123f16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified swig/aubio.i ¶
r4123f16 rb061ef8 175 175 176 176 /* scale */ 177 extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig 177 extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig); 178 178 extern void aubio_scale_set (aubio_scale_t *s, smpl_t ilow, smpl_t ihig, smpl_t olow, smpl_t ohig); 179 179 extern void aubio_scale_do(aubio_scale_t *s, fvec_t * input); … … 221 221 aubio_pitch_schmitt, 222 222 aubio_pitch_fcomb, 223 223 aubio_pitch_yinfft 224 224 } aubio_pitchdetection_type; 225 225 … … 238 238 239 239 aubio_pitchdetection_t * new_aubio_pitchdetection(uint_t bufsize, 240 241 242 243 244 240 uint_t hopsize, 241 uint_t channels, 242 uint_t samplerate, 243 aubio_pitchdetection_type type, 244 aubio_pitchdetection_mode mode); 245 245 246 246 … … 484 484 sint_t aubio_midi_player_join(aubio_midi_player_t* player); 485 485 sint_t aubio_track_send_events(aubio_track_t* track, 486 /* aubio_synth_t* synth, */487 488 486 /* aubio_synth_t* synth, */ 487 aubio_midi_player_t* player, 488 uint_t ticks); 489 489 sint_t aubio_midi_send_event(aubio_midi_player_t* player, aubio_midi_event_t* event); 490 490
Note: See TracChangeset
for help on using the changeset viewer.