Re: [PD] Wich licence?

2014-02-18 Thread Mario Mey
, Jonathan Wilkes wrote: On 02/15/2014 03:14 PM, olm-e wrote: On 15/02/14 20:53, pd-list-requ...@iem.at wrote: Date: Sat, 15 Feb 2014 16:52:58 -0300 From: Mario Mey mario...@gmail.com Subject: Re: [PD] Wich licence? To: pd-list@iem.at Message-ID: 52ffc59a.4030...@gmail.com Content-Type: text/plain

Re: [PD] Wich licence? (MEH-SYSTEM on OSX)

2014-02-15 Thread Mario Mey
From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of Mario Mey [mario...@gmail.com] Sent: Friday, February 14, 2014 8:16 AM To: pd-list Subject: [PD] Wich licence? I made a Multi-FX Looper called MEH-SYSTEM, posted in PD Forum: http

Re: [PD] Wich licence?

2014-02-15 Thread Mario Mey
On 14/02/14 15:45, Jonathan Wilkes wrote: How would that be any different than spyware? -Jonathan Haha! Good point! Thanks everybody for the answers. I took a look to Matt Davey's DIY2 effects and he put no license txt file on its folder. Maelstorm mmb libraries have no license too... My

[PD] Wich licence?

2014-02-14 Thread Mario Mey
I made a Multi-FX Looper called MEH-SYSTEM, posted in PD Forum: http://puredata.hurleur.com/viewtopic.php?pid=37430 I want to put a license to it. Where should I get information about types of licences? I don't think in any restriction... I only would want to know where, when, how and

Re: [PD] sync metronome to recording an audio track

2013-12-03 Thread Mario Mey
Hi, Ron. I made a Multi-FX Looper Machine (MEH-SYSTEM) with KP3 recording looping style and LOOP-STATION one too (different ways of recording and looping, http://www.youtube.com/watch?v=2KIj7O_N3gU, in spanish, sorry) When checking synching, I realized that, when some sample (previously

Re: [PD] Run bash script from Puredata?

2013-11-29 Thread Mario Mey
On 28/11/13 20:52, yvan volochine wrote: On 28/11/13 22:01, Mario Mey wrote: I got rid of the intermediate script. Using [shell], I launch directly the script that will close and reopen everything. Simplier now! great! I do a circus show, with comedy, juggling and beatbox. sounds cool. (I

Re: [PD] Auto-minimize Pd-window?

2013-11-28 Thread Mario Mey
Thanks, man! I'll use 2: * hiding the main Pd-window * quit Pd when a patch window is closed If I want to see Pd-window again, I press Ctrl-R. On 28/11/13 05:25, IOhannes m zmölnig wrote: On 2013-11-28 05:16, Mario Mey wrote: LINUX. I would want to start my patch without pd

[PD] Run bash script from Puredata?

2013-11-27 Thread Mario Mey
I want to run a bash script (file.sh) from inside PureData, on Linux. I do this on Python, using subprocess.Popen(['/home/mario/script1.sh']). *More information of what I'm looking for:* 'script1.sh' has 'gnome-terminal -e /home/mario/script2.sh' inside. So, a console terminal is opened

Re: [PD] Run bash script from Puredata?

2013-11-27 Thread Mario Mey
Found: [shell] On 27/11/13 19:33, Mario Mey wrote: I want to run a bash script (file.sh) from inside PureData, on Linux. I do this on Python, using subprocess.Popen(['/home/mario/script1.sh']). *More information of what I'm looking for:* 'script1.sh' has 'gnome-terminal -e /home/mario

Re: [PD] Run bash script from Puredata?

2013-11-27 Thread Mario Mey
On 27/11/13 19:51, yvan volochine wrote: On 27/11/13 23:33, Mario Mey wrote: I want to run a bash script (file.sh) from inside PureData, on Linux. I do this on Python, using subprocess.Popen(['/home/mario/script1.sh']). *More information of what I'm looking for:* 'script1.sh' has 'gnome

[PD] Auto-minimize Pd-window?

2013-11-27 Thread Mario Mey
LINUX. I would want to start my patch without pd window... or hidded or minimized. I can't do it by wmctrl, because it can't minimize windows... it just can send to back (below). If there any startup option or any command to hide/minimize that window? I know -nogui option, but it is not

Re: [PD] vocoder with pitch.

2013-10-10 Thread Mario Mey
, Òscar Martínez Carmona xamp...@gmail.com wrote: What about extracting the voice pitch with something like [fiddle~] and feed it to the synth? El dimecres 9 d’octubre de 2013, Mario Mey ha escrit: I listen to some vocoders in Pd and I stayed with rjdj's one. I realized that vocoder works

Re: [PD] vocoder with pitch.

2013-10-10 Thread Mario Mey
' but it is 'in your hands'. Regards, Julian On 10 October 2013 12:13, Mario Mey mario...@gmail.com mailto:mario...@gmail.com wrote: El 10/10/13 07:05, Patrice Colet escribió: Hello, pitch doesn't come from voice at all in these kinds of sounds, but from a keyboard, Thanks

[PD] vocoder with pitch.

2013-10-09 Thread Mario Mey
I listen to some vocoders in Pd and I stayed with rjdj's one. I realized that vocoder works in a single note synth or various notes, doing a harmonious sound. But it is always the same sound. Is it possible to detect the pitch of the voice and use that to feed vocoder? As playing a synth with

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
Sorry, guys, for entering in this thread without reading all the mails. But I want to ask you something. I use readsf~ to read a speaking recorded files, sounds and songs (some songs are 3 or 5 minutes long, but there's one of 20, so, I thought readsf~ was better that put the files into

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
El 09/10/13 14:07, Jack escribió: Hello, Le 09/10/2013 18:20, Mario Mey a écrit : Sorry, guys, for entering in this thread without reading all the mails. But I want to ask you something. I use readsf~ to read a speaking recorded files, sounds and songs (some songs are 3 or 5 minutes long

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
El 09/10/13 18:08, IOhannes m zmölnig escribió: On 10/09/13 20:49, Mario Mey wrote: Sorry, I meant that I wanted to know the *time position* of the file, while playing. I know that I can put a [timer] and reset-activate it when readsf~ starts playing, but I would be great if readsf~ use

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread Mario Mey
- output left 2- output right 3- status (symbol): loaded, playing, paused, stopped. 4- minutes (int) 5- seconds (int) 6- miliseconds (int) 7- time position minutes:seconds (symbol). When I use this and check it is version 1.0, I'll upload to forum. El 09/10/13 22:05, Mario Mey escribió: El 09/10

Re: [PD] tanh() or a compressor?

2013-10-01 Thread Mario Mey
if I am very wrong? Is the math correct? As when writting the arrays to disk, Pd has to normalized them to 1, I can't see really the difference in a sound editor, between the original and the compressed one. On Mon, Sep 30, 2013 at 3:35 PM, Mario Mey mario...@gmail.com mailto:mario

Re: [PD] tanh() or a compressor?

2013-10-01 Thread Mario Mey
How does Pd or the soundcard outputs the signal 1? Does it compress it? I started this thread because I saw the high peaks in an array... but I never listened the sound distorted. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] ANN: pd-l2ork v.20130920 released

2013-09-30 Thread Mario Mey
enabled. Btw what version of Ubuntu are you using? Albert Graef has a launchpad with all these packages built for newer versions of Ubuntu. HTH On Sep 25, 2013 8:01 AM, Mario Mey mario...@gmail.com mailto:mario...@gmail.com wrote: I would like to try pd-l2ork... but, when I try to install

[PD] tanh() or a compressor?

2013-09-30 Thread Mario Mey
Now, I am checking volumes of my looper patch. I had to raise [*~ 4] the volume of the mic, to get a razonable volume, compared to a song file, for example. But, using this looper patch, I make beatbox. So, kicks and snares from my mouth get in the mic. And, using a visual array to test it, I

Re: [PD] tanh() or a compressor?

2013-09-30 Thread Mario Mey
. In that moment, I'll check again volumes. Mensaje original Asunto: tanh() or a compressor? Fecha: Mon, 30 Sep 2013 16:35:43 -0300 De: Mario Mey mario...@gmail.com Para: pd-list pd-list@iem.at Now, I am checking volumes of my looper patch. I had to raise [*~ 4

Re: [PD] Trying to fix error messages

2013-09-27 Thread Mario Mey
Try: - Using [import mrpeach] somewhere in your patch (if externals are in the correct path to Pd) - Adding the folder mrpeach in Preferences menu. - Or, also possible... copying mrpeach folder in your patch folder and use [mrpeach/unpackOSC] (if it is the only external you have problems

Re: [PD] ANN: pd-l2ork v.20130920 released

2013-09-25 Thread Mario Mey
I would like to try pd-l2ork... but, when I try to install .deb, Ubuntu Software Center tell me that it couldn't find libstk0-dev. When I try to install it, in Synaptic, the installation ask me to uninstall almost my audio applications. I remember something like this when I tried to change

Re: [PD] PLEASE HELP WITH EQ BUILDING

2013-09-23 Thread Mario Mey
Good thread about EQ: http://puredata.hurleur.com/sujet-1687.html El 22/09/13 15:19, Luca Mani escribió: Hello does anybody knows how to build a 3 bands eq with the following adjustable parameters: FREQUENCY, GAIN +- and Q? Or has a couple of examples to show me please ? Thanks

[PD] [change] bug?

2013-09-23 Thread Mario Mey
If i create [change] and send it a [0(, it outputs nothing. It seems like it has already the 0 value initiated. I think [change] should not work like this... ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [change] bug?

2013-09-23 Thread Mario Mey
fix (with [* -1]). Thanks everyone. El 23/09/13 15:45, Jonathan Wilkes escribió: From: Alexandre Torres Porres por...@gmail.com To: Mario Mey mario...@gmail.com Cc: pd-list pd-list@iem.at Sent: Monday, September 23, 2013 12:13 PM Subject: Re: [PD] [change

Re: [PD] [change] bug?

2013-09-23 Thread Mario Mey
El 23/09/13 21:22, yvan volochine escribió: On 23/09/13 20:45, Jonathan Wilkes wrote: You can make your own version of that by first sending a copy of the incoming value through a spigot: [spigot 1] | [* -1] | [set $1( | [change] Then set the right inlet of [spigot] to zero and send the

[PD] puredata.info strange behaviour using Google.

2013-09-19 Thread Mario Mey
Everytime I visit puredata.info through google, every d and com in the page are highlighted in yellow. If I refresh (F5) the page, it is the same. But, if I click in address and press Enter, the highlight dissappear. I think it is something in POST... If I search pure data 0.44, then I click

[PD] Sum of delays...

2013-09-19 Thread Mario Mey
I was guessing... if I made a sum of delays using so many send~ / receive~ and throw~ / catch~... For a full use of my patch (mic input - FX-A - FX-B - output), I have this structure (inside subpatches and abstracts): adc~ s~ mic r~ mic s~ console-in-a r~ console-in-a s~ pre-fx-a r~

Re: [PD] Sum of delays...

2013-09-19 Thread Mario Mey
AND abstracts) at the start of the pipeline (mic) to the last (output)? And so inside each abstract? I'm confused... and I'll be more if I would have to do it. Thanks. Mensaje original Asunto: Sum of delays... Fecha: Thu, 19 Sep 2013 13:52:37 -0300 De: Mario Mey

[PD] Can't open a patch launching Pd from console...

2013-09-16 Thread Mario Mey
Trying to know what is crashing Pd (with OSC messages from TouchOSC to MrPeach external)... I'm trying to launch Pd-exteded from the console... (using pasuspender -- /usr/lib/pd-extended/tcl/pd-gui.tcl %F or just pd-extended). PD-Extended is executed, but, when I try to open my file, in the

Re: [PD] TouchOSC makes Pd crash, on UbuntuStudio, not in Ubuntu

2013-09-16 Thread Mario Mey
I found this workaround... maybe it helps: http://puredata.hurleur.com/sujet-9201-touchosc-mrpeach-crash El 16/09/13 13:08, Mario Mey escribió: Thanks, Martin. I compiled it and test it. Again, in UbuntuStudio 12.04.3, it makes PureData crash. There's no message, it just crashs

Re: [PD] TouchOSC makes Pd crash, on UbuntuStudio, not in Ubuntu

2013-09-16 Thread Mario Mey
is there)... it can't open my patch. So, I'm writting another mail to list. 2013/9/15 Martin Peach martin.pe...@sympatico.ca mailto:martin.pe...@sympatico.ca On 2013-09-15 16:12, Mario Mey wrote: I just downloaded complete PureData from svn... but I want to compile

Re: [PD] TouchOSC makes Pd crash, on UbuntuStudio, not in Ubuntu

2013-09-16 Thread Mario Mey
Now, I'm on Ubuntu 12.04 and I realized that I have a very old version of mrpeach folder (routeOSC-help says: 2008/09/17 Martin Peach) and Pd was configured to use it. That's why Pd doesn't crash after sending that message from TouchOSC. In console, it only shows: * routeOSC: ignoring empty

[PD] TouchOSC makes Pd crash, on UbuntuStudio, not in Ubuntu

2013-09-14 Thread Mario Mey
Martin Peach, I read somewhere that changing pages in TouchOSC makes Pd (or Pd-Ext) to crash. My Pd-Extended doesn't crash, but this error is shown: * routeOSC: ignoring empty list Today, I've installed Ubuntu Studio 12.04.3 (with lowlatency kernel). It seemed that it was a good distro

[PD] [refloat?] Worse performance with -nogui.

2013-09-13 Thread Mario Mey
:22:36 -0300 De: Mario Mey mario...@gmail.com Para: pd-list pd-list@iem.at Two issues: First at all, when trying my patch (MEH-SYSTEM) with -nogui option, I was having a Segment fault... untill I discovered that the Robot FX, from RJDJ was turning DSP on and DSP was already

Re: [PD] Scaling values in pd

2013-09-03 Thread Mario Mey
= a * x + b; #X text 551 542 Mario Mey; #X obj 191 164 t f f; #X obj 260 164 t f f; #X obj 329 164 t f f; #N canvas 634 98 614 362 if-not-error 0; #X obj 75 13 inlet; #X obj 132 13 inlet; #X obj 175 13 inlet; #X obj 225 13 inlet; #X obj 75 310 outlet; #X obj 75 56 t f f; #X obj 253 203 print; #X obj 192

Re: [PD] Scaling values in pd

2013-09-03 Thread Mario Mey
El 03/09/13 10:11, Lorenzo Sutton escribió: On 03/09/2013 14:06, Mario Mey wrote: IOhannes, you are right only in these cases: 0 127 0 500 0 300 0 1 ... But, if I need: 50 10 0 500| (assuming you want to map have 50 mapped to the 'minimum'): | [- 10] | [t b f] | / [- ] | [* 12.5

Re: [PD] Scaling values in pd

2013-09-02 Thread Mario Mey
Hey, I made this abstract some time ago, I use it very much. http://puredata.hurleur.com/viewtopic.php?id=9218 El 02/09/13 18:24, José Luis Santorcuato Tapia escribió: Hi [autoscale 0 10] Also you can check the help file. Best José El 02/09/2013 21:01, Dan Wilcox danomat...@gmail.com

Re: [PD] Worse performance with -nogui.

2013-08-15 Thread Mario Mey
using 48000 than 44100 El 15/08/13 14:11, Claude Heiland-Allen escribió: On 15/08/13 05:22, Mario Mey wrote: I'm using Pd-Extended 0.43.4 Nevermind what I said in my earlier reply, this version doesn't have that particular bug (but 0.41 and 0.42 extended do, and so does pd-l2ork git master

[PD] Worse performance with -nogui.

2013-08-14 Thread Mario Mey
Two issues: First at all, when trying my patch (MEH-SYSTEM) with -nogui option, I was having a Segment fault... untill I discovered that the Robot FX, from RJDJ was turning DSP on and DSP was already on (was turned on with a [loadbang]-[delay 2000]). This crashed Pd. Maybe a bug...?

Re: [PD] [Bulk] Benefits of using an external soundcard?

2013-08-12 Thread Mario Mey
domination (MADI), more blinkiness. On 08/08/2013 22:30, Mario Mey wrote: I'm using my integrated soundcard: 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40). I know that Pd is processing on CPU and I don't need more than 2 inputs and 2 outputs channels

Re: [PD] Benefits of using an external soundcard?

2013-08-10 Thread Mario Mey
:28 AM, Mario Mey mario...@gmail.com mailto:mario...@gmail.com wrote: El 08/08/13 17:50, Charles Z Henry escribió: Hi Mario The number one reason for having an external sound card is noise isolation. The card's proximity to the power supply and motherboard are bad for EM

Re: [PD] Benefits of using an external soundcard?

2013-08-10 Thread Mario Mey
, I do record some samples... it will be usefull for that.// / And, you can check BEARDYTRON_5000 here: http://www.youtube.com/watch?v=_OlHSNpYg0A and other videos there. Thanks. El 09/08/13 11:34, Charles Z Henry escribió: On Fri, Aug 9, 2013 at 6:28 AM, Mario Mey mario...@gmail.com

Re: [PD] Benefits of using an external soundcard?

2013-08-09 Thread Mario Mey
I post, the Encore 7.1 ENMAB-8CM (http://www.encore-usa.com/ar/support/ENMAB-8CM)... it's really a china generic useless card... or it's good for starting? It has no analog pot. Chuck Thanks so much for your time. On Thu, Aug 8, 2013 at 3:30 PM, Mario Mey mario...@gmail.com

Re: [PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-08 Thread Mario Mey
collection, by Hardoff. Thanks. El 08/08/13 05:41, James Dunn escribió: Quoth Mario Mey, on 07/08/2013 20:32: /./ Ready-to-use, 2 FXs on: *26%* (there are 2 FXs always on, although they are muted) Are the effects that are always on [freeverb]? This could consume CPU, see these threads: http

[PD] Benefits of using an external soundcard?

2013-08-08 Thread Mario Mey
I'm using my integrated soundcard: 00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40). I know that Pd is processing on CPU and I don't need more than 2 inputs and 2 outputs channels. So... I think that there's no need to buy an external one. Is

Re: [PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-07 Thread Mario Mey
Thanks all for responding. After doing some tests, with suggestion from mail-list and from (Maelstorm), I want to show you the current structure of the complete patch (the same I wrote in forum): /Main patch (meh_system.pd)// //• OSC messaging (for the tablet), input and output (EQ), BPM,

Re: [PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-07 Thread Mario Mey
called periodically when Pd is idling; perhaps you could find that out by profiling Pd?) cheers Miller On Wed, Aug 07, 2013 at 04:32:30PM -0300, Mario Mey wrote: Thanks all for responding. After doing some tests, with suggestion from mail-list and from (Maelstorm), I want to show you the current

[PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-05 Thread Mario Mey
~] and [outlet~] consume less CPU? (I should connect all the FX at hand... or find a aumotated way to do it) Thanks a lot. Mario Mey ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-05 Thread Mario Mey
~, because I have to make 400 conections at hand... that's why I asking first. If it will work, I'll do it (or find a way to automatically do it) El 05/08/13 09:29, Roman Haefeli escribió: Hi Mario Check [switch~] and its help patch. Roman On Mon, 2013-08-05 at 09:03 -0300, Mario Mey

Re: [PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-05 Thread Mario Mey
-0300, Mario Mey wrote: Hi, there... I really need some help. I'm working on a looper-multi-effects (big) patch. It has more than, more or less, 100 stereo FXs. They are all inside the patch as abstracts. But, to avoid them to consume CPU, each one has a [switch~ 0] if it is not working. So

[PD] Using opensource graphic drivers, Pd-extended turn all the computer VERY SLOW.

2012-06-22 Thread Mario Mey
Hi, everybody. I work with 3D engine (Blender) on Ubuntu 12.04. One year ago, I bought a HP (Pavilion dv6 3160us) with two graphic cards and I just make the discrete card (ATI 5650) work TODAY! (yes, one year later). It is working on open source drivers. Everything seems to be OK (well, now

Re: [PD] Compiling...

2011-07-07 Thread Mario Mey
think it is not completly installed...? El 06/07/11 17:57, Martin Peach escribió: On 2011-07-06 16:42, Mario Mey wrote: *pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated. You need to install the lua-dev package. Martin

Re: [PD] Compiling...

2011-07-06 Thread Mario Mey
is currently broken on GNU/Linux and IOhannes is on vacation. To make a build, remove 'gem' from LIB_TARGETS in pd-extended/externals/Makefile and the rest should build. .hc On Jul 4, 2011, at 11:47 PM, Mario Mey wrote: Trying to compile PureData, SVN, on Ubuntu 11.04 AMD64, following the instruction

Re: [PD] Compiling...

2011-07-06 Thread Mario Mey
The bang (Ctrl-Shift-B) and toogle (Ctrl-Shift-B) don't work. Instead of that, appear: bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1 tgl 15 0 empty empty empty 17 7 0 10 -203904 -1 -1 1 1 ...? El 06/07/11 18:48, Mario Mey escribió: With liblua5.1-0-dev installed, it could

Re: [PD] Compiling...

2011-07-06 Thread Mario Mey
~, adc~, bang~ From AUDIO DELAY: All I think it is not completly installed... El 06/07/11 17:57, Martin Peach escribió: On 2011-07-06 16:42, Mario Mey wrote: *pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated. You need to install the lua

[PD] Compiling...

2011-07-04 Thread Mario Mey
Trying to compile PureData, SVN, on Ubuntu 11.04 AMD64, following the instruction from the page http://puredata.info/docs/developer, I did: 1.- rsync from the auto-build farm (from http://puredata.info/docs/developer/GettingPdSource) rsync -av --delete

[PD] Extended version for Natty AMD64?

2011-07-03 Thread Mario Mey
Hello, everybody. Is there any build for Natty AMD64 of the Extended version? For the moment, I don't want to compile it... Thanks! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Extended version for Natty AMD64?

2011-07-03 Thread Mario Mey
bit from lucid on my natty machine. I think I had to use gem from the repos but otherwise it works fine. Sent from my cell... On Jul 3, 2011 10:57 AM, Mario Mey mario...@gmail.com mailto:mario...@gmail.com wrote: Hello, everybody. Is there any build for Natty AMD64 of the Extended version