[PD] Controlling / looping a list of audio files loaded in by reading a text file.

2013-02-27 Thread Rick T
Greetings All I'm trying to control how a text file with a list of audio files in it are read/played. Example: I have a text file which is read and plays several audio files one right after the other till the end. I would like to have it read/play the text file list in reverse, forward, or loop

Re: [PD] Controlling / looping a list of audio files loaded in by reading a text file.

2013-02-27 Thread Rick T
...@4thharmonic.com wrote: Quoth Rick T, on 27/02/2013 09:04: Greetings All I'm trying to control how a text file with a list of audio files in it are read/played. Example: I have a text file which is read and plays several audio files one right after the other till the end. I would like

Re: [PD] Controlling / looping a list of audio files loaded in by reading a text file.

2013-02-27 Thread Rick T
Thanks that works great On Wed, Feb 27, 2013 at 5:27 AM, James Dunn ja...@4thharmonic.com wrote: Quoth Rick T, on 27/02/2013 15:13: Thanks I went to http://puredata.info/downloads/zexy to pull out the l2s.pd files to use and I couldn't find the pd files. Do they go by another name

Re: [PD] using puredata to play playlist gapless

2013-02-20 Thread Rick T
Thanks so much for the help it worked On Tue, Feb 19, 2013 at 11:11 PM, Roman Haefeli reduz...@gmail.com wrote: On Tue, 2013-02-19 at 20:57 -1000, Rick T wrote: Yes I have tried giving textfile a bang. Still no sound I'm not sure what you mean by the second response since I get sound

[PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
Greetings All I have a playlist file (songs.pls) that I would like to play gapless (without the 1 second pause between tracks) can puredata due this if so is there and example? Example of what's in my songs.pls file below please note I will have 1000's of 1 second audio files that I would like

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
-19 at 00:31 -1000, Rick T wrote: Greetings All I have a playlist file (songs.pls) that I would like to play gapless (without the 1 second pause between tracks) can puredata due this if so is there and example? It sounds doable to me. I'd do it with [textfile] reading your playlist which

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
tell me what I'm doing wrong Thanks. On Tue, Feb 19, 2013 at 12:08 PM, Roman Haefeli reduz...@gmail.com wrote: On Die, 2013-02-19 at 07:47 -1000, Rick T wrote: Yes I do have the ability to change the playlist file to a text file and alter it how it looks. The thing I'm looking

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
...@gmail.com wrote: Hi Rick I think you might need a semicolon at the end of each line in your text file: 001test.wav; 002test.wav; 003test.wav; Cheers Dafydd On Tue, Feb 19, 2013 at 8:22 PM, Rick T ratull...@gmail.com wrote: Thanks for all the help/suggestions but I still seem

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
something like open $1, 1. That'll turn into 2 messages: open 001test.wav and then 1. If the files are in the same directory as the patch, it should work (I think). Cheers Dafydd On Tue, Feb 19, 2013 at 9:06 PM, Rick T ratull...@gmail.com wrote: I had my hopes up but adding the semicolon

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
:22 PM, Dafydd Hughes dafyd...@gmail.com wrote: Have you nitride giving textile a bang after opening the file? Also, the test message should be connected straight to readsf~, not to the message - you should hear the file played then. On Tuesday, February 19, 2013, Rick T wrote: Ok I'm still

[PD] .43.4 and ubuntu 10.04 error / wont launch gui

2013-01-09 Thread Rick T
Greetings All I just installed puredata .43.4 ppa onto ubuntu 10.04 and I get this error and it won't launch the gui PUREDATA selection doesn't exist or form STRING not defined PUREDATA selection doesn't exist or form STRING not defined while executing selection get -selection PUREDATA

Re: [PD] .43.4 and ubuntu 10.04 error / wont launch gui

2013-01-09 Thread Rick T
:30 PM, Rick T wrote: Greetings All I just installed puredata .43.4 ppa onto ubuntu 10.04 and I get this error and it won't launch the gui PUREDATA selection doesn't exist or form STRING not defined PUREDATA selection doesn't exist or form STRING not defined while executing selection get

Re: [PD] .43.4 and ubuntu 10.04 error / wont launch gui

2013-01-09 Thread Rick T
On Wed, Jan 9, 2013 at 1:31 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 01/10/2013 00:13, Rick T wrote: Here's what comes back with no GUI vmpd@vmpd-desktop:~$ pd-extended priority 6 scheduling enabled. priority 8 scheduling enabled. jackd 0.118.0 could you try starting PdX

Re: [PD] .43.4 and ubuntu 10.04 error / wont launch gui

2013-01-09 Thread Rick T
Thanks That fixed it On Wed, Jan 9, 2013 at 2:17 PM, Hans-Christoph Steiner h...@at.or.at wrote: On 01/09/2013 06:44 PM, Rick T wrote: On Wed, Jan 9, 2013 at 1:31 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 01/10/2013 00:13, Rick T wrote: Here's what comes back with no GUI vmpd@vmpd

[PD] peaks and bringing them down to be more in line with the overall average of the signal

2012-11-24 Thread Rick T
Greetings All Sorry if this got posted twice the computer gremlins seem to be at if again I have a signal In which sharp peaks are produced. Is there a way for me to bring the amplitude of these peaks down to be more in line with the overall average of the signal? Link to image:

[PD] increasing and decreasing values using keyboard

2012-11-03 Thread Rick T
Greetings All I'm trying to see if their is a better way to increase and decrease values using the keyboard. At the moment the only way I've figured out to increase and decrease values using the keyboard is to 1) Create function for keyboard increasing value 2) Create function for keyboard

Re: [PD] increasing and decreasing values using keyboard

2012-11-03 Thread Rick T
Thanks that really does cut down on the clutter On Sat, Nov 3, 2012 at 9:08 AM, IOhannes m zmölnig zmoel...@iem.at wrote: On 11/03/2012 06:20 PM, Rick T wrote: Is th eir a better way to do this it seems convoluted. See attached PD maybe this: - add 1 to current sum whenever the user

Re: [PD] Using right, left, up, and down keyboard keys to toggle values

2012-10-21 Thread Rick T
, and see the number come out of [key]. The [key] help patch will show you, or just add a number box. .h On 10/20/2012 06:29 PM, Rick T wrote: Greetings All I can toggle using the space bar key to toggle but how do I assign the Right, Left, Down and Up arrow keys? Is there a PD chart

[PD] Using right, left, up, and down keyboard keys to toggle values

2012-10-20 Thread Rick T
Greetings All I can toggle using the space bar key to toggle but how do I assign the Right, Left, Down and Up arrow keys? Is there a PD chart with their numbers? [key] | [sel 32] | [tgl] Thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] convert bang to 1 else it's a 0

2012-10-14 Thread Rick T
Greetings All I'm trying to output a a number 0 every second (to a text file) unless a bang is sent, in which case a number 1 will be written to the text file instead of a zero. The problem I'm having is converting a bang into a number. I tried using moses but moses has no number for bang. Any

Re: [PD] convert bang to 1 else it's a 0

2012-10-14 Thread Rick T
That won't work because once you bang the message box with the number 1it stays at 1 and it doesn't go back to the number 0 On Sun, Oct 14, 2012 at 2:20 PM, Simon Iten itensi...@gmail.com wrote: Just connect the bang to a messagebox containing 1 ? On Oct 15, 2012 1:46 AM, Rick T ratull

Re: [PD] convert bang to 1 else it's a 0

2012-10-14 Thread Rick T
Thanks that worked On Sun, Oct 14, 2012 at 2:40 PM, Jaime Oliver jaime.oliv...@gmail.comwrote: many solutions that require a bit of imagination. check out the trigger object or see attached patch. J On Sun, Oct 14, 2012 at 8:25 PM, Rick T ratull...@gmail.com wrote: That won't work

Re: [PD] counting how many times an audio file is looped

2012-10-10 Thread Rick T
Thanks I've changed it to use Vline~ On Sat, Oct 6, 2012 at 12:54 AM, IOhannes m zmölnig zmoel...@iem.at wrote: On 10/06/2012 10:37 AM, Claude Heiland-Allen wrote: count the bangs that [tabplay~] will output via it's 2nd inlet. For long files, yes. probably for intermediate-sized

[PD] Shifting arrays (permutation)

2012-10-10 Thread Rick T
Greets All I was looking for a way to shift arrays (permutation) by samples Example: 0, 22050 1000( (will start from 0 and play 22050 samples for 1000msec) | vline~ | tabread4~ I want to play a series of shifted (permuted) waves loaded from an array one right after each other, but If I do a

Re: [PD] Shifting arrays (permutation)

2012-10-10 Thread Rick T
Thanks that fixed it On Wed, Oct 10, 2012 at 2:16 AM, Claude Heiland-Allen cla...@mathr.co.ukwrote: On 10/10/12 12:51, Rick T wrote: Greets All I was looking for a way to shift arrays (permutation) by samples (permutation generally refers to something more general than shifting

Re: [PD] Strange bug with cup and moses

2012-10-09 Thread Rick T
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-08 22:39, Rick T wrote: Link to youtube video that shows the strange behaviour http://www.youtube.com/watch?v=ZIlxj-MOR0c would you mind explaining what the strange behaviour is? personally i don't feel very interested in being

[PD] Strange bug with cup and moses

2012-10-08 Thread Rick T
Greetings All I'm running into a strange bug with cup and moses. I've tried it with ubuntu 12.04 64bit linux version .43.3 puredata. And with 10.04 64bit ubuntu linux .42.5 I've posted a youtube video along with the code to see if anybody knows how to fix this or know of a work around. Link

[PD] Convert numerical value to bang

2012-10-05 Thread Rick T
Greetings All Is their a way to convert numerical values to a bang? Example: a number 1-10 will be converted to a bang Thanks Rick ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] counting how many times an audio file is looped

2012-10-05 Thread Rick T
Greetings All I'm trying to count how may times an audio file is looped then cause it to stop after say 6 loops. 1) I plan on using the select object to compare the sample size (22050) to where the playing wav file is located 2) create a bang into cup object from the select object, this will

Re: [PD] counting how many times an audio file is looped

2012-10-05 Thread Rick T
outlet to control inlet phasor~ | *~ | vline~ (error: can't connect signal outlet to control inlet) | tabread4~ Thanks On Fri, Oct 5, 2012 at 11:42 AM, Charles Henry czhe...@gmail.com wrote: On Fri, Oct 5, 2012 at 4:25 PM, Rick T ratull...@gmail.com wrote: Greetings All I'm trying

Re: [PD] Convert numerical value to bang

2012-10-05 Thread Rick T
Thanks On Fri, Oct 5, 2012 at 12:03 PM, Jack j...@rybn.org wrote: Le 05/10/2012 22:27, Rick T a écrit : Greetings All Is their a way to convert numerical values to a bang? Example: a number 1-10 will be converted to a bang Thanks Rick

Re: [PD] counting how many times an audio file is looped

2012-10-05 Thread Rick T
different though. Vline works via messages and creates arbitrary ramps. E.g. From 0 to 44100 in 1000 ms. Phasor just ramps from 0 to 1 in a time you supply as a frequency. You then multiply it's output and feed the tabread On Oct 6, 2012 12:26 AM, Rick T ratull...@gmail.com wrote: Yes I am

[PD] Looping through an array a specific number of times

2012-10-04 Thread Rick T
Greetings All I'm trying to loop a wav file a specific number of times after I load it into an array and play it using tabread4~. I was going to use moses and a spigot and I found the loop object but it doesn't have any help information it's just another sub-patch. Is their another object I

[PD] Question on getting the amount of values in a table and setting table to zero

2012-10-04 Thread Rick T
Greetings All 1) I'm trying to find a way to get the total amount of values in a table. I found arraysize but that doesn't seem to give me the correct output Example: If I create a table with ; arrayx 0 .1 .3 .5 .3 .1 I'm trying to get the output to be 5 since there are 5 values in it. 2) I'm

[PD] getting sample rate of file loaded into an array

2012-10-03 Thread Rick T
Greetings All I load a wavefile into an array using openpanel but how can I go about getting the sample rate of the wav file? I'm trying to load the sample rate data into an expr object Example: expr (sample rate) / f$1 Aloha Rick ___ Pd-list@iem.at

Re: [PD] getting sample rate of file loaded into an array

2012-10-03 Thread Rick T
Thanks On Wed, Oct 3, 2012 at 1:45 PM, Patrice Colet colet.patr...@free.fr wrote: [ext13/wavinfo] or more complicated for the fun, with [mrpeach/binfile] and https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ it's attached ^^ Colet Patrice - Mail original - De: Rick

[PD] Concatenating floats

2012-10-01 Thread Rick T
Greetings All I'm trying export time to a file in the format MMDDhhmmss but it doesn't concatenate MM DD hh mm ss when I use the pack object. I can export the data to a file but how do I concatenate everything together so it outputs as MMDDhhmmss with no spaces in-between? Aloha

Re: [PD] Concatenating floats

2012-10-01 Thread Rick T
Thanks for the info but two issues that pop up when I try this are 1) when I use zexy date and time object there's no option for leading zeros if I split everything out as floats. 2) when I pipe the messagebox [ $1$2$3$4$5$6$7$8$9$10$11$12$13$14 ] into the | add $1 | textfile it just prints 0;

Re: [PD] Concatenating floats

2012-10-01 Thread Rick T
Thanks that made it work :-) Aloha On Tue, Oct 2, 2012 at 1:24 AM, Roman Haefeli reduz...@gmail.com wrote: On Mon, 2012-10-01 at 00:14 -1000, Rick T wrote: Greetings All I'm trying export time to a file in the format MMDDhhmmss but it doesn't concatenate MM DD hh mm ss when I

Re: [PD] pd-extended 0.42.5 packages for many Ubuntu releases, i386/amd64

2012-09-28 Thread Rick T
Greets Hans I'm testing your new version in ubuntu 12.04 64bit. However when I add the ppa and the deb line and do an sudo apt-get update the ubuntu software center does not find it. Any idea why? Aloha Rick On Fri, Sep 21, 2012 at 3:06 PM, Hans-Christoph Steiner h...@at.or.atwrote: Back

Re: [PD] pd-extended 0.42.5 packages for many Ubuntu releases, i386/amd64

2012-09-28 Thread Rick T
:07, Rick T wrote: Greets Hans I'm testing your new version in ubuntu 12.04 64bit. However when I add the ppa and the deb line and do an sudo apt-get update the ubuntu software center does not find it. Any idea why? Aloha Rick On Fri, Sep 21, 2012 at 3:06 PM, Hans-Christoph Steiner h

Re: [PD] Error installing Puredata from software center

2012-08-19 Thread Rick T
Thank you The command sudo apt-get install --reinstall puredata-doc worked Aloha Rick On Sat, Aug 18, 2012 at 8:44 AM, IOhannes m zmölnig zmoel...@iem.at wrote: sudo apt-get install --reinstall puredata-doc ___ Pd-list@iem.at mailing list

Re: [PD] Error installing Puredata from software center

2012-08-16 Thread Rick T
installing the doc's from the software center and it says I have to uninstall puredata. Thanks Rick On Mon, Aug 13, 2012 at 7:58 AM, IOhannes m zmölnig zmoel...@iem.at wrote: On 08/12/2012 03:51 AM, Rick T wrote: Greetings All I have ubuntu 12.04 64bit running xfce and I installed puredata

[PD] Error installing Puredata from software center

2012-08-11 Thread Rick T
Greetings All I have ubuntu 12.04 64bit running xfce and I installed puredata from the ubuntu software center and I get an error /usr/lib/puredata/tcl/pd-gui.tcl failes to execute child process no such file or directory. How can I fix this? Thanks ___

[PD] loading wave file and playing based on samples in wav file

2012-07-24 Thread Rick T
Greetings All I'm trying to load two 1 second mono wave files on a left and a right channel but have my midi controller control where the wav file starts playing/looping dynamically. An example would be if I want to have the channel start playing at 4000 samples it would start .5 seconds into

[PD] 1 second 44100 sample audio file into a wavetable

2011-12-20 Thread Rick T
Greetings All I have a Technical question about making a 1 second 44100 sample audio file into a wavetable. Can puredata do this? If so are there any examples? if not can someone recommend a program to use for this? Is this the correct way to do this? I'm not exactly sure I'm even using the

[PD] updating table is slow

2011-09-12 Thread Rick T
Greetings All I'm trying to update a table every second so I can see phase and frequency changes but it takes about 5 seconds to see the changes. How can I speed this up but still see a 1 second sample of the table? Also is there a way to show two signals on one graphical table? Like in the

[PD] Multiplying signal by complex number to create and see phase shift

2011-09-11 Thread Rick T
Greetings All I plan on adding a phase shift to a signal/a wave file I import which is easy enough mathematically example: if the signal is x=sin(2*pi*1*t) to do a phase shift I would just multiply x*e(-i*pi) which would phase shift the signal by 90 degrees. But how does one multiple signals by

[PD] Having trouble getting my external to work

2011-09-10 Thread Rick T
Greetings All I'm having trouble getting my external to work, It compiles with no errors and has 1 warning when I do a make but it completes successfully see warning below. cc -export_dynamic -shared -lc -lm -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -Wall -W -Wshadow

Re: [PD] Having trouble getting my external to work

2011-09-10 Thread Rick T
Thanks Martin that got rid of the xport warning message aloha Rick On Sat, Sep 10, 2011 at 11:45 AM, Martin Peach martin.pe...@sympatico.cawrote: It should be -export-dynamic, not -export_dynamic. Martin On 2011-09-10 17:34, Rick T wrote: Greetings All I'm having trouble getting my

Re: [PD] Having trouble getting my external to work

2011-09-10 Thread Rick T
: It should be -export-dynamic, not -export_dynamic. Martin On 2011-09-10 17:34, Rick T wrote: Greetings All I'm having trouble getting my external to work, It compiles with no errors and has 1 warning when I do a make but it completes successfully see warning below. cc -export_dynamic

Re: [PD] Having trouble getting my external to work

2011-09-10 Thread Rick T
I did a gcc -v and this is what came back. I'm using ubuntu 10.04 64bit Linux Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs

[PD] exporting text file and formatting question

2011-09-07 Thread Rick T
Greetings all I would like to export data to a text file every time the metro is banged with the format MMDDhhmmss, float, float, float I can create the data but the questions I have 1) I keep getting a write failed. 2) how can I get the commas between the values? 3) is there a way to do

[PD] Function generator / Signal Generator expr~ and cycle~

2011-09-06 Thread Rick T
Greetings All I'm trying to create a function generator that uses equations (small equations on this one.) and have the audio played and plotted. An example of an equation would be the sine wave equation y=a*sin(f*t+p)+v a=amplitude, f=frequency, t=time, p=phase, v=vertical offset. I looked up

Re: [PD] Function generator / Signal Generator expr~ and cycle~

2011-09-06 Thread Rick T
on connecting the $f1,$f2,$f4,$f5 variables to a usb midi controller to vary the values as the audio signal is played in realtime. Thanks On Tue, Sep 6, 2011 at 5:46 AM, Mathieu Bouchard ma...@artengine.ca wrote: On Tue, 6 Sep 2011, Rick T wrote: I looked up in the example and found cycle~ which said

[PD] importing / using large equation into expr command

2011-09-04 Thread Rick T
Greetings All I have 2 large equations that I would like to use with the expr command. Is it possible to import a text file into the expr command? Here's an example of one of the 2 equations http://dl.dropbox.com/u/6576402/questions/eq1.txt Basically it's a 1 second periodic signal with sample

Re: [PD] importing / using large equation into expr command

2011-09-04 Thread Rick T
is a text file, so you can just open your Pd patch in a text editor, and paste in the equation. But honestly with something that big, I think making a C external might be easier in the long run. .hc On Sep 4, 2011, at 9:22 AM, Rick T wrote: Greetings All I have 2 large equations that I would

Re: [PD] Gem VJ Tutorial patches

2011-09-04 Thread Rick T
Here's a basic video/example using GEM and Puredata. https://www.youtube.com/watch?v=XyS2M0mM5iA On Sun, Sep 4, 2011 at 8:39 AM, stéfan piat stefanp...@gmail.com wrote: hello, here are the links to the max neupert's tutorials http://www.uni-weimar.de/medien/wiki/Audiovideo

[PD] Appending two signals together to create a third

2011-09-01 Thread Rick T
Greetings All I have two signals Signal B and Signal C that I would like to append, which would create a joined signal called Signal D. I can create Signal B and Signal C but the questions I have is: I created a image that may help explain it better

[PD] PD and using L-systems with sound

2011-07-11 Thread Rick T
PD and using L-systems sound Greetings All I found a good tutorial that graphs and explains (axioms and Rules) but how would I convert the rules into Puredata audio logic? http://penguinpetes.com/b2evo/index.php?title=inkscape_tutorial_l_system_fractals I did find this but really couldn't see

[PD] increasing/decreasing frequency and phase shifting of imported wav audio file

2011-07-06 Thread Rick T
Greets All I'm trying to increase/decrease frequency and phase shift a wav file that I import. I realize that I most likely have to use fft. But I haven't been able to find an example of increasing/decreasing frequency and phase of a imported wav audio file numerically. Any suggestions? tia

[PD] watching PD tutorial video using vlc and running PD at same time sound issues

2011-07-05 Thread Rick T
Greetings All I'm using PD extended 0.42.5 and vlc 1.1.10 on Ubuntu 64 bit. I'm trying to play the tutorial videos in vlc while pd is running but the two seem to fight over the sound card and PD seems to win so I can't hear the PD tutorial audio. Is there a way that I can watch the pd video