Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-19 Thread '2+
hmm it failed
am on x86chromeos-crouton-jessie-cli-extra
error2.txt is here:
https://drive.google.com/file/d/0Bw1BVSDvHJwXSk5MTXhmaVFXUzA/view?usp=sharing

and the content goes as follows:

---8<---


Resolving dependencies...
Configuring csound-expression-5.2.2...
Building csound-expression-5.2.2...
Failed to install csound-expression-5.2.2
Build log ( /root/.cabal/logs/csound-expression-5.2.2.log ):
Configuring csound-expression-5.2.2...
Building csound-expression-5.2.2...
Preprocessing library csound-expression-5.2.2...
[ 1 of 46] Compiling Csound.Control.Overload.SpecInstr ( 
src/Csound/Control/Overload/SpecInstr.hs, 
dist/build/Csound/Control/Overload/SpecInstr.o )
[ 2 of 46] Compiling Csound.Control.Overload.Outs ( 
src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/Overload/Outs.o )
[ 3 of 46] Compiling Csound.Control.Gui.Props ( 
src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o )
[ 4 of 46] Compiling Csound.Control.Gui.Layout ( 
src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/Layout.o )
[ 5 of 46] Compiling Csound.Control.Channel ( src/Csound/Control/Channel.hs, 
dist/build/Csound/Control/Channel.o )
[ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs, 
dist/build/Csound/Control/Osc.o )
[ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs, 
dist/build/Csound/Cabbage.o )
[ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs, 
dist/build/Csound/Control/SE.o )

src/Csound/Control/SE.hs:4:15: Warning:
`whileRef' is exported by `whileRef' and `whileRef'

src/Csound/Control/SE.hs:8:1: Warning:
The import of `Csound.Typed.Types.Tuple' is redundant
  except perhaps to import instances from `Csound.Typed.Types.Tuple'
To import instances alone, use: import Csound.Typed.Types.Tuple()
[ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs, 
dist/build/Csound/Options.o )

src/Csound/Options.hs:70:1: Warning:
Defined but not used: `setJacko'
[10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs, 
dist/build/Csound/Tab.o )

src/Csound/Tab.hs:195:1: Warning:
The import of `Csound.Typed.Opcode' is redundant
  except perhaps to import instances from `Csound.Typed.Opcode'
To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Tab.hs:309:8: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:312:8: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:533:35: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:537:35: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:735:16: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:746:5: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:838:59: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:844:33: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:886:68: Warning: Defined but not used: `a'

src/Csound/Tab.hs:1104:12: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:1128:14: Warning:
Defined but not used: `rescaleFlag'

src/Csound/Tab.hs:1128:33: Warning:
This binding for `seq' shadows the existing binding
  imported from `Prelude' at src/Csound/Tab.hs:2:8-17
  (and originally defined in `ghc-prim:GHC.Prim')

src/Csound/Tab.hs:1405:17: Warning:
This binding for `xs' shadows the existing binding
  bound at src/Csound/Tab.hs:1401:16

src/Csound/Tab.hs:1407:24: Warning:
This binding for `xs' shadows the existing binding
  bound at src/Csound/Tab.hs:1401:16

src/Csound/Tab.hs:1408:27: Warning:
This binding for `odd' shadows the existing binding
  imported from `Prelude' at src/Cs

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread Anton Kholomiov
I've uploaded a new version on hackage. I hope it works! :)

cabal update
cabal install csound-expression

2017-07-18 12:48 GMT+03:00 '2+ :

> yes!!
>
> On Jul 18, 2017 6:39 PM, "Anton Kholomiov" 
> wrote:
>
> Ok, I think I've fixed that problem in my git repo but forgot
> to upload it on Hackage. I'll check this out.
>
> 2017-07-18 12:36 GMT+03:00 '2+ :
>
> > great! i hope i can get it working on at least one if my weird gadgets:)
> >
> > On Jul 18, 2017 6:05 PM, "Anton Kholomiov" 
> > wrote:
> >
> > > It's possible. You can run many csound's at the same time each doing
> it's
> > > own audio.
> > >
> > > 2017-07-18 11:35 GMT+03:00 '2+ :
> > >
> > > > yes! each compiled app(command) doing its single task .. maybe i
> shoud
> > > ask
> > > > after using it for a while excuse me..
> > > > since it depends on csound as backend multitasking will be a prob?
> > > >
> > > > On Jul 18, 2017 5:03 PM, "Anton Kholomiov" <
> anton.kholom...@gmail.com>
> > > > wrote:
> > > >
> > > > >
> > > > > do you think csound-expression can be taken as an
> > > original-audio-command
> > > > > building tool?
> > > > >
> > > >
> > > > I'm not sure what do you mean.
> > > > Do you mean CLI audio-applications?
> > > >
> > > >
> > > > 2017-07-18 11:01 GMT+03:00 Anton Kholomiov <
> anton.kholom...@gmail.com
> > >:
> > > >
> > > > > Thanks, for report!
> > > > > I will investigate
> > > > >
> > > > > 2017-07-18 9:53 GMT+03:00 '2+ :
> > > > >
> > > > >> hi so i got my cabal-install updated on my
> > > > x86chromebook-crouton-jessie-c
> > > > >> li-extra
> > > > >>
> > > > >> > But you should be able to upgrade to a new version of cabal
> using:
> > > > >> > cabal install cabal-install-1.24.0.2
> > > > >>
> > > > >> that way
> > > > >> and it went okay
> > > > >> but
> > > > >> cabal install csound-expression failed during its build
> > > > >> error.txt looks like the followings:
> > > > >> the error.txt is also at:
> > > > >> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
> > > > >> /view?usp=sharing
> > > > >>
> > > > >> will try the install on raspberrypi and pocketchip too
> > > > >>
> > > > >> ---8<---
> > > > >>
> > > > >> Resolving dependencies...
> > > > >> Configuring csound-expression-5.2.1...
> > > > >> Building csound-expression-5.2.1...
> > > > >> Failed to install csound-expression-5.2.1
> > > > >> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
> > > > >> Configuring csound-expression-5.2.1...
> > > > >> Building csound-expression-5.2.1...
> > > > >> Preprocessing library csound-expression-5.2.1...
> > > > >> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
> > > > >> src/Csound/Control/Overload/SpecInstr.hs,
> > dist/build/Csound/Control/
> > > > Overload/SpecInstr.o
> > > > >> )
> > > > >> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
> > > > >> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/
> > > > Overload/Outs.o
> > > > >> )
> > > > >> [ 3 of 46] Compiling Csound.Control.Gui.Props (
> > > > >> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/
> > > Props.o
> > > > )
> > > > >> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
> > > > >> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/
> > > > Layout.o
> > > > >> )
> > > > >> [ 5 of 46] Compiling Csound.Control.Channel (
> > > > >> src/Csound/Control/Channel.hs, dist/build/Csound/Control/
> Channel.o
> > )
> > > > >> [ 6 of 46] Compiling Csound.Control.Osc (
> src/Csound/Control/Osc.hs,
> > > > >> dist/build/Csound/Control/Osc.o )
> > > > >> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
> > > > >> dist/build/Csound/Cabbage.o )
> > > > >> [ 8 of 46] Compiling Csound.Control.SE (
> src/Csound/Control/SE.hs,
> > > > >> dist/build/Csound/Control/SE.o )
> > > > >>
> > > > >> src/Csound/Control/SE.hs:4:15: Warning:
> > > > >> `whileRef' is exported by `whileRef' and `whileRef'
> > > > >>
> > > > >> src/Csound/Control/SE.hs:8:1: Warning:
> > > > >> The import of `Csound.Typed.Types.Tuple' is redundant
> > > > >>   except perhaps to import instances from
> > > `Csound.Typed.Types.Tuple'
> > > > >> To import instances alone, use: import
> > Csound.Typed.Types.Tuple()
> > > > >> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
> > > > >> dist/build/Csound/Options.o )
> > > > >>
> > > > >> src/Csound/Options.hs:70:1: Warning:
> > > > >> Defined but not used: `setJacko'
> > > > >> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
> > > > >> dist/build/Csound/Tab.o )
> > > > >>
> > > > >> src/Csound/Tab.hs:195:1: Warning:
> > > > >> The import of `Csound.Typed.Opcode' is redundant
> > > > >>   except perhaps to import instances from
> `Csound.Typed.Opcode'
> > > > >> To import instances alone, use: import Csound.Typed.Opcode()
> > > > >>
> > > > >> src/Csound/Tab.hs:309:8: Warning:
> > > > >> This binding for `genId' shadows the existing binding
> > > > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread '2+
yes!!

On Jul 18, 2017 6:39 PM, "Anton Kholomiov" 
wrote:

Ok, I think I've fixed that problem in my git repo but forgot
to upload it on Hackage. I'll check this out.

2017-07-18 12:36 GMT+03:00 '2+ :

> great! i hope i can get it working on at least one if my weird gadgets:)
>
> On Jul 18, 2017 6:05 PM, "Anton Kholomiov" 
> wrote:
>
> > It's possible. You can run many csound's at the same time each doing
it's
> > own audio.
> >
> > 2017-07-18 11:35 GMT+03:00 '2+ :
> >
> > > yes! each compiled app(command) doing its single task .. maybe i shoud
> > ask
> > > after using it for a while excuse me..
> > > since it depends on csound as backend multitasking will be a prob?
> > >
> > > On Jul 18, 2017 5:03 PM, "Anton Kholomiov" 
> > > wrote:
> > >
> > > >
> > > > do you think csound-expression can be taken as an
> > original-audio-command
> > > > building tool?
> > > >
> > >
> > > I'm not sure what do you mean.
> > > Do you mean CLI audio-applications?
> > >
> > >
> > > 2017-07-18 11:01 GMT+03:00 Anton Kholomiov  >:
> > >
> > > > Thanks, for report!
> > > > I will investigate
> > > >
> > > > 2017-07-18 9:53 GMT+03:00 '2+ :
> > > >
> > > >> hi so i got my cabal-install updated on my
> > > x86chromebook-crouton-jessie-c
> > > >> li-extra
> > > >>
> > > >> > But you should be able to upgrade to a new version of cabal
using:
> > > >> > cabal install cabal-install-1.24.0.2
> > > >>
> > > >> that way
> > > >> and it went okay
> > > >> but
> > > >> cabal install csound-expression failed during its build
> > > >> error.txt looks like the followings:
> > > >> the error.txt is also at:
> > > >> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
> > > >> /view?usp=sharing
> > > >>
> > > >> will try the install on raspberrypi and pocketchip too
> > > >>
> > > >> ---8<---
> > > >>
> > > >> Resolving dependencies...
> > > >> Configuring csound-expression-5.2.1...
> > > >> Building csound-expression-5.2.1...
> > > >> Failed to install csound-expression-5.2.1
> > > >> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
> > > >> Configuring csound-expression-5.2.1...
> > > >> Building csound-expression-5.2.1...
> > > >> Preprocessing library csound-expression-5.2.1...
> > > >> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
> > > >> src/Csound/Control/Overload/SpecInstr.hs,
> dist/build/Csound/Control/
> > > Overload/SpecInstr.o
> > > >> )
> > > >> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
> > > >> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/
> > > Overload/Outs.o
> > > >> )
> > > >> [ 3 of 46] Compiling Csound.Control.Gui.Props (
> > > >> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/
> > Props.o
> > > )
> > > >> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
> > > >> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/
> > > Layout.o
> > > >> )
> > > >> [ 5 of 46] Compiling Csound.Control.Channel (
> > > >> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o
> )
> > > >> [ 6 of 46] Compiling Csound.Control.Osc (
src/Csound/Control/Osc.hs,
> > > >> dist/build/Csound/Control/Osc.o )
> > > >> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
> > > >> dist/build/Csound/Cabbage.o )
> > > >> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
> > > >> dist/build/Csound/Control/SE.o )
> > > >>
> > > >> src/Csound/Control/SE.hs:4:15: Warning:
> > > >> `whileRef' is exported by `whileRef' and `whileRef'
> > > >>
> > > >> src/Csound/Control/SE.hs:8:1: Warning:
> > > >> The import of `Csound.Typed.Types.Tuple' is redundant
> > > >>   except perhaps to import instances from
> > `Csound.Typed.Types.Tuple'
> > > >> To import instances alone, use: import
> Csound.Typed.Types.Tuple()
> > > >> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
> > > >> dist/build/Csound/Options.o )
> > > >>
> > > >> src/Csound/Options.hs:70:1: Warning:
> > > >> Defined but not used: `setJacko'
> > > >> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
> > > >> dist/build/Csound/Tab.o )
> > > >>
> > > >> src/Csound/Tab.hs:195:1: Warning:
> > > >> The import of `Csound.Typed.Opcode' is redundant
> > > >>   except perhaps to import instances from `Csound.Typed.Opcode'
> > > >> To import instances alone, use: import Csound.Typed.Opcode()
> > > >>
> > > >> src/Csound/Tab.hs:309:8: Warning:
> > > >> This binding for `genId' shadows the existing binding
> > > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > > >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> > > >>
> > > >> src/Csound/Tab.hs:312:8: Warning:
> > > >> This binding for `genId' shadows the existing binding
> > > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > > >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> > > >>
> > > >> src/Csound/Tab.hs:533:35: Warning:
> > > >> This binding for `pn' shadows the existing binding
> > > >

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread Anton Kholomiov
Ok, I think I've fixed that problem in my git repo but forgot
to upload it on Hackage. I'll check this out.

2017-07-18 12:36 GMT+03:00 '2+ :

> great! i hope i can get it working on at least one if my weird gadgets:)
>
> On Jul 18, 2017 6:05 PM, "Anton Kholomiov" 
> wrote:
>
> > It's possible. You can run many csound's at the same time each doing it's
> > own audio.
> >
> > 2017-07-18 11:35 GMT+03:00 '2+ :
> >
> > > yes! each compiled app(command) doing its single task .. maybe i shoud
> > ask
> > > after using it for a while excuse me..
> > > since it depends on csound as backend multitasking will be a prob?
> > >
> > > On Jul 18, 2017 5:03 PM, "Anton Kholomiov" 
> > > wrote:
> > >
> > > >
> > > > do you think csound-expression can be taken as an
> > original-audio-command
> > > > building tool?
> > > >
> > >
> > > I'm not sure what do you mean.
> > > Do you mean CLI audio-applications?
> > >
> > >
> > > 2017-07-18 11:01 GMT+03:00 Anton Kholomiov  >:
> > >
> > > > Thanks, for report!
> > > > I will investigate
> > > >
> > > > 2017-07-18 9:53 GMT+03:00 '2+ :
> > > >
> > > >> hi so i got my cabal-install updated on my
> > > x86chromebook-crouton-jessie-c
> > > >> li-extra
> > > >>
> > > >> > But you should be able to upgrade to a new version of cabal using:
> > > >> > cabal install cabal-install-1.24.0.2
> > > >>
> > > >> that way
> > > >> and it went okay
> > > >> but
> > > >> cabal install csound-expression failed during its build
> > > >> error.txt looks like the followings:
> > > >> the error.txt is also at:
> > > >> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
> > > >> /view?usp=sharing
> > > >>
> > > >> will try the install on raspberrypi and pocketchip too
> > > >>
> > > >> ---8<---
> > > >>
> > > >> Resolving dependencies...
> > > >> Configuring csound-expression-5.2.1...
> > > >> Building csound-expression-5.2.1...
> > > >> Failed to install csound-expression-5.2.1
> > > >> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
> > > >> Configuring csound-expression-5.2.1...
> > > >> Building csound-expression-5.2.1...
> > > >> Preprocessing library csound-expression-5.2.1...
> > > >> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
> > > >> src/Csound/Control/Overload/SpecInstr.hs,
> dist/build/Csound/Control/
> > > Overload/SpecInstr.o
> > > >> )
> > > >> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
> > > >> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/
> > > Overload/Outs.o
> > > >> )
> > > >> [ 3 of 46] Compiling Csound.Control.Gui.Props (
> > > >> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/
> > Props.o
> > > )
> > > >> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
> > > >> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/
> > > Layout.o
> > > >> )
> > > >> [ 5 of 46] Compiling Csound.Control.Channel (
> > > >> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o
> )
> > > >> [ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs,
> > > >> dist/build/Csound/Control/Osc.o )
> > > >> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
> > > >> dist/build/Csound/Cabbage.o )
> > > >> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
> > > >> dist/build/Csound/Control/SE.o )
> > > >>
> > > >> src/Csound/Control/SE.hs:4:15: Warning:
> > > >> `whileRef' is exported by `whileRef' and `whileRef'
> > > >>
> > > >> src/Csound/Control/SE.hs:8:1: Warning:
> > > >> The import of `Csound.Typed.Types.Tuple' is redundant
> > > >>   except perhaps to import instances from
> > `Csound.Typed.Types.Tuple'
> > > >> To import instances alone, use: import
> Csound.Typed.Types.Tuple()
> > > >> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
> > > >> dist/build/Csound/Options.o )
> > > >>
> > > >> src/Csound/Options.hs:70:1: Warning:
> > > >> Defined but not used: `setJacko'
> > > >> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
> > > >> dist/build/Csound/Tab.o )
> > > >>
> > > >> src/Csound/Tab.hs:195:1: Warning:
> > > >> The import of `Csound.Typed.Opcode' is redundant
> > > >>   except perhaps to import instances from `Csound.Typed.Opcode'
> > > >> To import instances alone, use: import Csound.Typed.Opcode()
> > > >>
> > > >> src/Csound/Tab.hs:309:8: Warning:
> > > >> This binding for `genId' shadows the existing binding
> > > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > > >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> > > >>
> > > >> src/Csound/Tab.hs:312:8: Warning:
> > > >> This binding for `genId' shadows the existing binding
> > > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > > >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> > > >>
> > > >> src/Csound/Tab.hs:533:35: Warning:
> > > >> This binding for `pn' shadows the existing binding
> > > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread '2+
great! i hope i can get it working on at least one if my weird gadgets:)

On Jul 18, 2017 6:05 PM, "Anton Kholomiov" 
wrote:

> It's possible. You can run many csound's at the same time each doing it's
> own audio.
>
> 2017-07-18 11:35 GMT+03:00 '2+ :
>
> > yes! each compiled app(command) doing its single task .. maybe i shoud
> ask
> > after using it for a while excuse me..
> > since it depends on csound as backend multitasking will be a prob?
> >
> > On Jul 18, 2017 5:03 PM, "Anton Kholomiov" 
> > wrote:
> >
> > >
> > > do you think csound-expression can be taken as an
> original-audio-command
> > > building tool?
> > >
> >
> > I'm not sure what do you mean.
> > Do you mean CLI audio-applications?
> >
> >
> > 2017-07-18 11:01 GMT+03:00 Anton Kholomiov :
> >
> > > Thanks, for report!
> > > I will investigate
> > >
> > > 2017-07-18 9:53 GMT+03:00 '2+ :
> > >
> > >> hi so i got my cabal-install updated on my
> > x86chromebook-crouton-jessie-c
> > >> li-extra
> > >>
> > >> > But you should be able to upgrade to a new version of cabal using:
> > >> > cabal install cabal-install-1.24.0.2
> > >>
> > >> that way
> > >> and it went okay
> > >> but
> > >> cabal install csound-expression failed during its build
> > >> error.txt looks like the followings:
> > >> the error.txt is also at:
> > >> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
> > >> /view?usp=sharing
> > >>
> > >> will try the install on raspberrypi and pocketchip too
> > >>
> > >> ---8<---
> > >>
> > >> Resolving dependencies...
> > >> Configuring csound-expression-5.2.1...
> > >> Building csound-expression-5.2.1...
> > >> Failed to install csound-expression-5.2.1
> > >> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
> > >> Configuring csound-expression-5.2.1...
> > >> Building csound-expression-5.2.1...
> > >> Preprocessing library csound-expression-5.2.1...
> > >> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
> > >> src/Csound/Control/Overload/SpecInstr.hs, dist/build/Csound/Control/
> > Overload/SpecInstr.o
> > >> )
> > >> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
> > >> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/
> > Overload/Outs.o
> > >> )
> > >> [ 3 of 46] Compiling Csound.Control.Gui.Props (
> > >> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/
> Props.o
> > )
> > >> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
> > >> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/
> > Layout.o
> > >> )
> > >> [ 5 of 46] Compiling Csound.Control.Channel (
> > >> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o )
> > >> [ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs,
> > >> dist/build/Csound/Control/Osc.o )
> > >> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
> > >> dist/build/Csound/Cabbage.o )
> > >> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
> > >> dist/build/Csound/Control/SE.o )
> > >>
> > >> src/Csound/Control/SE.hs:4:15: Warning:
> > >> `whileRef' is exported by `whileRef' and `whileRef'
> > >>
> > >> src/Csound/Control/SE.hs:8:1: Warning:
> > >> The import of `Csound.Typed.Types.Tuple' is redundant
> > >>   except perhaps to import instances from
> `Csound.Typed.Types.Tuple'
> > >> To import instances alone, use: import Csound.Typed.Types.Tuple()
> > >> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
> > >> dist/build/Csound/Options.o )
> > >>
> > >> src/Csound/Options.hs:70:1: Warning:
> > >> Defined but not used: `setJacko'
> > >> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
> > >> dist/build/Csound/Tab.o )
> > >>
> > >> src/Csound/Tab.hs:195:1: Warning:
> > >> The import of `Csound.Typed.Opcode' is redundant
> > >>   except perhaps to import instances from `Csound.Typed.Opcode'
> > >> To import instances alone, use: import Csound.Typed.Opcode()
> > >>
> > >> src/Csound/Tab.hs:309:8: Warning:
> > >> This binding for `genId' shadows the existing binding
> > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> > >>
> > >> src/Csound/Tab.hs:312:8: Warning:
> > >> This binding for `genId' shadows the existing binding
> > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> > >>
> > >> src/Csound/Tab.hs:533:35: Warning:
> > >> This binding for `pn' shadows the existing binding
> > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > >>   (and originally defined in `Csound.Dynamic.Build')
> > >>
> > >> src/Csound/Tab.hs:537:35: Warning:
> > >> This binding for `pn' shadows the existing binding
> > >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> > >>   (and originally defined in `Csound.Dynamic.Build')
> > >>
> > >> src/Csound/Tab.hs:735:16: Warning:
> > >> This bindi

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread Anton Kholomiov
It's possible. You can run many csound's at the same time each doing it's
own audio.

2017-07-18 11:35 GMT+03:00 '2+ :

> yes! each compiled app(command) doing its single task .. maybe i shoud ask
> after using it for a while excuse me..
> since it depends on csound as backend multitasking will be a prob?
>
> On Jul 18, 2017 5:03 PM, "Anton Kholomiov" 
> wrote:
>
> >
> > do you think csound-expression can be taken as an original-audio-command
> > building tool?
> >
>
> I'm not sure what do you mean.
> Do you mean CLI audio-applications?
>
>
> 2017-07-18 11:01 GMT+03:00 Anton Kholomiov :
>
> > Thanks, for report!
> > I will investigate
> >
> > 2017-07-18 9:53 GMT+03:00 '2+ :
> >
> >> hi so i got my cabal-install updated on my
> x86chromebook-crouton-jessie-c
> >> li-extra
> >>
> >> > But you should be able to upgrade to a new version of cabal using:
> >> > cabal install cabal-install-1.24.0.2
> >>
> >> that way
> >> and it went okay
> >> but
> >> cabal install csound-expression failed during its build
> >> error.txt looks like the followings:
> >> the error.txt is also at:
> >> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
> >> /view?usp=sharing
> >>
> >> will try the install on raspberrypi and pocketchip too
> >>
> >> ---8<---
> >>
> >> Resolving dependencies...
> >> Configuring csound-expression-5.2.1...
> >> Building csound-expression-5.2.1...
> >> Failed to install csound-expression-5.2.1
> >> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
> >> Configuring csound-expression-5.2.1...
> >> Building csound-expression-5.2.1...
> >> Preprocessing library csound-expression-5.2.1...
> >> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
> >> src/Csound/Control/Overload/SpecInstr.hs, dist/build/Csound/Control/
> Overload/SpecInstr.o
> >> )
> >> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
> >> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/
> Overload/Outs.o
> >> )
> >> [ 3 of 46] Compiling Csound.Control.Gui.Props (
> >> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o
> )
> >> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
> >> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/
> Layout.o
> >> )
> >> [ 5 of 46] Compiling Csound.Control.Channel (
> >> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o )
> >> [ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs,
> >> dist/build/Csound/Control/Osc.o )
> >> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
> >> dist/build/Csound/Cabbage.o )
> >> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
> >> dist/build/Csound/Control/SE.o )
> >>
> >> src/Csound/Control/SE.hs:4:15: Warning:
> >> `whileRef' is exported by `whileRef' and `whileRef'
> >>
> >> src/Csound/Control/SE.hs:8:1: Warning:
> >> The import of `Csound.Typed.Types.Tuple' is redundant
> >>   except perhaps to import instances from `Csound.Typed.Types.Tuple'
> >> To import instances alone, use: import Csound.Typed.Types.Tuple()
> >> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
> >> dist/build/Csound/Options.o )
> >>
> >> src/Csound/Options.hs:70:1: Warning:
> >> Defined but not used: `setJacko'
> >> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
> >> dist/build/Csound/Tab.o )
> >>
> >> src/Csound/Tab.hs:195:1: Warning:
> >> The import of `Csound.Typed.Opcode' is redundant
> >>   except perhaps to import instances from `Csound.Typed.Opcode'
> >> To import instances alone, use: import Csound.Typed.Opcode()
> >>
> >> src/Csound/Tab.hs:309:8: Warning:
> >> This binding for `genId' shadows the existing binding
> >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> >>
> >> src/Csound/Tab.hs:312:8: Warning:
> >> This binding for `genId' shadows the existing binding
> >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> >>
> >> src/Csound/Tab.hs:533:35: Warning:
> >> This binding for `pn' shadows the existing binding
> >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> >>   (and originally defined in `Csound.Dynamic.Build')
> >>
> >> src/Csound/Tab.hs:537:35: Warning:
> >> This binding for `pn' shadows the existing binding
> >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> >>   (and originally defined in `Csound.Dynamic.Build')
> >>
> >> src/Csound/Tab.hs:735:16: Warning:
> >> This binding for `genId' shadows the existing binding
> >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> >>   (and originally defined in `Csound.Dynamic.Types.Exp')
> >>
> >> src/Csound/Tab.hs:746:5: Warning:
> >> This binding for `genId' shadows the existing binding
> >>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
> >>   (and 

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread '2+
yes! each compiled app(command) doing its single task .. maybe i shoud ask
after using it for a while excuse me..
since it depends on csound as backend multitasking will be a prob?

On Jul 18, 2017 5:03 PM, "Anton Kholomiov" 
wrote:

>
> do you think csound-expression can be taken as an original-audio-command
> building tool?
>

I'm not sure what do you mean.
Do you mean CLI audio-applications?


2017-07-18 11:01 GMT+03:00 Anton Kholomiov :

> Thanks, for report!
> I will investigate
>
> 2017-07-18 9:53 GMT+03:00 '2+ :
>
>> hi so i got my cabal-install updated on my x86chromebook-crouton-jessie-c
>> li-extra
>>
>> > But you should be able to upgrade to a new version of cabal using:
>> > cabal install cabal-install-1.24.0.2
>>
>> that way
>> and it went okay
>> but
>> cabal install csound-expression failed during its build
>> error.txt looks like the followings:
>> the error.txt is also at:
>> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
>> /view?usp=sharing
>>
>> will try the install on raspberrypi and pocketchip too
>>
>> ---8<---
>>
>> Resolving dependencies...
>> Configuring csound-expression-5.2.1...
>> Building csound-expression-5.2.1...
>> Failed to install csound-expression-5.2.1
>> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
>> Configuring csound-expression-5.2.1...
>> Building csound-expression-5.2.1...
>> Preprocessing library csound-expression-5.2.1...
>> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
>> src/Csound/Control/Overload/SpecInstr.hs, dist/build/Csound/Control/
Overload/SpecInstr.o
>> )
>> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
>> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/
Overload/Outs.o
>> )
>> [ 3 of 46] Compiling Csound.Control.Gui.Props (
>> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o )
>> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
>> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/Layout.o
>> )
>> [ 5 of 46] Compiling Csound.Control.Channel (
>> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o )
>> [ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs,
>> dist/build/Csound/Control/Osc.o )
>> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
>> dist/build/Csound/Cabbage.o )
>> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
>> dist/build/Csound/Control/SE.o )
>>
>> src/Csound/Control/SE.hs:4:15: Warning:
>> `whileRef' is exported by `whileRef' and `whileRef'
>>
>> src/Csound/Control/SE.hs:8:1: Warning:
>> The import of `Csound.Typed.Types.Tuple' is redundant
>>   except perhaps to import instances from `Csound.Typed.Types.Tuple'
>> To import instances alone, use: import Csound.Typed.Types.Tuple()
>> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
>> dist/build/Csound/Options.o )
>>
>> src/Csound/Options.hs:70:1: Warning:
>> Defined but not used: `setJacko'
>> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
>> dist/build/Csound/Tab.o )
>>
>> src/Csound/Tab.hs:195:1: Warning:
>> The import of `Csound.Typed.Opcode' is redundant
>>   except perhaps to import instances from `Csound.Typed.Opcode'
>> To import instances alone, use: import Csound.Typed.Opcode()
>>
>> src/Csound/Tab.hs:309:8: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:312:8: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:533:35: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:537:35: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:735:16: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:746:5: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:838:59: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:844:33: Warning:
>> This binding for `pn' shadows the ex

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread Anton Kholomiov
>
> do you think csound-expression can be taken as an original-audio-command
> building tool?
>

I'm not sure what do you mean.
Do you mean CLI audio-applications?


2017-07-18 11:01 GMT+03:00 Anton Kholomiov :

> Thanks, for report!
> I will investigate
>
> 2017-07-18 9:53 GMT+03:00 '2+ :
>
>> hi so i got my cabal-install updated on my x86chromebook-crouton-jessie-c
>> li-extra
>>
>> > But you should be able to upgrade to a new version of cabal using:
>> > cabal install cabal-install-1.24.0.2
>>
>> that way
>> and it went okay
>> but
>> cabal install csound-expression failed during its build
>> error.txt looks like the followings:
>> the error.txt is also at:
>> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg
>> /view?usp=sharing
>>
>> will try the install on raspberrypi and pocketchip too
>>
>> ---8<---
>>
>> Resolving dependencies...
>> Configuring csound-expression-5.2.1...
>> Building csound-expression-5.2.1...
>> Failed to install csound-expression-5.2.1
>> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
>> Configuring csound-expression-5.2.1...
>> Building csound-expression-5.2.1...
>> Preprocessing library csound-expression-5.2.1...
>> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
>> src/Csound/Control/Overload/SpecInstr.hs, 
>> dist/build/Csound/Control/Overload/SpecInstr.o
>> )
>> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
>> src/Csound/Control/Overload/Outs.hs, 
>> dist/build/Csound/Control/Overload/Outs.o
>> )
>> [ 3 of 46] Compiling Csound.Control.Gui.Props (
>> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o )
>> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
>> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/Layout.o
>> )
>> [ 5 of 46] Compiling Csound.Control.Channel (
>> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o )
>> [ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs,
>> dist/build/Csound/Control/Osc.o )
>> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
>> dist/build/Csound/Cabbage.o )
>> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
>> dist/build/Csound/Control/SE.o )
>>
>> src/Csound/Control/SE.hs:4:15: Warning:
>> `whileRef' is exported by `whileRef' and `whileRef'
>>
>> src/Csound/Control/SE.hs:8:1: Warning:
>> The import of `Csound.Typed.Types.Tuple' is redundant
>>   except perhaps to import instances from `Csound.Typed.Types.Tuple'
>> To import instances alone, use: import Csound.Typed.Types.Tuple()
>> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
>> dist/build/Csound/Options.o )
>>
>> src/Csound/Options.hs:70:1: Warning:
>> Defined but not used: `setJacko'
>> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
>> dist/build/Csound/Tab.o )
>>
>> src/Csound/Tab.hs:195:1: Warning:
>> The import of `Csound.Typed.Opcode' is redundant
>>   except perhaps to import instances from `Csound.Typed.Opcode'
>> To import instances alone, use: import Csound.Typed.Opcode()
>>
>> src/Csound/Tab.hs:309:8: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:312:8: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:533:35: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:537:35: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:735:16: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:746:5: Warning:
>> This binding for `genId' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Types.Exp')
>>
>> src/Csound/Tab.hs:838:59: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:844:33: Warning:
>> This binding for `pn' shadows the existing binding
>>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>>   (and originally defined in `Csound.Dynamic.Build')
>>
>> src/Csound/Tab.hs:886:68: Warning: Defined but not used: `a'
>>
>> src/Csound

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-18 Thread Anton Kholomiov
Thanks, for report!
I will investigate

2017-07-18 9:53 GMT+03:00 '2+ :

> hi so i got my cabal-install updated on my x86chromebook-crouton-jessie-
> cli-extra
>
> > But you should be able to upgrade to a new version of cabal using:
> > cabal install cabal-install-1.24.0.2
>
> that way
> and it went okay
> but
> cabal install csound-expression failed during its build
> error.txt looks like the followings:
> the error.txt is also at:
> https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg/
> view?usp=sharing
>
> will try the install on raspberrypi and pocketchip too
>
> ---8<---
>
> Resolving dependencies...
> Configuring csound-expression-5.2.1...
> Building csound-expression-5.2.1...
> Failed to install csound-expression-5.2.1
> Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
> Configuring csound-expression-5.2.1...
> Building csound-expression-5.2.1...
> Preprocessing library csound-expression-5.2.1...
> [ 1 of 46] Compiling Csound.Control.Overload.SpecInstr (
> src/Csound/Control/Overload/SpecInstr.hs, 
> dist/build/Csound/Control/Overload/SpecInstr.o
> )
> [ 2 of 46] Compiling Csound.Control.Overload.Outs (
> src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/Overload/Outs.o
> )
> [ 3 of 46] Compiling Csound.Control.Gui.Props (
> src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o )
> [ 4 of 46] Compiling Csound.Control.Gui.Layout (
> src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/Layout.o )
> [ 5 of 46] Compiling Csound.Control.Channel (
> src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o )
> [ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs,
> dist/build/Csound/Control/Osc.o )
> [ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs,
> dist/build/Csound/Cabbage.o )
> [ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs,
> dist/build/Csound/Control/SE.o )
>
> src/Csound/Control/SE.hs:4:15: Warning:
> `whileRef' is exported by `whileRef' and `whileRef'
>
> src/Csound/Control/SE.hs:8:1: Warning:
> The import of `Csound.Typed.Types.Tuple' is redundant
>   except perhaps to import instances from `Csound.Typed.Types.Tuple'
> To import instances alone, use: import Csound.Typed.Types.Tuple()
> [ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs,
> dist/build/Csound/Options.o )
>
> src/Csound/Options.hs:70:1: Warning:
> Defined but not used: `setJacko'
> [10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs,
> dist/build/Csound/Tab.o )
>
> src/Csound/Tab.hs:195:1: Warning:
> The import of `Csound.Typed.Opcode' is redundant
>   except perhaps to import instances from `Csound.Typed.Opcode'
> To import instances alone, use: import Csound.Typed.Opcode()
>
> src/Csound/Tab.hs:309:8: Warning:
> This binding for `genId' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Types.Exp')
>
> src/Csound/Tab.hs:312:8: Warning:
> This binding for `genId' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Types.Exp')
>
> src/Csound/Tab.hs:533:35: Warning:
> This binding for `pn' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Build')
>
> src/Csound/Tab.hs:537:35: Warning:
> This binding for `pn' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Build')
>
> src/Csound/Tab.hs:735:16: Warning:
> This binding for `genId' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Types.Exp')
>
> src/Csound/Tab.hs:746:5: Warning:
> This binding for `genId' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Types.Exp')
>
> src/Csound/Tab.hs:838:59: Warning:
> This binding for `pn' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Build')
>
> src/Csound/Tab.hs:844:33: Warning:
> This binding for `pn' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Build')
>
> src/Csound/Tab.hs:886:68: Warning: Defined but not used: `a'
>
> src/Csound/Tab.hs:1104:12: Warning:
> This binding for `genId' shadows the existing binding
>   imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
>   (and originally defined in `Csound.Dynamic.Types.Exp')
>
> src/Csound/Tab.hs:1128:14: Warning:
> Defined but not used: `rescaleFlag'
>
> src/Csound/Tab.hs:1128:33: Warnin

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread '2+
hi so i got my cabal-install updated on my 
x86chromebook-crouton-jessie-cli-extra

> But you should be able to upgrade to a new version of cabal using:
> cabal install cabal-install-1.24.0.2

that way
and it went okay
but
cabal install csound-expression failed during its build
error.txt looks like the followings:
the error.txt is also at:
https://drive.google.com/file/d/0Bw1BVSDvHJwXYTJtdURxS2hHdjg/view?usp=sharing

will try the install on raspberrypi and pocketchip too

---8<---

Resolving dependencies...
Configuring csound-expression-5.2.1...
Building csound-expression-5.2.1...
Failed to install csound-expression-5.2.1
Build log ( /root/.cabal/logs/csound-expression-5.2.1.log ):
Configuring csound-expression-5.2.1...
Building csound-expression-5.2.1...
Preprocessing library csound-expression-5.2.1...
[ 1 of 46] Compiling Csound.Control.Overload.SpecInstr ( 
src/Csound/Control/Overload/SpecInstr.hs, 
dist/build/Csound/Control/Overload/SpecInstr.o )
[ 2 of 46] Compiling Csound.Control.Overload.Outs ( 
src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/Overload/Outs.o )
[ 3 of 46] Compiling Csound.Control.Gui.Props ( 
src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o )
[ 4 of 46] Compiling Csound.Control.Gui.Layout ( 
src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/Layout.o )
[ 5 of 46] Compiling Csound.Control.Channel ( src/Csound/Control/Channel.hs, 
dist/build/Csound/Control/Channel.o )
[ 6 of 46] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs, 
dist/build/Csound/Control/Osc.o )
[ 7 of 46] Compiling Csound.Cabbage   ( src/Csound/Cabbage.hs, 
dist/build/Csound/Cabbage.o )
[ 8 of 46] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs, 
dist/build/Csound/Control/SE.o )

src/Csound/Control/SE.hs:4:15: Warning:
`whileRef' is exported by `whileRef' and `whileRef'

src/Csound/Control/SE.hs:8:1: Warning:
The import of `Csound.Typed.Types.Tuple' is redundant
  except perhaps to import instances from `Csound.Typed.Types.Tuple'
To import instances alone, use: import Csound.Typed.Types.Tuple()
[ 9 of 46] Compiling Csound.Options   ( src/Csound/Options.hs, 
dist/build/Csound/Options.o )

src/Csound/Options.hs:70:1: Warning:
Defined but not used: `setJacko'
[10 of 46] Compiling Csound.Tab   ( src/Csound/Tab.hs, 
dist/build/Csound/Tab.o )

src/Csound/Tab.hs:195:1: Warning:
The import of `Csound.Typed.Opcode' is redundant
  except perhaps to import instances from `Csound.Typed.Opcode'
To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Tab.hs:309:8: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:312:8: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:533:35: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:537:35: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:735:16: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:746:5: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:838:59: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:844:33: Warning:
This binding for `pn' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Build')

src/Csound/Tab.hs:886:68: Warning: Defined but not used: `a'

src/Csound/Tab.hs:1104:12: Warning:
This binding for `genId' shadows the existing binding
  imported from `Csound.Dynamic' at src/Csound/Tab.hs:191:1-48
  (and originally defined in `Csound.Dynamic.Types.Exp')

src/Csound/Tab.hs:1128:14: Warning:
Defined but not used: `rescaleFlag'

src/Csound/Tab.hs:1128:33: Warning:
This binding for `seq' shadows the existing binding
  imported from `Prelude' at src/Csound/Tab.hs:2:8-17
  (and originally defined in `ghc-prim:GHC.Prim')

src/Csound/Tab.hs:1405:17: Warning:
This binding for `xs' shadows the existing binding
  bound at s

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread '2+
thanks for great pointers!
i mentioned livecoding but now gradually shifting my plan to
livecommandthrowing ;)

i once had chuck compiled for alsa on my x-less-slackware machine and liked
the way it handled everything in a plain VT.
id prefer scripts being prepared but choosing and running them live.

i also own some ARM-Linux machines and since its a bit early to do things
in ghci .. i would even get things compiled and just use unique comnands
and no audio-file to bring out the groove.

do you think csound-expression can be taken as an original-audio-command
building tool?

thanx again!



On Jul 18, 2017 3:34 AM, "Anton Kholomiov" 
wrote:

> Here it is
> down the rabbit hole:
>
> http://csound.github.io/docs/manual/compilestr.html
>
> 2017-07-17 21:32 GMT+03:00 Anton Kholomiov :
>
> > Csound can compile insturments from strings.
> > So one can send the instrument body in the note or
> > in the OSC-message while Csound is working.
> > I've just forgot the name of the function that does it...
> >
> >
> > 2017-07-17 21:26 GMT+03:00 Anton Kholomiov :
> >
> >> Actually you can hot swap the instruments!
> >> but alas not with my library, which hides the instruments identifiers
> >> from the user. But Csound has support for it.
> >>
> >> 2017-07-17 19:51 GMT+03:00 Stephen Tetley :
> >>
> >>> Csound is eminently capable of being used in realtime - see the
> >>> "Real-Time Audio" section of the Csound manual.
> >>>
> >>> Possibly you cannot hot swap instruments, but you can certainly
> >>> control them with MIDI messages, OSC, network interfaces, etc.
> >>>
> >>> On 17 July 2017 at 09:29, Jeffrey Brown 
> wrote:
> >>> > Maybe things have changed, but CSound used to generate audio files,
> >>> not in
> >>> > realtime. If that's still true, JACK should not be necessary.
> >>> >
> >>> > On Mon, Jul 17, 2017 at 12:45 AM, Anton Kholomiov <
> >>> anton.kholom...@gmail.com
> >>> >> wrote:
> >>> >
> >>> >> kind of warning:
> >>> >>
> >>> >> You can not live code with CE.
> >>> >>
> >>> >> But!
> >>> >>
> >>> >> It's suitable for realtime and you can control it with OSC or MIDI
> or
> >>> with
> >>> >> Csound API.
> >>> >> So in theory you can make your own livecoding-studio with it and
> >>> livecode
> >>> >> in your library
> >>> >>
> >>> >>
> >>> >> 2017-07-17 10:40 GMT+03:00 Anton Kholomiov <
> anton.kholom...@gmail.com
> >>> >:
> >>> >>
> >>> >> > If you are on linux by default Csound uses pulseaudio or default
> >>> sound
> >>> >> > card.
> >>> >> > The concrete driver can be chosen with flags (Csound.Options)
> >>> >> >
> >>> >> > Maybe your version for ghc+cabal is too old. ghc 7.10 + is
> >>> recommended
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> > 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
> >>> >> > lemm...@henning-thielemann.de>:
> >>> >> >
> >>> >> >>
> >>> >> >> On Mon, 17 Jul 2017, '2+ wrote:
> >>> >> >>
> >>> >> >> > am a python+csound guy who is always struggling in vain to
> setup
> >>> >> >> haskell related things
> >>> >> >> > such as installing tidalcycles on my cheap linux machines
> >>> >> >> > and since am more into oscillators than samples
> >>> >> >> > and since i hate using jack that doesnt wanna work on many of
> my
> >>> >> >> machines
> >>> >> >> > am almost making my mind to use csound-expression as my
> >>> live-coding
> >>> >> >> environment
> >>> >> >>
> >>> >> >> I think I never used Csound with JACK thus I am pretty sure that
> >>> Csound
> >>> >> >> works without.
> >>> >> >>
> >>> >> >> > but it ain't clear whether it works without jack
> >>> >> >> > and my
> >>> >> >> > cabal install csound-expression
> >>> >> >> > on my chromebook-crouton-cli-extra
> >>> >> >> > resulted into:
> >>> >> >> >
> >>> >> >> > user error (The package 'csound-expression-typed' requires
> Cabal
> >>> >> library
> >>> >> >> > version -any && >=1.22 but no suitable version is installed.
> >>> >> >> >
> >>> >> >> > my crouton is still debian-jessie
> >>> >> >> > maybe that's the prob
> >>> >> >> > but do you think it will go well if i upgrade
> >>> >> >>
> >>> >> >> For Ubuntu there are Deb packages for newer versions of Cabal:
> >>> >> >> http://ppa.launchpad.net/hvr/ghc/ubuntu
> >>> >> >>
> >>> >> >> But you should be able to upgrade to a new version of cabal
> using:
> >>> >> >> cabal install cabal-install-1.24.0.2
> >>> >> >>
> >>> >> >> --
> >>> >> >>
> >>> >> >> Read the whole topic here: Haskell Art:
> >>> >> >> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
> >>> >> >>
> >>> >> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
> >>> >> >> following email subject: unsubscribe
> >>> >> >>
> >>> >> >
> >>> >> >
> >>> >>
> >>> >> --
> >>> >>
> >>> >> Read the whole topic here: Haskell Art:
> >>> >> http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U
> >>> >>
> >>> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
> >>> following
> >>> >> email subject: unsubscribe
> >>> >>
> >>> >
> >>> >
> >>> >
> >>> > --
> >>> > Jeff Brown | Jeffrey Benjamin Brown
> >>

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Anton Kholomiov
Here it is
down the rabbit hole:

http://csound.github.io/docs/manual/compilestr.html

2017-07-17 21:32 GMT+03:00 Anton Kholomiov :

> Csound can compile insturments from strings.
> So one can send the instrument body in the note or
> in the OSC-message while Csound is working.
> I've just forgot the name of the function that does it...
>
>
> 2017-07-17 21:26 GMT+03:00 Anton Kholomiov :
>
>> Actually you can hot swap the instruments!
>> but alas not with my library, which hides the instruments identifiers
>> from the user. But Csound has support for it.
>>
>> 2017-07-17 19:51 GMT+03:00 Stephen Tetley :
>>
>>> Csound is eminently capable of being used in realtime - see the
>>> "Real-Time Audio" section of the Csound manual.
>>>
>>> Possibly you cannot hot swap instruments, but you can certainly
>>> control them with MIDI messages, OSC, network interfaces, etc.
>>>
>>> On 17 July 2017 at 09:29, Jeffrey Brown  wrote:
>>> > Maybe things have changed, but CSound used to generate audio files,
>>> not in
>>> > realtime. If that's still true, JACK should not be necessary.
>>> >
>>> > On Mon, Jul 17, 2017 at 12:45 AM, Anton Kholomiov <
>>> anton.kholom...@gmail.com
>>> >> wrote:
>>> >
>>> >> kind of warning:
>>> >>
>>> >> You can not live code with CE.
>>> >>
>>> >> But!
>>> >>
>>> >> It's suitable for realtime and you can control it with OSC or MIDI or
>>> with
>>> >> Csound API.
>>> >> So in theory you can make your own livecoding-studio with it and
>>> livecode
>>> >> in your library
>>> >>
>>> >>
>>> >> 2017-07-17 10:40 GMT+03:00 Anton Kholomiov >> >:
>>> >>
>>> >> > If you are on linux by default Csound uses pulseaudio or default
>>> sound
>>> >> > card.
>>> >> > The concrete driver can be chosen with flags (Csound.Options)
>>> >> >
>>> >> > Maybe your version for ghc+cabal is too old. ghc 7.10 + is
>>> recommended
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
>>> >> > lemm...@henning-thielemann.de>:
>>> >> >
>>> >> >>
>>> >> >> On Mon, 17 Jul 2017, '2+ wrote:
>>> >> >>
>>> >> >> > am a python+csound guy who is always struggling in vain to setup
>>> >> >> haskell related things
>>> >> >> > such as installing tidalcycles on my cheap linux machines
>>> >> >> > and since am more into oscillators than samples
>>> >> >> > and since i hate using jack that doesnt wanna work on many of my
>>> >> >> machines
>>> >> >> > am almost making my mind to use csound-expression as my
>>> live-coding
>>> >> >> environment
>>> >> >>
>>> >> >> I think I never used Csound with JACK thus I am pretty sure that
>>> Csound
>>> >> >> works without.
>>> >> >>
>>> >> >> > but it ain't clear whether it works without jack
>>> >> >> > and my
>>> >> >> > cabal install csound-expression
>>> >> >> > on my chromebook-crouton-cli-extra
>>> >> >> > resulted into:
>>> >> >> >
>>> >> >> > user error (The package 'csound-expression-typed' requires Cabal
>>> >> library
>>> >> >> > version -any && >=1.22 but no suitable version is installed.
>>> >> >> >
>>> >> >> > my crouton is still debian-jessie
>>> >> >> > maybe that's the prob
>>> >> >> > but do you think it will go well if i upgrade
>>> >> >>
>>> >> >> For Ubuntu there are Deb packages for newer versions of Cabal:
>>> >> >> http://ppa.launchpad.net/hvr/ghc/ubuntu
>>> >> >>
>>> >> >> But you should be able to upgrade to a new version of cabal using:
>>> >> >> cabal install cabal-install-1.24.0.2
>>> >> >>
>>> >> >> --
>>> >> >>
>>> >> >> Read the whole topic here: Haskell Art:
>>> >> >> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
>>> >> >>
>>> >> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
>>> >> >> following email subject: unsubscribe
>>> >> >>
>>> >> >
>>> >> >
>>> >>
>>> >> --
>>> >>
>>> >> Read the whole topic here: Haskell Art:
>>> >> http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U
>>> >>
>>> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
>>> following
>>> >> email subject: unsubscribe
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > Jeff Brown | Jeffrey Benjamin Brown
>>> > Website    |   Facebook
>>> >    |   LinkedIn
>>> > (spammy, so I often
>>> miss
>>> > messages here)   |   Github 
>>> >
>>> > --
>>> >
>>> > Read the whole topic here: Haskell Art:
>>> > http://lurk.org/r/topic/259o9sIWlYpxsj6mM0T0eB
>>> >
>>> > To leave Haskell Art, email haskell-art@group.lurk.org with the
>>> following email subject: unsubscribe
>>>
>>> --
>>>
>>> Read the whole topic here: Haskell Art:
>>> http://lurk.org/r/topic/68Y2OC40WjXLycgkJYypHd
>>>
>>> To leave Haskell Art, email haskell-art@group.lurk.org with the
>>> following email subject: unsubscribe
>>>
>>
>>
>

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/2DqLG2AitEVuMhlb0ssyKp

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe

Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Anton Kholomiov
Csound can compile insturments from strings.
So one can send the instrument body in the note or
in the OSC-message while Csound is working.
I've just forgot the name of the function that does it...


2017-07-17 21:26 GMT+03:00 Anton Kholomiov :

> Actually you can hot swap the instruments!
> but alas not with my library, which hides the instruments identifiers
> from the user. But Csound has support for it.
>
> 2017-07-17 19:51 GMT+03:00 Stephen Tetley :
>
>> Csound is eminently capable of being used in realtime - see the
>> "Real-Time Audio" section of the Csound manual.
>>
>> Possibly you cannot hot swap instruments, but you can certainly
>> control them with MIDI messages, OSC, network interfaces, etc.
>>
>> On 17 July 2017 at 09:29, Jeffrey Brown  wrote:
>> > Maybe things have changed, but CSound used to generate audio files, not
>> in
>> > realtime. If that's still true, JACK should not be necessary.
>> >
>> > On Mon, Jul 17, 2017 at 12:45 AM, Anton Kholomiov <
>> anton.kholom...@gmail.com
>> >> wrote:
>> >
>> >> kind of warning:
>> >>
>> >> You can not live code with CE.
>> >>
>> >> But!
>> >>
>> >> It's suitable for realtime and you can control it with OSC or MIDI or
>> with
>> >> Csound API.
>> >> So in theory you can make your own livecoding-studio with it and
>> livecode
>> >> in your library
>> >>
>> >>
>> >> 2017-07-17 10:40 GMT+03:00 Anton Kholomiov > >:
>> >>
>> >> > If you are on linux by default Csound uses pulseaudio or default
>> sound
>> >> > card.
>> >> > The concrete driver can be chosen with flags (Csound.Options)
>> >> >
>> >> > Maybe your version for ghc+cabal is too old. ghc 7.10 + is
>> recommended
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
>> >> > lemm...@henning-thielemann.de>:
>> >> >
>> >> >>
>> >> >> On Mon, 17 Jul 2017, '2+ wrote:
>> >> >>
>> >> >> > am a python+csound guy who is always struggling in vain to setup
>> >> >> haskell related things
>> >> >> > such as installing tidalcycles on my cheap linux machines
>> >> >> > and since am more into oscillators than samples
>> >> >> > and since i hate using jack that doesnt wanna work on many of my
>> >> >> machines
>> >> >> > am almost making my mind to use csound-expression as my
>> live-coding
>> >> >> environment
>> >> >>
>> >> >> I think I never used Csound with JACK thus I am pretty sure that
>> Csound
>> >> >> works without.
>> >> >>
>> >> >> > but it ain't clear whether it works without jack
>> >> >> > and my
>> >> >> > cabal install csound-expression
>> >> >> > on my chromebook-crouton-cli-extra
>> >> >> > resulted into:
>> >> >> >
>> >> >> > user error (The package 'csound-expression-typed' requires Cabal
>> >> library
>> >> >> > version -any && >=1.22 but no suitable version is installed.
>> >> >> >
>> >> >> > my crouton is still debian-jessie
>> >> >> > maybe that's the prob
>> >> >> > but do you think it will go well if i upgrade
>> >> >>
>> >> >> For Ubuntu there are Deb packages for newer versions of Cabal:
>> >> >> http://ppa.launchpad.net/hvr/ghc/ubuntu
>> >> >>
>> >> >> But you should be able to upgrade to a new version of cabal using:
>> >> >> cabal install cabal-install-1.24.0.2
>> >> >>
>> >> >> --
>> >> >>
>> >> >> Read the whole topic here: Haskell Art:
>> >> >> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
>> >> >>
>> >> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
>> >> >> following email subject: unsubscribe
>> >> >>
>> >> >
>> >> >
>> >>
>> >> --
>> >>
>> >> Read the whole topic here: Haskell Art:
>> >> http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U
>> >>
>> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
>> following
>> >> email subject: unsubscribe
>> >>
>> >
>> >
>> >
>> > --
>> > Jeff Brown | Jeffrey Benjamin Brown
>> > Website    |   Facebook
>> >    |   LinkedIn
>> > (spammy, so I often
>> miss
>> > messages here)   |   Github 
>> >
>> > --
>> >
>> > Read the whole topic here: Haskell Art:
>> > http://lurk.org/r/topic/259o9sIWlYpxsj6mM0T0eB
>> >
>> > To leave Haskell Art, email haskell-art@group.lurk.org with the
>> following email subject: unsubscribe
>>
>> --
>>
>> Read the whole topic here: Haskell Art:
>> http://lurk.org/r/topic/68Y2OC40WjXLycgkJYypHd
>>
>> To leave Haskell Art, email haskell-art@group.lurk.org with the
>> following email subject: unsubscribe
>>
>
>

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/6fRfoM9P5V6Qx3fwlp18QM

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Anton Kholomiov
Actually you can hot swap the instruments!
but alas not with my library, which hides the instruments identifiers
from the user. But Csound has support for it.

2017-07-17 19:51 GMT+03:00 Stephen Tetley :

> Csound is eminently capable of being used in realtime - see the
> "Real-Time Audio" section of the Csound manual.
>
> Possibly you cannot hot swap instruments, but you can certainly
> control them with MIDI messages, OSC, network interfaces, etc.
>
> On 17 July 2017 at 09:29, Jeffrey Brown  wrote:
> > Maybe things have changed, but CSound used to generate audio files, not
> in
> > realtime. If that's still true, JACK should not be necessary.
> >
> > On Mon, Jul 17, 2017 at 12:45 AM, Anton Kholomiov <
> anton.kholom...@gmail.com
> >> wrote:
> >
> >> kind of warning:
> >>
> >> You can not live code with CE.
> >>
> >> But!
> >>
> >> It's suitable for realtime and you can control it with OSC or MIDI or
> with
> >> Csound API.
> >> So in theory you can make your own livecoding-studio with it and
> livecode
> >> in your library
> >>
> >>
> >> 2017-07-17 10:40 GMT+03:00 Anton Kholomiov :
> >>
> >> > If you are on linux by default Csound uses pulseaudio or default sound
> >> > card.
> >> > The concrete driver can be chosen with flags (Csound.Options)
> >> >
> >> > Maybe your version for ghc+cabal is too old. ghc 7.10 + is recommended
> >> >
> >> >
> >> >
> >> >
> >> > 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
> >> > lemm...@henning-thielemann.de>:
> >> >
> >> >>
> >> >> On Mon, 17 Jul 2017, '2+ wrote:
> >> >>
> >> >> > am a python+csound guy who is always struggling in vain to setup
> >> >> haskell related things
> >> >> > such as installing tidalcycles on my cheap linux machines
> >> >> > and since am more into oscillators than samples
> >> >> > and since i hate using jack that doesnt wanna work on many of my
> >> >> machines
> >> >> > am almost making my mind to use csound-expression as my live-coding
> >> >> environment
> >> >>
> >> >> I think I never used Csound with JACK thus I am pretty sure that
> Csound
> >> >> works without.
> >> >>
> >> >> > but it ain't clear whether it works without jack
> >> >> > and my
> >> >> > cabal install csound-expression
> >> >> > on my chromebook-crouton-cli-extra
> >> >> > resulted into:
> >> >> >
> >> >> > user error (The package 'csound-expression-typed' requires Cabal
> >> library
> >> >> > version -any && >=1.22 but no suitable version is installed.
> >> >> >
> >> >> > my crouton is still debian-jessie
> >> >> > maybe that's the prob
> >> >> > but do you think it will go well if i upgrade
> >> >>
> >> >> For Ubuntu there are Deb packages for newer versions of Cabal:
> >> >> http://ppa.launchpad.net/hvr/ghc/ubuntu
> >> >>
> >> >> But you should be able to upgrade to a new version of cabal using:
> >> >> cabal install cabal-install-1.24.0.2
> >> >>
> >> >> --
> >> >>
> >> >> Read the whole topic here: Haskell Art:
> >> >> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
> >> >>
> >> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
> >> >> following email subject: unsubscribe
> >> >>
> >> >
> >> >
> >>
> >> --
> >>
> >> Read the whole topic here: Haskell Art:
> >> http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U
> >>
> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
> following
> >> email subject: unsubscribe
> >>
> >
> >
> >
> > --
> > Jeff Brown | Jeffrey Benjamin Brown
> > Website    |   Facebook
> >    |   LinkedIn
> > (spammy, so I often
> miss
> > messages here)   |   Github 
> >
> > --
> >
> > Read the whole topic here: Haskell Art:
> > http://lurk.org/r/topic/259o9sIWlYpxsj6mM0T0eB
> >
> > To leave Haskell Art, email haskell-art@group.lurk.org with the
> following email subject: unsubscribe
>
> --
>
> Read the whole topic here: Haskell Art:
> http://lurk.org/r/topic/68Y2OC40WjXLycgkJYypHd
>
> To leave Haskell Art, email haskell-art@group.lurk.org with the following
> email subject: unsubscribe
>

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/5x31OnottydkjafiFnffXs

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Stephen Tetley
Csound is eminently capable of being used in realtime - see the
"Real-Time Audio" section of the Csound manual.

Possibly you cannot hot swap instruments, but you can certainly
control them with MIDI messages, OSC, network interfaces, etc.

On 17 July 2017 at 09:29, Jeffrey Brown  wrote:
> Maybe things have changed, but CSound used to generate audio files, not in
> realtime. If that's still true, JACK should not be necessary.
>
> On Mon, Jul 17, 2017 at 12:45 AM, Anton Kholomiov > wrote:
>
>> kind of warning:
>>
>> You can not live code with CE.
>>
>> But!
>>
>> It's suitable for realtime and you can control it with OSC or MIDI or with
>> Csound API.
>> So in theory you can make your own livecoding-studio with it and livecode
>> in your library
>>
>>
>> 2017-07-17 10:40 GMT+03:00 Anton Kholomiov :
>>
>> > If you are on linux by default Csound uses pulseaudio or default sound
>> > card.
>> > The concrete driver can be chosen with flags (Csound.Options)
>> >
>> > Maybe your version for ghc+cabal is too old. ghc 7.10 + is recommended
>> >
>> >
>> >
>> >
>> > 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
>> > lemm...@henning-thielemann.de>:
>> >
>> >>
>> >> On Mon, 17 Jul 2017, '2+ wrote:
>> >>
>> >> > am a python+csound guy who is always struggling in vain to setup
>> >> haskell related things
>> >> > such as installing tidalcycles on my cheap linux machines
>> >> > and since am more into oscillators than samples
>> >> > and since i hate using jack that doesnt wanna work on many of my
>> >> machines
>> >> > am almost making my mind to use csound-expression as my live-coding
>> >> environment
>> >>
>> >> I think I never used Csound with JACK thus I am pretty sure that Csound
>> >> works without.
>> >>
>> >> > but it ain't clear whether it works without jack
>> >> > and my
>> >> > cabal install csound-expression
>> >> > on my chromebook-crouton-cli-extra
>> >> > resulted into:
>> >> >
>> >> > user error (The package 'csound-expression-typed' requires Cabal
>> library
>> >> > version -any && >=1.22 but no suitable version is installed.
>> >> >
>> >> > my crouton is still debian-jessie
>> >> > maybe that's the prob
>> >> > but do you think it will go well if i upgrade
>> >>
>> >> For Ubuntu there are Deb packages for newer versions of Cabal:
>> >> http://ppa.launchpad.net/hvr/ghc/ubuntu
>> >>
>> >> But you should be able to upgrade to a new version of cabal using:
>> >> cabal install cabal-install-1.24.0.2
>> >>
>> >> --
>> >>
>> >> Read the whole topic here: Haskell Art:
>> >> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
>> >>
>> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
>> >> following email subject: unsubscribe
>> >>
>> >
>> >
>>
>> --
>>
>> Read the whole topic here: Haskell Art:
>> http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U
>>
>> To leave Haskell Art, email haskell-art@group.lurk.org with the following
>> email subject: unsubscribe
>>
>
>
>
> --
> Jeff Brown | Jeffrey Benjamin Brown
> Website    |   Facebook
>    |   LinkedIn
> (spammy, so I often miss
> messages here)   |   Github 
>
> --
>
> Read the whole topic here: Haskell Art:
> http://lurk.org/r/topic/259o9sIWlYpxsj6mM0T0eB
>
> To leave Haskell Art, email haskell-art@group.lurk.org with the following 
> email subject: unsubscribe

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/68Y2OC40WjXLycgkJYypHd

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread '2+
okay i'll try this tomorrow .. and report if any progress
later! and thanx to all who replied:)

On Jul 17, 2017 2:43 PM, "Henning Thielemann" 
wrote:

>
> On Mon, 17 Jul 2017, '2+ wrote:
>
> > am a python+csound guy who is always struggling in vain to setup haskell
> related things
> > such as installing tidalcycles on my cheap linux machines
> > and since am more into oscillators than samples
> > and since i hate using jack that doesnt wanna work on many of my machines
> > am almost making my mind to use csound-expression as my live-coding
> environment
>
> I think I never used Csound with JACK thus I am pretty sure that Csound
> works without.
>
> > but it ain't clear whether it works without jack
> > and my
> > cabal install csound-expression
> > on my chromebook-crouton-cli-extra
> > resulted into:
> >
> > user error (The package 'csound-expression-typed' requires Cabal library
> > version -any && >=1.22 but no suitable version is installed.
> >
> > my crouton is still debian-jessie
> > maybe that's the prob
> > but do you think it will go well if i upgrade
>
> For Ubuntu there are Deb packages for newer versions of Cabal:
> http://ppa.launchpad.net/hvr/ghc/ubuntu
>
> But you should be able to upgrade to a new version of cabal using:
> cabal install cabal-install-1.24.0.2
>
> --
>
> Read the whole topic here: Haskell Art:
> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
>
> To leave Haskell Art, email haskell-art@group.lurk.org with the following
> email subject: unsubscribe
>

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/1UNU6q3brehslfyb6DfMW1

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Jeffrey Brown
Maybe things have changed, but CSound used to generate audio files, not in
realtime. If that's still true, JACK should not be necessary.

On Mon, Jul 17, 2017 at 12:45 AM, Anton Kholomiov  wrote:

> kind of warning:
>
> You can not live code with CE.
>
> But!
>
> It's suitable for realtime and you can control it with OSC or MIDI or with
> Csound API.
> So in theory you can make your own livecoding-studio with it and livecode
> in your library
>
>
> 2017-07-17 10:40 GMT+03:00 Anton Kholomiov :
>
> > If you are on linux by default Csound uses pulseaudio or default sound
> > card.
> > The concrete driver can be chosen with flags (Csound.Options)
> >
> > Maybe your version for ghc+cabal is too old. ghc 7.10 + is recommended
> >
> >
> >
> >
> > 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
> > lemm...@henning-thielemann.de>:
> >
> >>
> >> On Mon, 17 Jul 2017, '2+ wrote:
> >>
> >> > am a python+csound guy who is always struggling in vain to setup
> >> haskell related things
> >> > such as installing tidalcycles on my cheap linux machines
> >> > and since am more into oscillators than samples
> >> > and since i hate using jack that doesnt wanna work on many of my
> >> machines
> >> > am almost making my mind to use csound-expression as my live-coding
> >> environment
> >>
> >> I think I never used Csound with JACK thus I am pretty sure that Csound
> >> works without.
> >>
> >> > but it ain't clear whether it works without jack
> >> > and my
> >> > cabal install csound-expression
> >> > on my chromebook-crouton-cli-extra
> >> > resulted into:
> >> >
> >> > user error (The package 'csound-expression-typed' requires Cabal
> library
> >> > version -any && >=1.22 but no suitable version is installed.
> >> >
> >> > my crouton is still debian-jessie
> >> > maybe that's the prob
> >> > but do you think it will go well if i upgrade
> >>
> >> For Ubuntu there are Deb packages for newer versions of Cabal:
> >> http://ppa.launchpad.net/hvr/ghc/ubuntu
> >>
> >> But you should be able to upgrade to a new version of cabal using:
> >> cabal install cabal-install-1.24.0.2
> >>
> >> --
> >>
> >> Read the whole topic here: Haskell Art:
> >> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
> >>
> >> To leave Haskell Art, email haskell-art@group.lurk.org with the
> >> following email subject: unsubscribe
> >>
> >
> >
>
> --
>
> Read the whole topic here: Haskell Art:
> http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U
>
> To leave Haskell Art, email haskell-art@group.lurk.org with the following
> email subject: unsubscribe
>



-- 
Jeff Brown | Jeffrey Benjamin Brown
Website    |   Facebook
   |   LinkedIn
(spammy, so I often miss
messages here)   |   Github 

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/259o9sIWlYpxsj6mM0T0eB

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Anton Kholomiov
kind of warning:

You can not live code with CE.

But!

It's suitable for realtime and you can control it with OSC or MIDI or with
Csound API.
So in theory you can make your own livecoding-studio with it and livecode
in your library


2017-07-17 10:40 GMT+03:00 Anton Kholomiov :

> If you are on linux by default Csound uses pulseaudio or default sound
> card.
> The concrete driver can be chosen with flags (Csound.Options)
>
> Maybe your version for ghc+cabal is too old. ghc 7.10 + is recommended
>
>
>
>
> 2017-07-17 8:43 GMT+03:00 Henning Thielemann <
> lemm...@henning-thielemann.de>:
>
>>
>> On Mon, 17 Jul 2017, '2+ wrote:
>>
>> > am a python+csound guy who is always struggling in vain to setup
>> haskell related things
>> > such as installing tidalcycles on my cheap linux machines
>> > and since am more into oscillators than samples
>> > and since i hate using jack that doesnt wanna work on many of my
>> machines
>> > am almost making my mind to use csound-expression as my live-coding
>> environment
>>
>> I think I never used Csound with JACK thus I am pretty sure that Csound
>> works without.
>>
>> > but it ain't clear whether it works without jack
>> > and my
>> > cabal install csound-expression
>> > on my chromebook-crouton-cli-extra
>> > resulted into:
>> >
>> > user error (The package 'csound-expression-typed' requires Cabal library
>> > version -any && >=1.22 but no suitable version is installed.
>> >
>> > my crouton is still debian-jessie
>> > maybe that's the prob
>> > but do you think it will go well if i upgrade
>>
>> For Ubuntu there are Deb packages for newer versions of Cabal:
>> http://ppa.launchpad.net/hvr/ghc/ubuntu
>>
>> But you should be able to upgrade to a new version of cabal using:
>> cabal install cabal-install-1.24.0.2
>>
>> --
>>
>> Read the whole topic here: Haskell Art:
>> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
>>
>> To leave Haskell Art, email haskell-art@group.lurk.org with the
>> following email subject: unsubscribe
>>
>
>

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/3pQp8kyjsPV4KAPqoRl44U

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-17 Thread Anton Kholomiov
If you are on linux by default Csound uses pulseaudio or default sound card.
The concrete driver can be chosen with flags (Csound.Options)

Maybe your version for ghc+cabal is too old. ghc 7.10 + is recommended




2017-07-17 8:43 GMT+03:00 Henning Thielemann 
:

>
> On Mon, 17 Jul 2017, '2+ wrote:
>
> > am a python+csound guy who is always struggling in vain to setup haskell
> related things
> > such as installing tidalcycles on my cheap linux machines
> > and since am more into oscillators than samples
> > and since i hate using jack that doesnt wanna work on many of my machines
> > am almost making my mind to use csound-expression as my live-coding
> environment
>
> I think I never used Csound with JACK thus I am pretty sure that Csound
> works without.
>
> > but it ain't clear whether it works without jack
> > and my
> > cabal install csound-expression
> > on my chromebook-crouton-cli-extra
> > resulted into:
> >
> > user error (The package 'csound-expression-typed' requires Cabal library
> > version -any && >=1.22 but no suitable version is installed.
> >
> > my crouton is still debian-jessie
> > maybe that's the prob
> > but do you think it will go well if i upgrade
>
> For Ubuntu there are Deb packages for newer versions of Cabal:
> http://ppa.launchpad.net/hvr/ghc/ubuntu
>
> But you should be able to upgrade to a new version of cabal using:
> cabal install cabal-install-1.24.0.2
>
> --
>
> Read the whole topic here: Haskell Art:
> http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS
>
> To leave Haskell Art, email haskell-art@group.lurk.org with the following
> email subject: unsubscribe
>

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/5wJGCQbeJBR4GnV4Lkf7JP

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe


Re: [haskell art] does csound-expression work without jack? (and my cabal error related)

2017-07-16 Thread Henning Thielemann

On Mon, 17 Jul 2017, '2+ wrote:

> am a python+csound guy who is always struggling in vain to setup haskell 
> related things
> such as installing tidalcycles on my cheap linux machines
> and since am more into oscillators than samples
> and since i hate using jack that doesnt wanna work on many of my machines
> am almost making my mind to use csound-expression as my live-coding 
> environment

I think I never used Csound with JACK thus I am pretty sure that Csound 
works without.

> but it ain't clear whether it works without jack
> and my
> cabal install csound-expression
> on my chromebook-crouton-cli-extra
> resulted into:
>
> user error (The package 'csound-expression-typed' requires Cabal library
> version -any && >=1.22 but no suitable version is installed.
>
> my crouton is still debian-jessie
> maybe that's the prob
> but do you think it will go well if i upgrade

For Ubuntu there are Deb packages for newer versions of Cabal:
http://ppa.launchpad.net/hvr/ghc/ubuntu

But you should be able to upgrade to a new version of cabal using:
cabal install cabal-install-1.24.0.2

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/4LlnlASO2QhhrcwXfmk3vS

To leave Haskell Art, email haskell-art@group.lurk.org with the following email 
subject: unsubscribe