Csound Csound-dev Csound-tekno Search About

[Csnd] My csound sequencer webapp

Date2014-04-22 04:43
FromForrest Cahoon
Subject[Csnd] My csound sequencer webapp
I have a basic pnacl csound sequencer webapp up at

http://fcahoon.github.io/seq/

It's pretty simple; click on the squares to turn on and off notes; the start button at the bottom starts the sequencer. The scale and BPM can be changed while the sequencer is running.

Source code can be inspected at https://github.com/fcahoon/fcahoon.github.io

I forgot to put any sort of copyright notice in the code, but I intend to make it available under some sort of open source license.

Forrest

Date2014-04-22 09:01
FromVictor Lazzarini
SubjectRe: [Csnd] My csound sequencer webapp
Nice. I’d suggest you put a progress bar for the pnacl module loading, otherwise people
might think it’s not working if it takes a little while to load.
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 22 Apr 2014, at 04:43, Forrest Cahoon  wrote:

> I have a basic pnacl csound sequencer webapp up at 
> 
> http://fcahoon.github.io/seq/
> 
> It's pretty simple; click on the squares to turn on and off notes; the start button at the bottom starts the sequencer. The scale and BPM can be changed while the sequencer is running.
> 
> Source code can be inspected at https://github.com/fcahoon/fcahoon.github.io
> 
> I forgot to put any sort of copyright notice in the code, but I intend to make it available under some sort of open source license.
> 
> Forrest



Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-04-22 09:04
Fromfrancesco
Subject[Csnd] Re: My csound sequencer webapp
Nice done, thanks.
This make me resurrect a similar project i was working on (well on Easter
:-)).
Not a web application but a simple GUI.
But i will now start to understand how it works Your project.

Thanks for sharing.
ciao,
francesco.




--
View this message in context: http://csound.1045644.n5.nabble.com/My-csound-sequencer-webapp-tp5734545p5734550.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-04-22 13:46
FromSteven Yi
SubjectRe: [Csnd] My csound sequencer webapp
Nicely done!  I also got tripped up on starting the app before Csound
loaded. I took a brief look at the source and was happy to see
AngularJS in there. ;)  Do you have any future plans for this?

Thanks!
steven

On Mon, Apr 21, 2014 at 11:43 PM, Forrest Cahoon
 wrote:
> I have a basic pnacl csound sequencer webapp up at
>
> http://fcahoon.github.io/seq/
>
> It's pretty simple; click on the squares to turn on and off notes; the start
> button at the bottom starts the sequencer. The scale and BPM can be changed
> while the sequencer is running.
>
> Source code can be inspected at https://github.com/fcahoon/fcahoon.github.io
>
> I forgot to put any sort of copyright notice in the code, but I intend to
> make it available under some sort of open source license.
>
> Forrest


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-04-22 15:50
FromForrest Cahoon
SubjectRe: [Csnd] My csound sequencer webapp
The two things I want to add are (1) a way to change the pattern length, and (2) a selection of instruments. Other than that, I don't really know where it will go.

Suggestions are welcome. (The need for a startup screen has been duly noted.)


On Tue, Apr 22, 2014 at 7:46 AM, Steven Yi <stevenyi@gmail.com> wrote:
Nicely done!  I also got tripped up on starting the app before Csound
loaded. I took a brief look at the source and was happy to see
AngularJS in there. ;)  Do you have any future plans for this?

Thanks!
steven

On Mon, Apr 21, 2014 at 11:43 PM, Forrest Cahoon
<forrest.cahoon@gmail.com> wrote:
> I have a basic pnacl csound sequencer webapp up at
>
> http://fcahoon.github.io/seq/
>
> It's pretty simple; click on the squares to turn on and off notes; the start
> button at the bottom starts the sequencer. The scale and BPM can be changed
> while the sequencer is running.
>
> Source code can be inspected at https://github.com/fcahoon/fcahoon.github.io
>
> I forgot to put any sort of copyright notice in the code, but I intend to
> make it available under some sort of open source license.
>
> Forrest


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-04-22 16:20
FromSteven Yi
SubjectRe: [Csnd] My csound sequencer webapp
That sounds very nice, and I think the more projects like this come
out, the easier it will be for others to imagine and create their own
projects.

Sidenote: We're doing a presentation at the Linux Audio Conference for
Csound on the Web.  Any objections to us showing your project as part
of the demos?

On Tue, Apr 22, 2014 at 10:50 AM, Forrest Cahoon
 wrote:
> The two things I want to add are (1) a way to change the pattern length, and
> (2) a selection of instruments. Other than that, I don't really know where
> it will go.
>
> Suggestions are welcome. (The need for a startup screen has been duly
> noted.)
>
>
> On Tue, Apr 22, 2014 at 7:46 AM, Steven Yi  wrote:
>>
>> Nicely done!  I also got tripped up on starting the app before Csound
>> loaded. I took a brief look at the source and was happy to see
>> AngularJS in there. ;)  Do you have any future plans for this?
>>
>> Thanks!
>> steven
>>
>> On Mon, Apr 21, 2014 at 11:43 PM, Forrest Cahoon
>>  wrote:
>> > I have a basic pnacl csound sequencer webapp up at
>> >
>> > http://fcahoon.github.io/seq/
>> >
>> > It's pretty simple; click on the squares to turn on and off notes; the
>> > start
>> > button at the bottom starts the sequencer. The scale and BPM can be
>> > changed
>> > while the sequencer is running.
>> >
>> > Source code can be inspected at
>> > https://github.com/fcahoon/fcahoon.github.io
>> >
>> > I forgot to put any sort of copyright notice in the code, but I intend
>> > to
>> > make it available under some sort of open source license.
>> >
>> > Forrest
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-04-22 19:48
FromForrest Cahoon
SubjectRe: [Csnd] My csound sequencer webapp
Of course, I'd be happy for my webapp to be shown at the Linux Audio Conference. Hopefully it will be looking a bit better by the time that comes around.

Forrest


On Tue, Apr 22, 2014 at 10:20 AM, Steven Yi <stevenyi@gmail.com> wrote:
That sounds very nice, and I think the more projects like this come
out, the easier it will be for others to imagine and create their own
projects.

Sidenote: We're doing a presentation at the Linux Audio Conference for
Csound on the Web.  Any objections to us showing your project as part
of the demos?

On Tue, Apr 22, 2014 at 10:50 AM, Forrest Cahoon
<forrest.cahoon@gmail.com> wrote:
> The two things I want to add are (1) a way to change the pattern length, and
> (2) a selection of instruments. Other than that, I don't really know where
> it will go.
>
> Suggestions are welcome. (The need for a startup screen has been duly
> noted.)
>
>
> On Tue, Apr 22, 2014 at 7:46 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Nicely done!  I also got tripped up on starting the app before Csound
>> loaded. I took a brief look at the source and was happy to see
>> AngularJS in there. ;)  Do you have any future plans for this?
>>
>> Thanks!
>> steven
>>
>> On Mon, Apr 21, 2014 at 11:43 PM, Forrest Cahoon
>> <forrest.cahoon@gmail.com> wrote:
>> > I have a basic pnacl csound sequencer webapp up at
>> >
>> > http://fcahoon.github.io/seq/
>> >
>> > It's pretty simple; click on the squares to turn on and off notes; the
>> > start
>> > button at the bottom starts the sequencer. The scale and BPM can be
>> > changed
>> > while the sequencer is running.
>> >
>> > Source code can be inspected at
>> > https://github.com/fcahoon/fcahoon.github.io
>> >
>> > I forgot to put any sort of copyright notice in the code, but I intend
>> > to
>> > make it available under some sort of open source license.
>> >
>> > Forrest
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-04-22 19:55
FromSteven Yi
SubjectRe: [Csnd] My csound sequencer webapp
Fantastic, thanks!

On Tue, Apr 22, 2014 at 2:48 PM, Forrest Cahoon
 wrote:
> Of course, I'd be happy for my webapp to be shown at the Linux Audio
> Conference. Hopefully it will be looking a bit better by the time that comes
> around.
>
> Forrest
>
>
> On Tue, Apr 22, 2014 at 10:20 AM, Steven Yi  wrote:
>>
>> That sounds very nice, and I think the more projects like this come
>> out, the easier it will be for others to imagine and create their own
>> projects.
>>
>> Sidenote: We're doing a presentation at the Linux Audio Conference for
>> Csound on the Web.  Any objections to us showing your project as part
>> of the demos?
>>
>> On Tue, Apr 22, 2014 at 10:50 AM, Forrest Cahoon
>>  wrote:
>> > The two things I want to add are (1) a way to change the pattern length,
>> > and
>> > (2) a selection of instruments. Other than that, I don't really know
>> > where
>> > it will go.
>> >
>> > Suggestions are welcome. (The need for a startup screen has been duly
>> > noted.)
>> >
>> >
>> > On Tue, Apr 22, 2014 at 7:46 AM, Steven Yi  wrote:
>> >>
>> >> Nicely done!  I also got tripped up on starting the app before Csound
>> >> loaded. I took a brief look at the source and was happy to see
>> >> AngularJS in there. ;)  Do you have any future plans for this?
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >> On Mon, Apr 21, 2014 at 11:43 PM, Forrest Cahoon
>> >>  wrote:
>> >> > I have a basic pnacl csound sequencer webapp up at
>> >> >
>> >> > http://fcahoon.github.io/seq/
>> >> >
>> >> > It's pretty simple; click on the squares to turn on and off notes;
>> >> > the
>> >> > start
>> >> > button at the bottom starts the sequencer. The scale and BPM can be
>> >> > changed
>> >> > while the sequencer is running.
>> >> >
>> >> > Source code can be inspected at
>> >> > https://github.com/fcahoon/fcahoon.github.io
>> >> >
>> >> > I forgot to put any sort of copyright notice in the code, but I
>> >> > intend
>> >> > to
>> >> > make it available under some sort of open source license.
>> >> >
>> >> > Forrest
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-04-22 20:09
FromDominic Melville
SubjectRe: [Csnd] My csound sequencer webapp
Really cool little web app. I see a lot of web based Csound projects in the near future. 

Great work, thanks for sharing. 

Dominic