Thread overview
Musicpulator - Library for analyzing and manipulating music - 0.0.2
Jan 19, 2019
bauss
Jan 19, 2019
H. S. Teoh
Jan 19, 2019
bauss
Jan 19, 2019
viniarck
Jan 23, 2019
ONS
January 19, 2019
Happy to announce the first version of Musicpulator.

An open-source library for analyzing and manipulating music.

As of now only manual analysis and manipulation is possible, but in future versions this will change.

Please see the README.md for examples as there are a lot!

Github: https://github.com/UndergroundRekordz/Musicpulator

DUB: https://code.dlang.org/packages/musicpulator
January 19, 2019
On Sat, Jan 19, 2019 at 10:35:52AM +0000, bauss via Digitalmars-d-announce wrote:
> Happy to announce the first version of Musicpulator.
> 
> An open-source library for analyzing and manipulating music.
> 
> As of now only manual analysis and manipulation is possible, but in future versions this will change.
> 
> Please see the README.md for examples as there are a lot!
> 
> Github: https://github.com/UndergroundRekordz/Musicpulator
> 
> DUB: https://code.dlang.org/packages/musicpulator

Interesting.

Is there a way to import music, say from XML, for analysis?  Or is only internal analysis available currently?


T

-- 
One reason that few people are aware there are programs running the internet is that they never crash in any significant way: the free software underlying the internet is reliable to the point of invisibility. -- Glyn Moody, from the article "Giving it all away"
January 19, 2019
On Saturday, 19 January 2019 at 16:11:33 UTC, H. S. Teoh wrote:
> On Sat, Jan 19, 2019 at 10:35:52AM +0000, bauss via Digitalmars-d-announce wrote:
>> Happy to announce the first version of Musicpulator.
>> 
>> An open-source library for analyzing and manipulating music.
>> 
>> As of now only manual analysis and manipulation is possible, but in future versions this will change.
>> 
>> Please see the README.md for examples as there are a lot!
>> 
>> Github: https://github.com/UndergroundRekordz/Musicpulator
>> 
>> DUB: https://code.dlang.org/packages/musicpulator
>
> Interesting.
>
> Is there a way to import music, say from XML, for analysis?  Or is only internal analysis available currently?
>
>
> T

Not as of now, but that's the next step to load from json, xml and midi import/export as well!
January 19, 2019
On Saturday, 19 January 2019 at 10:35:52 UTC, bauss wrote:
> Happy to announce the first version of Musicpulator.
>
> An open-source library for analyzing and manipulating music.
>
> As of now only manual analysis and manipulation is possible, but in future versions this will change.
>
> Please see the README.md for examples as there are a lot!
>
> Github: https://github.com/UndergroundRekordz/Musicpulator
>
> DUB: https://code.dlang.org/packages/musicpulator

Cool! Thanks for sharing.
January 23, 2019
On Saturday, 19 January 2019 at 10:35:52 UTC, bauss wrote:
> Happy to announce the first version of Musicpulator.
>
> An open-source library for analyzing and manipulating music.
>
> As of now only manual analysis and manipulation is possible, but in future versions this will change.
>
> Please see the README.md for examples as there are a lot!
>
> Github: https://github.com/UndergroundRekordz/Musicpulator
>
> DUB: https://code.dlang.org/packages/musicpulator

Great start, I like the idea...looking forward for Your next musical steps.

Regards, Ozan