[PD] time/date

2024-01-16 Thread Hrvoje Radnic via Pd-list
Dear group,
Is there any solution for getting the system time-date in pure data vanilla? I 
would like to use my quick recording abstraction without worrying about file 
name and I know it could be done by using [savestate] and incremental numbering 
system, but I think it could be much more elegant to just use the time-date 
stamp as file name.
Thank you! 
Hrvoje Radnic
https://www.instagram.com/singlecycled/

https://pdvrecords.bandcamp.com/album/umovi-protiv-valova
https://soundcloud.com/sumovi-protiv-valova
00385(0)915225162___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Modulo function in [expr]

2022-01-14 Thread Hrvoje Radnic via Pd-list
Dear List,
It looks like the mod function inside the [expr] object does not work, or I am 
using wrong syntax. In the help file for [expr], there is a reference cheat 
sheet which say that the object should support it, but I can't figure out how 
to do it. Anyone has an idea how to solve that? Thank you!
Hrvoje Radnic


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] trim symbols?

2017-09-23 Thread Hrvoje Radnic via Pd-list
Thanks again!Very nice solution.Cheers! Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Ingo Stock <m...@ingostock.de>
 To: "pd-list@lists.iem.at" <pd-list@lists.iem.at> 
 Sent: Saturday, September 23, 2017 6:36 PM
 Subject: Re: [PD] trim symbols?
   
Here it is with some comments, you are welcome!


On 23/09/17 18:04, Hrvoje Radnic wrote:
> Wow, thanks everybody for great solutions!
> 
> Ingo's answer is the most satisfying for me because it stays in vanilla.
> For now, I will just subpatch it in my project and use it as a
> reference, but I must admit it will take some time before I really
> understand every part of that patch.
> 
> All the best!
>  
> Hrvoje Radnic
> http://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162
> 
> 
> 
> *From:* Ingo Stock <m...@ingostock.de>
> *To:* pd-list@lists.iem.at
> *Sent:* Saturday, September 23, 2017 3:32 PM
> *Subject:* Re: [PD] trim symbols?
> 
> You can use [list fromsymbol] to convert the symbol to a list of ASCII
> values and than work on that. See attached patch, it should do what you
> want.
> 
> Note that the patch assumes that the ending (like .wav) is always 4
> characters. Also it uses a simple list-drip mechanism that should be
> efficient for small lists, in doubt use list-drip of list-abs instead.
> 
> best wishes, ingo
> 
> 
> On 23/09/17 14:33, Hrvoje Radnic via Pd-list wrote:
>> Hi!
>>
>> I would like to display the name of the .wav file loaded from the HDD
>> (using [openpanel]), but, without a full path and without the file
>> extension. For example, [openpanel] outputs "symbol
>> C:/Users/Hrvoje/Desktop/my_patches/SAMP_SEQ/samples/BD.wav" and I just
>> want "BD" to be displayed. Is it possible in pd vanilla? Thank you for
>> the help!
>> Cheers!
>> 
>> Hrvoje Radnic
>> http://soundcloud.com/sumovi-protiv-valova
>> 00385(0)915225162
>>
>>
>> ___
>> Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list
>> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>>
> ___
> Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
> 
> ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] trim symbols?

2017-09-23 Thread Hrvoje Radnic via Pd-list
Wow, thanks everybody for great solutions! 

Ingo's answer is the most satisfying for me because it stays in vanilla. For 
now, I will just subpatch it in my project and use it as a reference, but I 
must admit it will take some time before I really understand every part of that 
patch.
All the best!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Ingo Stock <m...@ingostock.de>
 To: pd-list@lists.iem.at 
 Sent: Saturday, September 23, 2017 3:32 PM
 Subject: Re: [PD] trim symbols?
   
You can use [list fromsymbol] to convert the symbol to a list of ASCII
values and than work on that. See attached patch, it should do what you
want.

Note that the patch assumes that the ending (like .wav) is always 4
characters. Also it uses a simple list-drip mechanism that should be
efficient for small lists, in doubt use list-drip of list-abs instead.

best wishes, ingo


On 23/09/17 14:33, Hrvoje Radnic via Pd-list wrote:
> Hi!
> 
> I would like to display the name of the .wav file loaded from the HDD
> (using [openpanel]), but, without a full path and without the file
> extension. For example, [openpanel] outputs "symbol
> C:/Users/Hrvoje/Desktop/my_patches/SAMP_SEQ/samples/BD.wav" and I just
> want "BD" to be displayed. Is it possible in pd vanilla? Thank you for
> the help!
> Cheers!
>  
> Hrvoje Radnic
> http://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] trim symbols?

2017-09-23 Thread Hrvoje Radnic via Pd-list
Hi!
I would like to display the name of the .wav file loaded from the HDD (using 
[openpanel]), but, without a full path and without the file extension. For 
example, [openpanel] outputs "symbol 
C:/Users/Hrvoje/Desktop/my_patches/SAMP_SEQ/samples/BD.wav" and I just want 
"BD" to be displayed. Is it possible in pd vanilla? Thank you for the 
help!Cheers! Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] trouble with pd-0.48-0 and multiple screens

2017-09-13 Thread Hrvoje Radnic via Pd-list
I had the same problem on win 10.
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Max 
 To: pd-list@lists.iem.at 
 Sent: Wednesday, September 13, 2017 2:44 AM
 Subject: Re: [PD] trouble with pd-0.48-0 and multiple screens
   
What OS?

On 2017년 09월 13일 02:25, Ali Momeni wrote:
> Hello all,
> 
> is anyone else using 0.48 with multiple screens and multiple desktops?
> 
> i'm having a very difficult time using pd because the windows for 
> subpatches that I open keep jumping to random places mostly off the 
> screen on the "main" screen; it doesn't seem to happen when i click on 
> things even; total nightmare!
> 
> has anyone seen this strange jumping window behavior and is anyone aware 
> of a workaround?
> 
> thanks!
> 
> ali
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-08-28 Thread Hrvoje Radnic via Pd-list
Hi!Just an update... With the newest version of pd (0.48.0) [soundfiler] is 
working fine.
Cheers!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Hrvoje Radnic via Pd-list <pd-list@lists.iem.at>
 To: Claude Heiland-Allen <cla...@mathr.co.uk>; "pd-list@lists.iem.at" 
<pd-list@lists.iem.at> 
 Sent: Friday, August 4, 2017 5:24 PM
 Subject: Re: [PD] Writing part of large table to file
   
Thanks for your input, Claude! 
I don't know how to explain this weirdness.This is my system specs:Linux 
sinewave 4.8.0-59-lowlatency #64-Ubuntu SMP PREEMPT Thu Jun 29 21:04:20 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux


BTW, What's your version of pd?
Cheers! Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Claude Heiland-Allen <cla...@mathr.co.uk>
 To: "pd-list@lists.iem.at" <pd-list@lists.iem.at> 
 Sent: Friday, August 4, 2017 3:46 PM
 Subject: Re: [PD] Writing part of large table to file
  
Hi,

On 04/08/17 13:01, Hrvoje Radnic wrote:
> just checked with a friend who has both mac and win machines, and the
> results are ok on win, but wrong on mac. Can someone with the Linux OS
> try to open the patch and copy-paste here the 3 print lines from pd
> terminal window generated by the attached patch?

64bit linux as below, all seems ok:

last: 1
middle: 1
start: 1

> *From:* Claude Heiland-Allen <cla...@mathr.co.uk>
> $ uname -a
> Linux frappuccino 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2
> (2017-06-26) x86_64 GNU/Linux
> $ cat /proc/cpuinfo | grep model\ name | uniq -c
>      4 model name      : AMD Athlon(tm) II X4 640 Processor

Claude
-- 
https://mathr.co.uk

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] a simple question about increasing/decreasing values

2017-08-28 Thread Hrvoje Radnic via Pd-list
Hi,I usually do this by multiplying the value by -1 and offset it by the range 
of the first value (see attached patch). Hope that helps!  
Cheers!

 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: "Pagano, Patrick" 
 To: pd list  
 Sent: Tuesday, August 29, 2017 12:25 AM
 Subject: [PD] a simple question about increasing/decreasing values
   
 
hello
is there a function/abs whatever that increases one val while reciprocally 
reduces another?
What i mean is say i have a Wet Value 1 to 100 is there something simple that 
as i raise that value it will reduce say Dry from 100 to 1 in unison?
I know i am just forgetting what it is 
thanks in advance for any help
Patrick 
Patrick Pagano B.S, M.F.AAssistant Professor in ResidenceDigital Media & Design
Web & Interactive TechnologiesUniversity of Connecticut, 
Stamford(352)-226-2016___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   

opposite_sliders.pd
Description: Binary data
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-08-04 Thread Hrvoje Radnic via Pd-list
Thanks for your input, Claude! 
I don't know how to explain this weirdness.This is my system specs:Linux 
sinewave 4.8.0-59-lowlatency #64-Ubuntu SMP PREEMPT Thu Jun 29 21:04:20 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux


BTW, What's your version of pd?
Cheers! Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Claude Heiland-Allen 
 To: "pd-list@lists.iem.at"  
 Sent: Friday, August 4, 2017 3:46 PM
 Subject: Re: [PD] Writing part of large table to file
   
Hi,

On 04/08/17 13:01, Hrvoje Radnic wrote:
> just checked with a friend who has both mac and win machines, and the
> results are ok on win, but wrong on mac. Can someone with the Linux OS
> try to open the patch and copy-paste here the 3 print lines from pd
> terminal window generated by the attached patch?

64bit linux as below, all seems ok:

last: 1
middle: 1
start: 1

> *From:* Claude Heiland-Allen 
> $ uname -a
> Linux frappuccino 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2
> (2017-06-26) x86_64 GNU/Linux
> $ cat /proc/cpuinfo | grep model\ name | uniq -c
>      4 model name      : AMD Athlon(tm) II X4 640 Processor

Claude
-- 
https://mathr.co.uk

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-08-04 Thread Hrvoje Radnic via Pd-list
Hi,just checked with a friend who has both mac and win machines, and the 
results are ok on win, but wrong on mac. Can someone with the Linux OS try to 
open the patch and copy-paste here the 3 print lines from pd terminal window 
generated by the attached patch? 

PS: interesting fact is that when I write the audio file to disk, pd terminal 
gives me info that the biggest amplitude in the file is the same as in table I 
am reading from. But when I load that file into new table, this is not the case 
anymore.Thank you for your help!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Claude Heiland-Allen <cla...@mathr.co.uk>
 To: pd-list@lists.iem.at 
 Sent: Friday, August 4, 2017 3:12 AM
 Subject: Re: [PD] Writing part of large table to file
  
Hi,

On 04/08/17 01:30, Hrvoje Radnic via Pd-list wrote:
> I tried the patch on win10 machine and [soundfiler] works as expected.
> Now, it will be great if someone with Linux machine can confirm that
> [soundfiler] can't write audio files correctly, so I can report it.

The array-sound1.pd patch in this thread seems to work as expected here
in pd-0.48test6 on 64bit Linux:

$ uname -a
Linux frappuccino 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2
(2017-06-26) x86_64 GNU/Linux
$ cat /proc/cpuinfo | grep model\ name | uniq -c
      4 model name      : AMD Athlon(tm) II X4 640 Processor

Didn't do much further testing.


Claude
-- 
https://mathr.co.uk

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-08-03 Thread Hrvoje Radnic via Pd-list
 Lucas Cordiviola <lucard...@hotmail.com>
To: Hrvoje Radnic <hrvojerad...@yahoo.com>; "pd-list@lists.iem.at" 
<pd-list@lists.iem.at> 
Sent: Tuesday, August 1, 2017 12:21 PM
Subject: Re: [PD] Writing part of large table to file

I've corrected the [readsf~] but the rest is OK.Didn't have troubles with 
-nframes > 1.8M. Works Ok with 2.5M.The only limitation that I know for integer 
numbers (on Pd's control level) is that you can't exceed the 16777216 number.
See attached.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 8/1/2017 6:10 AM, Hrvoje Radnic 
wrote:

Sure, it is in the attachment.Thank you for your time!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Lucas Cordiviola<lucard...@hotmail.com>
To: "pd-list@lists.iem.at" <pd-list@lists.iem.at> 
Sent: Tuesday, August 1, 2017 12:09 AM
Subject: Re: [PD] Writing part of large table to file

Can you attach a patch that demonstrate the issue?Do not attach the sound-file, 
we fill your specified n of samples.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 7/31/2017 6:31 AM, Hrvoje Radnic 
via Pd-list wrote:

Ok, I got some success with soundfiler, but,  found out that I can write a file 
only if the last sample of the file is smaller than 1 800 000 approximately 
(-nframes flag). Anyone had similar experience? Is it a bug?Thanks!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Jack<j...@rybn.org>
To: pd-list@lists.iem.at 
Sent: Monday, July 31, 2017 10:13 AM
Subject: Re: [PD] Writing part of large table to file

Hello,

Did you see the help file about [soundfiler] to save a table in binary
sound file ?
It is easy to copy/paste a part of table with objects [array].
++

Jack



Le 30/07/2017 à 12:14, Hrvoje Radnic via Pd-list a écrit :
> Dear List!
> 
> I would like to save a part of very large table into the audio file.
> Let's say, I have a 10 million points sized table and want to save a
> file to disk which contains the part of that table, ranging from 2M to
> 3M point. I know how to do it by recording the audio in real time, but
> would like to do it "instantly". 
> 
> Thank you for your suggestions!
>  
> Hrvoje Radnic
























   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-08-02 Thread Hrvoje Radnic via Pd-list
Hi!
It doesn't work well for me. What I discovered with your patch is that 
soundfiler can't skip too far. For example, if I send it a message with 2M skip 
flag and 199 nframes flag, the ramp does not climb up to the top. You can 
compare the values with [tabread] objects (see the attached patch). Will you 
please, check that on your system?Thank you very much for your time!Cheers!
Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Lucas Cordiviola <lucard...@hotmail.com>
 To: "hrvojerad...@yahoo.com" <hrvojerad...@yahoo.com> 
Cc: "pd-list@lists.iem.at" <pd-list@lists.iem.at>
 Sent: Wednesday, August 2, 2017 12:52 AM
 Subject: Re: [PD] Writing part of large table to file
   
Use this graphical patch, "array-sound.pd" attached .it looks like this:



Will help to describe the issue.
Hope it helps.

Mensaje telepatico asistido por maquinas.


On 8/1/2017 2:52 PM, hrvojerad...@yahoo.com wrote:

What I hear is not the part I wanted to save ie I need the part from the end of 
a table, getting the part from the beginning instead. And it is shorter. I 
can't find the pattern in that offset, so can't describe the bug precisely. 
Poslano s mojeg iPhonea
01.08.2017., u 13:24, Lucas Cordiviola <lucard...@hotmail.com> napisao:


I'm on win8.1Do you clear the array when loading files that are smaller than 
the one you loaded previously?Can you describe what is that you are hearing 
that makes you feel there's a bug?
Mensaje telepatico asistido por maquinas.On 8/1/2017 8:13 AM, Hrvoje Radnic 
wrote:

Yes, the playback part [readsf~] is bad, but that was not an issue. I made a 
mistake with pasting the part from my patch.
Regarding the soundfiler, I still have no clue what is wrong with my patch. 
Maybe the problem is OS specific? I can't test it on my Win machine right now. 
What's your OS? I am on ubuntu sudio.
Cheers!

 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Lucas Cordiviola <lucard...@hotmail.com>
To: Hrvoje Radnic <hrvojerad...@yahoo.com>; "pd-list@lists.iem.at" 
<pd-list@lists.iem.at> 
Sent: Tuesday, August 1, 2017 12:21 PM
Subject: Re: [PD] Writing part of large table to file

I've corrected the [readsf~] but the rest is OK.Didn't have troubles with 
-nframes > 1.8M. Works Ok with 2.5M.The only limitation that I know for integer 
numbers (on Pd's control level) is that you can't exceed the 16777216 number.
See attached.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 8/1/2017 6:10 AM, Hrvoje Radnic 
wrote:

Sure, it is in the attachment.Thank you for your time!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Lucas Cordiviola<lucard...@hotmail.com>
To: "pd-list@lists.iem.at" <pd-list@lists.iem.at> 
Sent: Tuesday, August 1, 2017 12:09 AM
Subject: Re: [PD] Writing part of large table to file

Can you attach a patch that demonstrate the issue?Do not attach the sound-file, 
we fill your specified n of samples.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 7/31/2017 6:31 AM, Hrvoje Radnic 
via Pd-list wrote:

Ok, I got some success with soundfiler, but,  found out that I can write a file 
only if the last sample of the file is smaller than 1 800 000 approximately 
(-nframes flag). Anyone had similar experience? Is it a bug?Thanks!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Jack<j...@rybn.org>
To: pd-list@lists.iem.at 
Sent: Monday, July 31, 2017 10:13 AM
Subject: Re: [PD] Writing part of large table to file

Hello,

Did you see the help file about [soundfiler] to save a table in binary
sound file ?
It is easy to copy/paste a part of table with objects [array].
++

Jack



Le 30/07/2017 à 12:14, Hrvoje Radnic via Pd-list a écrit :
> Dear List!
> 
> I would like to save a part of very large table into the audio file.
> Let's say, I have a 10 million points sized table and want to save a
> file to disk which contains the part of that table, ranging from 2M to
> 3M point. I know how to do it by recording the audio in real time, but
> would like to do it "instantly". 
> 
> Thank you for your suggestions!
>  
> Hrvoje Radnic












   #N canvas 469 389 876 610 10;
#X obj 530 50 array define zx 4e+06;
#X obj 215 252 /;
#X msg 207 220 1;
#X msg 255 218 4e+06;
#X obj 177 356 array set zx;
#X obj 275 293 f;
#X obj 309 293 + 1;
#X msg 291 255 0;
#X obj 157 294 f;
#X msg 173 256 0;
#X obj 191 294 +;
#X obj 175 123 until;
#X msg 175 100 4e+06;
#X obj 172 147 t b b;
#X obj 211 68 t b b b b b;
#X obj 402 38 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 454 198 soundfiler;
#X obj 532 371 array define soundf;
#X msg 508 250 read -resize zx.wav soundf;
#X text 33 17 1) write a 4 million samples array with a ramp up :;
#X text 522 28 2) double-clik to see ramp up;
#X text 4

Re: [PD] Writing part of large table to file

2017-08-01 Thread Hrvoje Radnic via Pd-list
Yes, the playback part [readsf~] is bad, but that was not an issue. I made a 
mistake with pasting the part from my patch. 
Regarding the soundfiler, I still have no clue what is wrong with my patch. 
Maybe the problem is OS specific? I can't test it on my Win machine right now. 
What's your OS? I am on ubuntu sudio. 
Cheers!

 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Lucas Cordiviola <lucard...@hotmail.com>
 To: Hrvoje Radnic <hrvojerad...@yahoo.com>; "pd-list@lists.iem.at" 
<pd-list@lists.iem.at> 
 Sent: Tuesday, August 1, 2017 12:21 PM
 Subject: Re: [PD] Writing part of large table to file
   
I've corrected the [readsf~] but the rest is OK.Didn't have troubles with 
-nframes > 1.8M. Works Ok with 2.5M.The only limitation that I know for integer 
numbers (on Pd's control level) is that you can't exceed the 16777216 number.
See attached.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 8/1/2017 6:10 AM, Hrvoje Radnic 
wrote:

Sure, it is in the attachment.Thank you for your time!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Lucas Cordiviola <lucard...@hotmail.com>
To: "pd-list@lists.iem.at" <pd-list@lists.iem.at> 
Sent: Tuesday, August 1, 2017 12:09 AM
Subject: Re: [PD] Writing part of large table to file

Can you attach a patch that demonstrate the issue?Do not attach the sound-file, 
we fill your specified n of samples.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 7/31/2017 6:31 AM, Hrvoje Radnic 
via Pd-list wrote:

Ok, I got some success with soundfiler, but,  found out that I can write a file 
only if the last sample of the file is smaller than 1 800 000 approximately 
(-nframes flag). Anyone had similar experience? Is it a bug?Thanks!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Jack<j...@rybn.org>
To: pd-list@lists.iem.at 
Sent: Monday, July 31, 2017 10:13 AM
Subject: Re: [PD] Writing part of large table to file

Hello,

Did you see the help file about [soundfiler] to save a table in binary
sound file ?
It is easy to copy/paste a part of table with objects [array].
++

Jack



Le 30/07/2017 à 12:14, Hrvoje Radnic via Pd-list a écrit :
> Dear List!
> 
> I would like to save a part of very large table into the audio file.
> Let's say, I have a 10 million points sized table and want to save a
> file to disk which contains the part of that table, ranging from 2M to
> 3M point. I know how to do it by recording the audio in real time, but
> would like to do it "instantly". 
> 
> Thank you for your suggestions!
>  
> Hrvoje Radnic





   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-08-01 Thread Hrvoje Radnic via Pd-list
Sure, it is in the attachment.Thank you for your time!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Lucas Cordiviola <lucard...@hotmail.com>
 To: "pd-list@lists.iem.at" <pd-list@lists.iem.at> 
 Sent: Tuesday, August 1, 2017 12:09 AM
 Subject: Re: [PD] Writing part of large table to file
   
Can you attach a patch that demonstrate the issue?Do not attach the sound-file, 
we fill your specified n of samples.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 7/31/2017 6:31 AM, Hrvoje Radnic 
via Pd-list wrote:

Ok, I got some success with soundfiler, but,  found out that I can write a file 
only if the last sample of the file is smaller than 1 800 000 approximately 
(-nframes flag). Anyone had similar experience? Is it a bug?Thanks!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162

From: Jack <j...@rybn.org>
To: pd-list@lists.iem.at 
Sent: Monday, July 31, 2017 10:13 AM
Subject: Re: [PD] Writing part of large table to file

Hello,

Did you see the help file about [soundfiler] to save a table in binary
sound file ?
It is easy to copy/paste a part of table with objects [array].
++

Jack



Le 30/07/2017 à 12:14, Hrvoje Radnic via Pd-list a écrit :
> Dear List!
> 
> I would like to save a part of very large table into the audio file.
> Let's say, I have a 10 million points sized table and want to save a
> file to disk which contains the part of that table, ranging from 2M to
> 3M point. I know how to do it by recording the audio in real time, but
> would like to do it "instantly". 
> 
> Thank you for your suggestions!
>  
> Hrvoje Radnic
> http://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



 
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   #N canvas 979 236 895 790 10;
#X obj 57 493 soundfiler;
#X floatatom 223 291 9 0 0 0 - - -, f 9;
#X floatatom 135 293 9 0 0 0 - - -, f 9;
#X obj 57 394 f;
#X obj 89 393 f;
#X msg 57 291 bang;
#X obj 57 447 pack f f s s;
#X obj 57 313 t b b b b;
#X obj 5 493 print;
#X obj 248 393 symbol \$0-srcsmp;
#X msg 57 470 write -wave -skip \$1 -nframes \$2 \$3 \$4;
#X obj 135 312 t f f;
#X obj 237 341 -;
#X obj 223 310 t b f;
#X obj 237 363 * -1;
#X obj 347 8 array define \$0-srcsmp 2.88e+06;
#X text 576 8 1 minute of mono audio;
#X text 292 290 end point (\$2);
#X text 134 272 start point (\$1);
#X msg 21 39 bang;
#X obj 21 61 openpanel;
#X obj 53 115 symbol \$0-srcsmp;
#X msg 21 175 read \$1 \$2;
#X obj 21 197 soundfiler;
#X obj 21 86 t s b;
#X obj 21 145 pack s s;
#X obj 130 393 symbol test.wav;
#X text 22 272 write file;
#X text 152 412 \$3;
#X text 369 396 \$4;
#X obj 25 717 readsf~;
#X obj 26 747 dac~;
#X msg 25 551 bang;
#X obj 25 573 openpanel;
#X obj 57 627 symbol \$0-srcsmp;
#X obj 25 598 t s b;
#X obj 25 657 pack s s;
#X msg 25 686 open \$1 \$2 \, start;
#X floatatom 297 356 9 0 0 0 - - -, f 9;
#X text 17 8 1) Load the audio file into the table;
#X text 18 234 2) adjust the start and end points and write the file
to disk;
#X text 22 520 3) hear the result;
#X obj 347 47 loadbang;
#X msg 347 69 \; pd dsp 1;
#X text 370 354 no of samples to save (\$2-\$1);
#X connect 1 0 13 0;
#X connect 2 0 11 0;
#X connect 3 0 6 0;
#X connect 4 0 6 1;
#X connect 5 0 7 0;
#X connect 6 0 10 0;
#X connect 7 0 3 0;
#X connect 7 1 4 0;
#X connect 7 2 26 0;
#X connect 7 3 9 0;
#X connect 9 0 6 3;
#X connect 10 0 0 0;
#X connect 10 0 8 0;
#X connect 11 0 3 1;
#X connect 11 1 12 0;
#X connect 12 0 14 0;
#X connect 13 0 2 0;
#X connect 13 1 12 1;
#X connect 14 0 4 1;
#X connect 14 0 38 0;
#X connect 19 0 20 0;
#X connect 20 0 24 0;
#X connect 21 0 25 1;
#X connect 22 0 23 0;
#X connect 24 0 25 0;
#X connect 24 1 21 0;
#X connect 25 0 22 0;
#X connect 26 0 6 2;
#X connect 30 0 31 0;
#X connect 30 0 31 1;
#X connect 32 0 33 0;
#X connect 33 0 35 0;
#X connect 34 0 36 1;
#X connect 35 0 36 0;
#X connect 35 1 34 0;
#X connect 36 0 37 0;
#X connect 37 0 30 0;
#X connect 42 0 43 0;
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-07-31 Thread Hrvoje Radnic via Pd-list
Ok, I got some success with soundfiler, but,  found out that I can write a file 
only if the last sample of the file is smaller than 1 800 000 approximately 
(-nframes flag). Anyone had similar experience? Is it a bug?Thanks!
 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Jack <j...@rybn.org>
 To: pd-list@lists.iem.at 
 Sent: Monday, July 31, 2017 10:13 AM
 Subject: Re: [PD] Writing part of large table to file
   
Hello,

Did you see the help file about [soundfiler] to save a table in binary
sound file ?
It is easy to copy/paste a part of table with objects [array].
++

Jack



Le 30/07/2017 à 12:14, Hrvoje Radnic via Pd-list a écrit :
> Dear List!
> 
> I would like to save a part of very large table into the audio file.
> Let's say, I have a 10 million points sized table and want to save a
> file to disk which contains the part of that table, ranging from 2M to
> 3M point. I know how to do it by recording the audio in real time, but
> would like to do it "instantly". 
> 
> Thank you for your suggestions!
>  
> Hrvoje Radnic
> http://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Writing part of large table to file

2017-07-31 Thread Hrvoje Radnic via Pd-list
Will do, thanks for the tip!

 Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162

  From: Christof Ressi <christof.re...@gmx.at>
 To: hrvojerad...@yahoo.com 
Cc: pd-list <pd-l...@iem.at>
 Sent: Sunday, July 30, 2017 2:00 PM
 Subject: Aw: [PD] Writing part of large table to file
   
Have a look at the [soundfiler] object. Cheers

> Gesendet: Sonntag, 30. Juli 2017 um 12:14 Uhr
> Von: "Hrvoje Radnic via Pd-list" <pd-list@lists.iem.at>
> An: Pd-List <pd-list@lists.iem.at>
> Betreff: [PD] Writing part of large table to file
>
> Dear List!
> I would like to save a part of very large table into the audio file. Let's 
> say, I have a 10 million points sized table and want to save a file to disk 
> which contains the part of that table, ranging from 2M to 3M point. I know 
> how to do it by recording the audio in real time, but would like to do it 
> "instantly".  
> 
> Thank you for your suggestions! Hrvoje Radnic
> http://soundcloud.com/sumovi-protiv-valova 
> 00385(0)915225162___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
>

   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Writing part of large table to file

2017-07-30 Thread Hrvoje Radnic via Pd-list
Dear List!
I would like to save a part of very large table into the audio file. Let's say, 
I have a 10 million points sized table and want to save a file to disk which 
contains the part of that table, ranging from 2M to 3M point. I know how to do 
it by recording the audio in real time, but would like to do it "instantly".  

Thank you for your suggestions! Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Latest PD on Ubuntu

2016-12-29 Thread Hrvoje Radnic via Pd-list
Dear PD List,
I am sorry for the beginner's question, but I can't figure out how to install 
the latest version of PD (0.47-1) to the latest Ubuntu (16.04. LTS) release. I 
must say that I am complete beginner in that OS. 
I followed the instructions from INSTALL.txt and after typing ./automake I got 
this:autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4/generated -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory portaudio to autoreconf
autoreconf: Entering directory `portaudio'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force 
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: subdirectory bindings/cpp not present
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.in:104: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.in:105: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

Can you please, help me with this?Thanks a lot! Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova 
00385(0)915225162___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list