-
agitato816
minor cosmetic issue. look at the bang circle. anyway great job!
ubuntu 14.04.3 amd64 -
-
agitato816
i tried, but it says always:
ALSA output error (snd_pcm_open): Device or resource busypulseaudio causes this problem?
-
agitato816
same problem on ubuntu 14.04-3 amd64/ all other audio stops (alsa, jack)
-
agitato816
Intel doesn't provide driver for ubuntu 14.04 more. I have to upgrade 14.10, and install intel's latest driver. Problem fixed. But I have to format my drive... It's pity.
I don't understand why intel don't provide their driver for ubuntu 14.04. It's deprecated. Why? 14.04 is LTS support...
-
agitato816
Hi all,
I'm trying do this with pd. If you have pleasure, please watch this video.
How can I do that with pd?
My question is how to control the tonality of metronome.
I'm tried with [vline~] and ADSR but I think it's not perfect.
Any suggest?
Thanks,
Jongps: sorry for my poor patch and my poor english...
-
agitato816
Additional Question:
[shell] object with AWK and Perl script also run under Windows or other OS?
I can run this code under Mac OS X, and Linux. But I don't know under Windows...
AWK is Unix script, but Windows isn't Unix like...?
-
agitato816
It seems work, thanks.
#! filename.sh
ls -al | awk '{ print $5 }';[sh /path/to/file/filename.sh(
|
[shell]
|
[print]Thanks sunji!
If the sh file is executable, it works without sh.
http://www.pdpatchrepo.info/hurleur/Screen_Shot_2013-10-08_at_12.43.37_AM.png
-
agitato816
It seems work, thanks.
#! filename.sh
ls -al | awk '{ print $5 }';[sh /path/to/file/filename.sh(
|
[shell]
|
[print]Thanks sunji!
If the sh file is executable, it works without sh.
http://www.pdpatchrepo.info/hurleur/Screen_Shot_2013-10-08_at_12.43.37_AM.png
-
agitato816
@sunji said:
[./foo.sh(
to
[shell]It doesn't work. Am I wrong?
I wrote a file.
/Users/jong/Desktop/shell-test.sh
ls -al | awk '{ print $5 }';then
pd file saved in same folder.
[./Users/jong/Desktop/shell-test.sh(
|
[shell]
|
[print]I got nothing... What's wrong? or What's problem?
-
agitato816
@Matthew said:
@sebfumaster said:
[ls -al(
|
[shell]
||
[$5(
|
[print]
.
It's work, but I got some error...$5: argument number out of range
-
agitato816
If I run, **ls -al **
maaya:~ jong$ ls -al
total 96
drwxr-xr-x+ 20 jong staff 680 Oct 7 18:58 .
drwxr-xr-x 6 root admin 204 Oct 4 09:57 ..
-rw------- 1 jong staff 3 Oct 7 12:15 .CFUserTextEncoding
-rw-r--r--@ 1 jong staff 21508 Oct 7 12:20 .DS_Store
drwx------ 5 jong staff 170 Oct 7 18:45 .Trash
-rw------- 1 jong staff 313 Oct 7 18:58 .Xauthority
-rw------- 1 jong staff 5540 Oct 7 18:45 .bash_history
drwxr-xr-x 3 jong staff 102 Oct 7 18:58 .cache
drwx------ 20 jong staff 680 Oct 7 12:25 .dropbox
-rw------- 1 jong staff 56 Oct 7 18:58 .serverauth.1987
drwx------ 3 jong staff 102 Oct 4 16:43 .ssh
-rw------- 1 jong staff 707 Oct 4 10:22 .viminfo
drwx------+ 6 jong staff 204 Oct 7 18:46 Desktop
drwx------+ 7 jong staff 238 Oct 4 17:47 Documents
drwx------+ 5 jong staff 170 Oct 7 18:54 Downloads
drwx------@ 51 jong staff 1734 Oct 7 11:55 Library
drwx------+ 3 jong staff 102 Oct 4 08:31 Movies
drwx------+ 5 jong staff 170 Oct 4 18:07 Music
drwx------+ 4 jong staff 136 Oct 4 09:52 Pictures
drwxr-xr-x+ 4 jong staff 136 Oct 4 08:31 Publicand If I run, **ls -al | awk '{ print $5 }'; **
680
204
3
21508
170
313
5540
102
680
56
102
707
204
238
170
1734
102
170
136
136I would get only 5th row. How can I do with Pd?
-
agitato816
How can I run this shell script?
**ls -al | awk '{ print $5 }'; **
I tried, but can't run.
[ls -al | awk '( print $5 )';(
|
[shell]
|
[print]but, I couldn't write { and } characters.
keycode 123: droppedAny ideas?
-