Re: [PD] Transposing samples using MIDI numbers

2011-09-13 Thread Quim Llimona
There's a number of ways to transpose a table... the [tabread4~] object allows you to change the speed, right. If you want to change the pitch but not the duration (pitch-shifting + time-streching) there're spectral objects that can do it. You can also have a look at the audio example G09, pitch-s

Re: [PD] Transposing samples using MIDI numbers

2011-09-12 Thread Ingo
You need to use [mtof] to convert the midi note number to the frequency first. [tabread4~] allows variable readout speed to play back transposed samples. Check the docs for some examples of [tabread4~] and samplers (3.audio.examples/B...). Ingo > Is there a way to transpose the sound of a sample

[PD] Transposing samples using MIDI numbers

2011-09-12 Thread Sebastian Valenzuela
Hi, Is there a way to transpose the sound of a sample [stored in a table] to match a pitch/midi note number? In my project, when a sample is played back [using tabplay~] I would like something to tune that sample to say, midi note 69 or A 440. I would like to be able to send this number to the tra