THANK YOU for your help. like i said i am really impressed woth pure dyne. i am running it on an eeepc 900sd and it is smoking fast! i tried it using the live image method and installing it as debian and the former is much much faster and can handle more processing at once. i have ten tracks of audio playing right now as i am typing this email (a feat my 3.3ghz xubuntu desktop couldn't handle). peace!
On Tue, Jun 30, 2009 at 1:43 AM, <[email protected]> wrote: > Send Puredyne mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.goto10.org/cgi-bin/mailman/listinfo/puredyne > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Puredyne digest..." > > > Today's Topics: > > 1. SuperCollider (simon) > 2. Re: SuperCollider (Rob Canning) > 3. newbie trying to learn C (JIMMY THE SQUID) > 4. Re: [puredyne] newbie trying to learn C (Karsten Gebbert) > 5. Re: [puredyne] newbie trying to learn C (Aymeric Mansoux) > 6. Re: [puredyne] newbie trying to learn C (Andy Farnell) > 7. Re: [puredyne] newbie trying to learn C (Karsten Gebbert) > 8. Re: [puredyne] newbie trying to learn C (Andy Farnell) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 29 Jun 2009 18:00:48 +0200 > From: simon <[email protected]> > Subject: [pure:dyne] SuperCollider > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > hello everybody!!! > > i'm quite new to puredyne and general to linux. Recently i've installed > puredyne on my laptop, which i think was working okay because i have all > the > aplications that come with it. > problem is that there must be something wrong with the configuration.if i > try to start SuperCollider and write emacs -sclang in my terminal emacs > says > "Unknown option `-sclang'". > i downloaded all the files from > > https://code.goto10.org/svn/puredyne/live/trunk/broth/stock/chroot_local-includes/etc/skel/in > my /home/user directory but still somehow i think that the > configuration > does not work. > sorry if my question sounds somehow stupid but like i said before i am > quite > new to linux and try to learn. > thank you for your patience. > simon > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.goto10.org/pipermail/puredyne/attachments/20090629/773a1d41/attachment-0001.htm > > > > ------------------------------ > > Message: 2 > Date: Mon, 29 Jun 2009 20:34:13 +0200 > From: Rob Canning <[email protected]> > Subject: Re: [pure:dyne] SuperCollider > To: "p:d" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > simon said : > > i think we fixed this on IRC - just in case anyone else was going to > reply.. > > was missing all the dot files in the home .emacs .sclang.cfg etc. > > easy mistake... the skel folder was copied into the /home/user > > instead of all the contents of skel into /home/user > > > hello everybody!!! > > > > i'm quite new to puredyne and general to linux. Recently i've installed > > puredyne on my laptop, which i think was working okay because i have all > the > > aplications that come with it. > > problem is that there must be something wrong with the configuration.if i > > try to start SuperCollider and write emacs -sclang in my terminal emacs > says > > "Unknown option `-sclang'". > > i downloaded all the files from > > > https://code.goto10.org/svn/puredyne/live/trunk/broth/stock/chroot_local-includes/etc/skel/in > > my /home/user directory but still somehow i think that the > > configuration > > does not work. > > sorry if my question sounds somehow stupid but like i said before i am > quite > > new to linux and try to learn. > > thank you for your patience. > > simon > > > --- > > [email protected] > > irc.goto10.org #pure:dyne > -------------- > [email protected] > rob.goto10.org > -------------- > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 189 bytes > Desc: Digital signature > URL: < > http://lists.goto10.org/pipermail/puredyne/attachments/20090629/a23613b7/attachment-0001.pgp > > > > ------------------------------ > > Message: 3 > Date: Mon, 29 Jun 2009 19:09:56 +0000 > From: JIMMY THE SQUID <[email protected]> > Subject: [pure:dyne] newbie trying to learn C > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > first off let me say that pure dyne leek and potato is the most > efficient multi-media system i have come across! it outperforms my > expectations (i am an audio engineer) on a daily basis. > > now for my question, > > i am in the process of learning C and i am doing the whole make a text file > in NANO and compiling with GCC. i had been using other flavors of linux to > do this but pure dyne has become my main system and i decided i would do my > learning with it as well. > > there is one problem however, when i compile my simple programs GCC sends > back an error "stdio.h: no such file or directory". so that leads me to > believe pure dyne does not contain this library by defaualt. my question is > what debian package contains libraries for C? i have searched stdio.h to no > avail. any suggestions would be appreciated. thanks for pure dyne! 3l3vans > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.goto10.org/pipermail/puredyne/attachments/20090629/f28d13a9/attachment-0001.htm > > > > ------------------------------ > > Message: 4 > Date: Mon, 29 Jun 2009 14:39:50 -0700 > From: Karsten Gebbert <[email protected]> > Subject: Re: [pure:dyne] [puredyne] newbie trying to learn C > To: "p:d" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > JIMMY THE SQUID said : > > first off let me say that pure dyne leek and potato is the most > efficient > > multi-media system i have come across! it outperforms my expectations (i > am an > > audio engineer) on a daily basis. > > > > now for my question, > > > > i am in the process of learning C and i am doing the whole make a text > file in > > NANO and compiling with GCC. i had been using other flavors of linux to > do this > > but pure dyne has become my main system and i decided i would do my > learning > > with it as well. > > > > there is one problem however, when i compile my simple programs GCC sends > back > > an error "stdio.h: no such file or directory". so that leads me to > believe pure > > dyne does not contain this library by defaualt. my question is what > debian > > package contains libraries for C? i have searched stdio.h to no avail. > any > > suggestions would be appreciated. thanks for pure dyne! 3l3vans > > > Hi, > > I think the package that needs to be installed for this is libc6-dev > (right?). I'm not sure right now if its on the package list and > installed, but could you double check in /usr/include whether its there? > Do you use a -I/usr/include argument with gcc? In any case, I think that > we won't necessarily be able to include these dev packages in the CD iso > image, as space is always an issue and we try to put only the main apps. > I think it should go on the DVD image though. > > Greetings, > > karsten > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 197 bytes > Desc: Digital signature > URL: < > http://lists.goto10.org/pipermail/puredyne/attachments/20090629/df375f34/attachment-0001.pgp > > > > ------------------------------ > > Message: 5 > Date: Tue, 30 Jun 2009 00:24:30 +0200 > From: Aymeric Mansoux <[email protected]> > Subject: Re: [pure:dyne] [puredyne] newbie trying to learn C > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Karsten Gebbert said : > > JIMMY THE SQUID said : > > > first off let me say that pure dyne leek and potato is the most > efficient > > > multi-media system i have come across! it outperforms my expectations > (i am an > > > audio engineer) on a daily basis. > > > > > > now for my question, > > > > > > i am in the process of learning C and i am doing the whole make a text > file in > > > NANO and compiling with GCC. i had been using other flavors of linux to > do this > > > but pure dyne has become my main system and i decided i would do my > learning > > > with it as well. > > > > > > there is one problem however, when i compile my simple programs GCC > sends back > > > an error "stdio.h: no such file or directory". so that leads me to > believe pure > > > dyne does not contain this library by defaualt. my question is what > debian > > > package contains libraries for C? i have searched stdio.h to no avail. > any > > > suggestions would be appreciated. thanks for pure dyne! 3l3vans > > > > > > Hi, > > > > I think the package that needs to be installed for this is libc6-dev > > (right?). I'm not sure right now if its on the package list and > > installed, but could you double check in /usr/include whether its there? > > Do you use a -I/usr/include argument with gcc? In any case, I think that > > we won't necessarily be able to include these dev packages in the CD iso > > image, as space is always an issue and we try to put only the main apps. > > I think it should go on the DVD image though. > > Although it might be a good thing to have a working environment to > compile small bits of C... IMHO we should add it if it's missing and see > if it fits :) > > a. > > > > > > ------------------------------ > > Message: 6 > Date: Mon, 29 Jun 2009 23:53:48 +0100 > From: Andy Farnell <[email protected]> > Subject: Re: [pure:dyne] [puredyne] newbie trying to learn C > To: "p:d" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII > > > > For audio DSP fundamentals we often do one or two lectures > starting in C, making sine waves, reading wav files etc. > It would be nice to know pure:dyne had a minimal build environment > including libsndfile, if space allows. > > Andy > > > On Tue, 30 Jun 2009 00:24:30 +0200 > Aymeric Mansoux <[email protected]> wrote: > > > Karsten Gebbert said : > > > JIMMY THE SQUID said : > > > > first off let me say that pure dyne leek and potato is the most > efficient > > > > multi-media system i have come across! it outperforms my expectations > (i am an > > > > audio engineer) on a daily basis. > > > > > > > > now for my question, > > > > > > > > i am in the process of learning C and i am doing the whole make a > text file in > > > > NANO and compiling with GCC. i had been using other flavors of linux > to do this > > > > but pure dyne has become my main system and i decided i would do my > learning > > > > with it as well. > > > > > > > > there is one problem however, when i compile my simple programs GCC > sends back > > > > an error "stdio.h: no such file or directory". so that leads me to > believe pure > > > > dyne does not contain this library by defaualt. my question is what > debian > > > > package contains libraries for C? i have searched stdio.h to no > avail. any > > > > suggestions would be appreciated. thanks for pure dyne! 3l3vans > > > > > > > > > Hi, > > > > > > I think the package that needs to be installed for this is libc6-dev > > > (right?). I'm not sure right now if its on the package list and > > > installed, but could you double check in /usr/include whether its > there? > > > Do you use a -I/usr/include argument with gcc? In any case, I think > that > > > we won't necessarily be able to include these dev packages in the CD > iso > > > image, as space is always an issue and we try to put only the main > apps. > > > I think it should go on the DVD image though. > > > > Although it might be a good thing to have a working environment to > > compile small bits of C... IMHO we should add it if it's missing and see > > if it fits :) > > > > a. > > > > > > > > --- > > [email protected] > > irc.goto10.org #pure:dyne > > > -- > Use the source > > > > ------------------------------ > > Message: 7 > Date: Mon, 29 Jun 2009 18:05:39 -0700 > From: Karsten Gebbert <[email protected]> > Subject: Re: [pure:dyne] [puredyne] newbie trying to learn C > To: "p:d" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > Andy Farnell said : > > > > > > For audio DSP fundamentals we often do one or two lectures > > starting in C, making sine waves, reading wav files etc. > > It would be nice to know pure:dyne had a minimal build environment > > including libsndfile, if space allows. > > yeah, that seems like a good idea. I also vote for libjack-dev and > probably libasound-dev since its quite nice and easy to create small > audio apps that use jack. I can't see faust in the distro either, > should/could that be included? > > > > > On Tue, 30 Jun 2009 00:24:30 +0200 > > Aymeric Mansoux <[email protected]> wrote: > > > > > Karsten Gebbert said : > > > > JIMMY THE SQUID said : > > > > > first off let me say that pure dyne leek and potato is the > most efficient > > > > > multi-media system i have come across! it outperforms my > expectations (i am an > > > > > audio engineer) on a daily basis. > > > > > > > > > > now for my question, > > > > > > > > > > i am in the process of learning C and i am doing the whole make a > text file in > > > > > NANO and compiling with GCC. i had been using other flavors of > linux to do this > > > > > but pure dyne has become my main system and i decided i would do my > learning > > > > > with it as well. > > > > > > > > > > there is one problem however, when i compile my simple programs GCC > sends back > > > > > an error "stdio.h: no such file or directory". so that leads me to > believe pure > > > > > dyne does not contain this library by defaualt. my question is what > debian > > > > > package contains libraries for C? i have searched stdio.h to no > avail. any > > > > > suggestions would be appreciated. thanks for pure dyne! 3l3vans > > > > > > > > > > > > Hi, > > > > > > > > I think the package that needs to be installed for this is libc6-dev > > > > (right?). I'm not sure right now if its on the package list and > > > > installed, but could you double check in /usr/include whether its > there? > > > > Do you use a -I/usr/include argument with gcc? In any case, I think > that > > > > we won't necessarily be able to include these dev packages in the CD > iso > > > > image, as space is always an issue and we try to put only the main > apps. > > > > I think it should go on the DVD image though. > > > > > > Although it might be a good thing to have a working environment to > > > compile small bits of C... IMHO we should add it if it's missing and > see > > > if it fits :) > > > > > > a. > > > > > > > > > > > > --- > > > [email protected] > > > irc.goto10.org #pure:dyne > > > > > > -- > > Use the source > > > > --- > > [email protected] > > irc.goto10.org #pure:dyne > > > > > 01101011 01110010 01100111 01101110 > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 197 bytes > Desc: Digital signature > URL: < > http://lists.goto10.org/pipermail/puredyne/attachments/20090629/d9c1b217/attachment-0001.pgp > > > > ------------------------------ > > Message: 8 > Date: Tue, 30 Jun 2009 02:43:47 +0100 > From: Andy Farnell <[email protected]> > Subject: Re: [pure:dyne] [puredyne] newbie trying to learn C > To: "p:d" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII > > > > Faust is lovely, but at some point a line must be drawn > to stop sideways creep (Faust now begs for GtK to build > pretty interfaces etc) > > libasound and libjack devs, yes as part of a minimal > pedagogical space to start building audio apps. But retain > the vision of pure:dyne as an end user distro, that incidentally > can be used to do very simple C programming for students. > > > > > > On Mon, 29 Jun 2009 18:05:39 -0700 > Karsten Gebbert <[email protected]> wrote: > > > Andy Farnell said : > > > > > > > > > For audio DSP fundamentals we often do one or two lectures > > > starting in C, making sine waves, reading wav files etc. > > > It would be nice to know pure:dyne had a minimal build environment > > > including libsndfile, if space allows. > > > > yeah, that seems like a good idea. I also vote for libjack-dev and > > probably libasound-dev since its quite nice and easy to create small > > audio apps that use jack. I can't see faust in the distro either, > > should/could that be included? > > > > > > > > On Tue, 30 Jun 2009 00:24:30 +0200 > > > Aymeric Mansoux <[email protected]> wrote: > > > > > > > Karsten Gebbert said : > > > > > JIMMY THE SQUID said : > > > > > > first off let me say that pure dyne leek and potato is the > most efficient > > > > > > multi-media system i have come across! it outperforms my > expectations (i am an > > > > > > audio engineer) on a daily basis. > > > > > > > > > > > > now for my question, > > > > > > > > > > > > i am in the process of learning C and i am doing the whole make a > text file in > > > > > > NANO and compiling with GCC. i had been using other flavors of > linux to do this > > > > > > but pure dyne has become my main system and i decided i would do > my learning > > > > > > with it as well. > > > > > > > > > > > > there is one problem however, when i compile my simple programs > GCC sends back > > > > > > an error "stdio.h: no such file or directory". so that leads me > to believe pure > > > > > > dyne does not contain this library by defaualt. my question is > what debian > > > > > > package contains libraries for C? i have searched stdio.h to no > avail. any > > > > > > suggestions would be appreciated. thanks for pure dyne! 3l3vans > > > > > > > > > > > > > > > Hi, > > > > > > > > > > I think the package that needs to be installed for this is > libc6-dev > > > > > (right?). I'm not sure right now if its on the package list and > > > > > installed, but could you double check in /usr/include whether its > there? > > > > > Do you use a -I/usr/include argument with gcc? In any case, I think > that > > > > > we won't necessarily be able to include these dev packages in the > CD iso > > > > > image, as space is always an issue and we try to put only the main > apps. > > > > > I think it should go on the DVD image though. > > > > > > > > Although it might be a good thing to have a working environment to > > > > compile small bits of C... IMHO we should add it if it's missing and > see > > > > if it fits :) > > > > > > > > a. > > > > > > > > > > > > > > > > --- > > > > [email protected] > > > > irc.goto10.org #pure:dyne > > > > > > > > > -- > > > Use the source > > > > > > --- > > > [email protected] > > > irc.goto10.org #pure:dyne > > > > > > > > > 01101011 01110010 01100111 01101110 > > > > > -- > Use the source > > > > ------------------------------ > > _______________________________________________ > Puredyne mailing list > [email protected] > http://lists.goto10.org/cgi-bin/mailman/listinfo/puredyne > > End of Puredyne Digest, Vol 49, Issue 26 > **************************************** >
--- [email protected] irc.goto10.org #pure:dyne
