Changeset 8750bbd
- Timestamp:
- Dec 7, 2013, 5:40:07 PM (11 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:
- fdd5315
- Parents:
- 912f343
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/wavetable.h
r912f343 r8750bbd 111 111 112 112 \param o wavetable, created by ::new_aubio_wavetable 113 \param playing 0 for not playing, 1 for playing114 113 115 114 \return 0 if successful, 1 otherwise … … 118 117 uint_t aubio_wavetable_play ( aubio_wavetable_t * o ); 119 118 120 /** stop sample from start119 /** stop sample 121 120 122 121 \param o wavetable, created by ::new_aubio_wavetable 123 \param playing 0 for not playing, 1 for playing124 122 125 123 \return 0 if successful, 1 otherwise … … 131 129 132 130 \param o wavetable, created by ::new_aubio_wavetable 133 \param playing 0 for not playing, 1 for playing131 \param freq new frequency value for the wavetable 134 132 135 133 \return 0 if successful, 1 otherwise … … 150 148 151 149 \param o wavetable, created by ::new_aubio_wavetable 152 \param playing 0 for not playing, 1 for playing150 \param amp new amplitude value for the wavetable 153 151 154 152 \return 0 if successful, 1 otherwise
Note: See TracChangeset
for help on using the changeset viewer.