Csound Csound-dev Csound-tekno Search About

[Csnd] fun drone instrument with GUI

Date2018-09-26 18:09
Fromcybilsopsin
Subject[Csnd] fun drone instrument with GUI
I just hacked together this code. Its simple but fun and you can make fun
improvised "songs" with it if you want. 

It works by seting up a simple GUI with 4 control. These alter various
characteristics of two gbuzz units while thos units play a sustained note
that slowly falls in frequency. The step controls allow you to play "notes"
by changing the timbre/overtone series in steps.

Notes about using it: 

--I wrote the code below in CsoundQT, but the code below *should* (in
theory) work from the command line too BUT IDK :/ 

--Super Important: when you hit play (or run the file), the FLTK box will
pop up with FOUR BIG VALUATORS. Click one button on each (doesn't matter
which button) to hear the sound. Before you do this, all you hear is
unpredictable behavior.

--This is loud but should stay under 0dbfs.

Thanks for checking it out and let me know what you think. droner.csd
  



-----
***cybilopsin***
"We are all guilty of crime, the great crime of not living life to the full." - Henry Miller
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-09-27 06:21
Fromcybilsopsin
SubjectRe: [Csnd] fun drone instrument with GUI
droner.txt   

Here it is as a txt file, which is what is easier for some people (like me).
Just change the file extension and run it, or copy and paste the text in the
file and run it.

I'm working on a adding a gating effect with GUI controls to it.

Cheers!



-----
***cybilopsin***
"We are all guilty of crime, the great crime of not living life to the full." - Henry Miller
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-09-27 09:15
FromRory Walsh
SubjectRe: [Csnd] fun drone instrument with GUI
Very nice ;) 

On Thu, 27 Sep 2018 at 06:21, cybilsopsin <cybilopsin@gmail.com> wrote:
droner.txt <http://csound.1045644.n5.nabble.com/file/t339980/droner.txt

Here it is as a txt file, which is what is easier for some people (like me).
Just change the file extension and run it, or copy and paste the text in the
file and run it.

I'm working on a adding a gating effect with GUI controls to it.

Cheers!



-----
***cybilopsin***
"We are all guilty of crime, the great crime of not living life to the full." - Henry Miller
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-09-28 01:33
FromTarek Wayne
SubjectRe: [Csnd] fun drone instrument with GUI
Thxxxxx, I'm addicted to drones, will check it out!! 

On Wed, 26 Sep 2018, 19:09 cybilsopsin, <cybilopsin@gmail.com> wrote:
I just hacked together this code. Its simple but fun and you can make fun
improvised "songs" with it if you want.

It works by seting up a simple GUI with 4 control. These alter various
characteristics of two gbuzz units while thos units play a sustained note
that slowly falls in frequency. The step controls allow you to play "notes"
by changing the timbre/overtone series in steps.

Notes about using it:

--I wrote the code below in CsoundQT, but the code below *should* (in
theory) work from the command line too BUT IDK :/

--Super Important: when you hit play (or run the file), the FLTK box will
pop up with FOUR BIG VALUATORS. Click one button on each (doesn't matter
which button) to hear the sound. Before you do this, all you hear is
unpredictable behavior.

--This is loud but should stay under 0dbfs.

Thanks for checking it out and let me know what you think. droner.csd
<http://csound.1045644.n5.nabble.com/file/t339980/droner.csd



-----
***cybilopsin***
"We are all guilty of crime, the great crime of not living life to the full." - Henry Miller
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2019-03-03 18:00
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] fun drone instrument with GUI
Cybilopsin,

Nice.  Thanks for making and for sharing.
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 26, 2018 at 1:09 PM cybilsopsin <cybilopsin@gmail.com> wrote:
I just hacked together this code. Its simple but fun and you can make fun
improvised "songs" with it if you want.

It works by seting up a simple GUI with 4 control. These alter various
characteristics of two gbuzz units while thos units play a sustained note
that slowly falls in frequency. The step controls allow you to play "notes"
by changing the timbre/overtone series in steps.

Notes about using it:

--I wrote the code below in CsoundQT, but the code below *should* (in
theory) work from the command line too BUT IDK :/

--Super Important: when you hit play (or run the file), the FLTK box will
pop up with FOUR BIG VALUATORS. Click one button on each (doesn't matter
which button) to hear the sound. Before you do this, all you hear is
unpredictable behavior.

--This is loud but should stay under 0dbfs.

Thanks for checking it out and let me know what you think. droner.csd
<http://csound.1045644.n5.nabble.com/file/t339980/droner.csd



-----
***cybilopsin***
"We are all guilty of crime, the great crime of not living life to the full." - Henry Miller
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here