Re: [PD] 1st Release Candidate of ELSE 1.0-0 (with Live Electronics Tutorial)

2022-04-20 Thread Alexandre Torres Porres
Oh, here's something else I should have highlighted. The [score]/[score2]
objects also have an accelerando and ritardando syntax. This is also
provided in a new [speed] object for a regular metronome. This allows you
to correctly go from 60 BPM to 90 BPM in, say, 4 beats, quite cool. The
speed change formula is taken from "On Musiquantics" by Clarence Barlow,
see: http://clarlow.org/wp-content/uploads/2016/10/On-MusiquanticsA4.pdf
(figure 4).

Em qua., 20 de abr. de 2022 às 04:19, Alexandre Torres Porres <
por...@gmail.com> escreveu:

> Hey, first update of ELSE and the tutorial in 2022 has been released.
> Total number of objects is now 446, total number of examples in the
> tutorial is now 464..
>
> I never take this long but there are lots and lots of changes here. Many
> breaking changes on one hand but on the other I'm finally moving on to a
> next development phase of "Release Candidates" aiming towards more
> stability. One big change was having flags come first as they always should
> have.
>
> Many many fixes and many new objects.
>
> *Highlights:*
> - [metronome]: this object was added in the last update, I made many
> changes and included several new high level funciontanilities. Specially, I
> Added support for quite crazier time signatures.
> - [tabplayer~]: now can trigger start and stop playing at audio rate with
> signal input with gates and impulses.
> - new [score]/[score2] objects to write and play musical score sequences
> with a friendly syntax with bars, time signatures and fractional note
> durations
> - [polymetro]/[polymetro~]: polymetric metronomes at control and audio
> rates.
>
> The Live Electronics Tutorial has also been updated, check detailed
> changelog at: https://github.com/porres/pd-else/releases/tag/v1.0-rc1
>
> I also added in the readme alternatives to cyclone in ELSE.
>
> Find binaries for the main 64 bits systems in deken (Linux, Windows and
> macOS intel/arm), more to come soon and extra binaries will be available
> and found only in the release downloads from the repository.
>
> Cheers
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] 1st Release Candidate of ELSE 1.0-0 (with Live Electronics Tutorial)

2022-04-20 Thread Alexandre Torres Porres
Em qua., 20 de abr. de 2022 às 04:50, IOhannes m zmoelnig 
escreveu:

> one thing i never understood (and forgive me if i asked before and
> forgot): why is the "with live electronics tutorial" string part of the
> version? (i can think of a number of technical reasons, but conceptually
> i think it shouldn't be part of the version but rather of the description)
>

Hmmm, I see, I never thought of it as "part of the version", that's all. It
just felt like it wasn't and that it was clear but I can see it now.

maybe "else+tutorial" then the version should make more sense, right?



> see the deadkeys-hotfix-plugin (search for "*hotfix*") or the
> "mediasettings" library.
> (as can be seen in these examples, there are obviously some problems
> with reserved HTML-characters - e.g. "<" is currently rendered as ""
> - so best to avoid them).
> this allows you to show some information to the user beyond the filename,
> descriptions are not searchable (but versions are neither), and will not
> be taken into account for filtering or sorting.
>

not sure if I follow through but will check this out, thanks
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] 1st Release Candidate of ELSE 1.0-0 (with Live Electronics Tutorial)

2022-04-20 Thread IOhannes m zmoelnig


On 4/20/22 09:19, Alexandre Torres Porres wrote:

Hey, first update of ELSE and the tutorial in 2022 has been released.



congratulations!


The Live Electronics Tutorial has also been updated, check detailed
changelog at: https://github.com/porres/pd-else/releases/tag/v1.0-rc1


one thing i never understood (and forgive me if i asked before and 
forgot): why is the "with live electronics tutorial" string part of the 
version? (i can think of a number of technical reasons, but conceptually 
i think it shouldn't be part of the version but rather of the description)



you *can* change the 'title' of uploaded files on the portal, and deken 
will display this instead of the filename.



see the deadkeys-hotfix-plugin (search for "*hotfix*") or the 
"mediasettings" library.
(as can be seen in these examples, there are obviously some problems 
with reserved HTML-characters - e.g. "<" is currently rendered as "" 
- so best to avoid them).

this allows you to show some information to the user beyond the filename,
descriptions are not searchable (but versions are neither), and will not 
be taken into account for filtering or sorting.


here's how to do it:
- login to puredata.info
- open the URL containing your uploads
- click on the package file
- at the to pof the page you should see an "Edit" tab (below the 
breadcrumb) - click it

- change the "Title" to something of your liking, e.g.
  "ELSE - with Live Electronics Tutorial (macOS/Linux/Windows 64bit)"
- hit "Save" (near the bottom of the page)

mgfdasr
IOhannes


OpenPGP_signature
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] 1st Release Candidate of ELSE 1.0-0 (with Live Electronics Tutorial)

2022-04-20 Thread Alexandre Torres Porres
Hey, first update of ELSE and the tutorial in 2022 has been released. Total
number of objects is now 446, total number of examples in the tutorial is
now 464..

I never take this long but there are lots and lots of changes here. Many
breaking changes on one hand but on the other I'm finally moving on to a
next development phase of "Release Candidates" aiming towards more
stability. One big change was having flags come first as they always should
have.

Many many fixes and many new objects.

*Highlights:*
- [metronome]: this object was added in the last update, I made many
changes and included several new high level funciontanilities. Specially, I
Added support for quite crazier time signatures.
- [tabplayer~]: now can trigger start and stop playing at audio rate with
signal input with gates and impulses.
- new [score]/[score2] objects to write and play musical score sequences
with a friendly syntax with bars, time signatures and fractional note
durations
- [polymetro]/[polymetro~]: polymetric metronomes at control and audio
rates.

The Live Electronics Tutorial has also been updated, check detailed
changelog at: https://github.com/porres/pd-else/releases/tag/v1.0-rc1

I also added in the readme alternatives to cyclone in ELSE.

Find binaries for the main 64 bits systems in deken (Linux, Windows and
macOS intel/arm), more to come soon and extra binaries will be available
and found only in the release downloads from the repository.

Cheers
___
Pd-announce mailing list
pd-annou...@lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list