Generate random legato tones using fluidsynth api.
diff --git a/Changelog b/Changelog
index d1572553a5..5ddd2484b0 100644
--- a/Changelog
+++ b/Changelog
@@ -48,6 +48,7 @@ version :
- AMQP 0-9-1 protocol (RabbitMQ)
- Vulkan support
- avgblur_vulkan, overlay_vulkan, scale_vulkan and chromaber_vu
Use cellular automata to generate tones
diff --git a/Changelog b/Changelog
index d1572553a5..5ddd2484b0 100644
--- a/Changelog
+++ b/Changelog
@@ -48,6 +48,7 @@ version :
- AMQP 0-9-1 protocol (RabbitMQ)
- Vulkan support
- avgblur_vulkan, overlay_vulkan, scale_vulkan and chromaber_vulkan filter
Use cellular automata and fluidsynth sequencer to generate tones in major
pentatonic scale
diff --git a/Changelog b/Changelog
index d1572553a5..5ddd2484b0 100644
--- a/Changelog
+++ b/Changelog
@@ -48,6 +48,7 @@ version :
- AMQP 0-9-1 protocol (RabbitMQ)
- Vulkan support
- avgblur_vulkan, over
I was trying to random tones using cellular automata (it won't sound good
if the tones are too random so I used a scale) for the GSoC audio tones
filter project.
On Thu, Mar 26, 2020 at 2:41 PM Nicolas George wrote:
> Ashutosh Pradhan (12020-03-26):
> > Use cellular automata
On Thu, Mar 26, 2020 at 2:53 PM Nicolas George wrote:
> Ashutosh Pradhan (12020-03-26):
> > I was trying to random tones using cellular automata (it won't sound good
> > if the tones are too random so I used a scale) for the GSoC audio tones
> > filter project.
>
>
diff --git a/Changelog b/Changelog
index 711c843b99..905b91b570 100644
--- a/Changelog
+++ b/Changelog
@@ -75,7 +75,7 @@ version :
- PFM decoder
- dblur video filter
- Real War KVAG muxer
-
+- atone filter
version 4.2:
- tpad filter
diff --git a/configure b/configure
index 8569a60bf8..954e35
On Sun, Jun 14, 2020 at 10:34 PM Paul B Mahol wrote:
> On 6/5/20, Ashutosh Pradhan wrote:
> > diff --git a/Changelog b/Changelog
> > index 711c843b99..905b91b570 100644
> > --- a/Changelog
> > +++ b/Changelog
> > @@ -75,7 +75,7 @@ version :
> >
Generate algorithmic riff music. Changed to activate api.
Changelog| 2 +-
configure| 4 +
doc/filters.texi | 56 ++
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/asrc_atone.c | 474
Generate algorithmic music using riffs, lindenmayer systems, cellular automaton
and rhythm algorithms.
Changelog |1 +
configure |4 +
doc/filters.texi | 146
libavfilter/Makefile |1 +
libavfilte
On Mon, Jun 29, 2020 at 6:53 PM Moritz Barsnick wrote:
> On Thu, Jun 25, 2020 at 21:15:06 +0530, Ashutosh Pradhan wrote:
> > Generate algorithmic riff music. Changed to activate api.
>
> This commit doesn't change to activate API, as it introduces this
> filter. So that
On Tue, Jun 30, 2020 at 8:40 PM Thilo Borgmann
wrote:
> Am 30.06.20 um 16:09 schrieb Ashutosh Pradhan:
> > On Mon, Jun 29, 2020 at 6:53 PM Moritz Barsnick
> wrote:
> >
> >> On Thu, Jun 25, 2020 at 21:15:06 +0530, Ashutosh Pradhan wrote:
> >>> Generate algo
Generate algorithmic music using riffs, lindenmayer systems, cellular automaton
and rythm algorithms.
Changelog|1 +
configure|4 +
doc/filters.texi | 141 +
libavfilter/Makefile |1 +
libavfilter/allfilters.c |1 +
libavfilter/as
Generate algorithmic music using riffs, lindenmayer systems, cellular automaton
and rhythm algorithms.
Changelog|1 +
configure|4 +
doc/filters.texi | 141 +
libavfilter/Makefile |1 +
libavfilter/allfilters.c |1 +
libavfilter/as
On Mon, Aug 17, 2020 at 3:05 PM Paul B Mahol wrote:
> On 8/17/20, Ashutosh Pradhan wrote:
> > Generate algorithmic music using riffs, lindenmayer systems, cellular
> > automaton and rhythm algorithms.
> >
>
> Do you allow to change seed of lfg generator or seed i
On Mon, Aug 17, 2020 at 3:38 PM Nicolas George wrote:
> Paul B Mahol (12020-08-17):
> > Yes could apply the patch and compile it and run it.
>
> Yes, requiring everybody who wants to make an opinion to do that, what
> an excellent choice compared to uploading a sample somewhere.
>
Hi
I have prov
On Mon, Aug 17, 2020 at 4:37 PM Nicolas George wrote:
> Ashutosh Pradhan (12020-08-17):
> > I have provided the sample for $ ./ffplay -f lavfi -i atone
> > in the folder
> >
> https://drive.google.com/drive/folders/1manne188m5T-7wWZb7ZJBLZasLmsX05i?usp=sharing
>
Generate algorithmic music using riffs, lindenmayer systems, cellular automaton
and rhythm algorithms.
Fixed the error that was causing segmentation fault in the previous patch.
Changelog|1 +
configure|4 +
doc/filters.texi | 146 +
libavfilt
On Wed, Aug 19, 2020 at 6:12 PM Nicolas George wrote:
> Ashutosh Pradhan (12020-08-18):
> > Generate algorithmic music using riffs, lindenmayer systems, cellular
> automaton and rhythm algorithms.
> > Fixed the error that was causing segmentation fault in the previous
> pa
On Thu, Aug 20, 2020 at 1:10 PM Nicolas George wrote:
> Ashutosh Pradhan (12020-08-20):
> > I think it would be a bit difficult considering we have to read SoundFont
> > files, read and write midi events, code for the sequencer, synth, etc.
>
> I mean precisely without doin
On Thu, Aug 20, 2020 at 7:58 PM Nicolas George wrote:
> Ashutosh Pradhan (12020-08-20):
> > But, for that, we need to store the frequency information of each
> > instrument hence would be the same as reading SoundFont files, I think.
> > Also, the duration output would be
Generate algorithmic music using riffs, lindenmayer systems, cellular automaton
and rhythm algorithms.
Changelog |1 +
configure |4 +
doc/filters.texi | 146
libavfilter/Makefile |1 +
libavfilte
On Fri, Sep 4, 2020 at 6:08 PM Paul B Mahol wrote:
> On 8/25/20, Ashutosh Pradhan wrote:
> > Generate algorithmic music using riffs, lindenmayer systems, cellular
> > automaton and rhythm algorithms.
> >
> > Changelog
22 matches
Mail list logo