Guest pafr Posted May 22, 2014 Report Share Posted May 22, 2014 (edited) There is a lot of cutting edge technology in music if you search for International Workshop on Machine Learning and Music Edited May 22, 2014 by pafr Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2166431 Share on other sites More sharing options...
modey Posted May 22, 2014 Author Report Share Posted May 22, 2014 Sounds good but I reckon I can smash something together in Renoise with its new scale and probability modes. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide modey's signature Hide all signatures youtube | bandcamp | soundcloud | twitter | facebook 0F.digital Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2166466 Share on other sites More sharing options...
modey Posted May 22, 2014 Author Report Share Posted May 22, 2014 Yeah, it'd be nice if it could be slotted right into Renoise just like with m4l! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide modey's signature Hide all signatures youtube | bandcamp | soundcloud | twitter | facebook 0F.digital Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2166573 Share on other sites More sharing options...
robotrobot Posted May 23, 2014 Report Share Posted May 23, 2014 all the technical stuff behind generative music is beyond where I am motivated to go, but I do like to hop on the shoulders of Giants from time to time to get my creative muse juices flowing http://www.fakemusicgenerator.com/ don't get caught kids Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide robotrobot's signature Hide all signatures http://soundcloud.com/sjsfc/honeyknocker-meadowshttp://soundcloud.com/sjsfc/origami-repetika-daphne-dumpling http://txti.es/a220 Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2166848 Share on other sites More sharing options...
Guest pafr Posted May 24, 2014 Report Share Posted May 24, 2014 I'm mainly interested in music feature extraction and recognition and music generation. For instance each artist has a certain 'style', works with genres especially, like all country music sound the same. You can extract that from midi for instance. Train a machine learning classifier for each category (e.g. Bach style classifier, modern pop melody classifier, etc.) kern humdrum seems like a pretty cool tool for extracting those styles. The recognition part helps in the automatic generation part. Theoretically, I can generate Bach style music automatically if the classifier is good at identifying Bach's style through his midi compositions. I mainly want to use generated midi notes for polyphonic harmony. Then I'll export the midi to Ableton for edit. Basically, it saves me time from having to actually compose motifs and their variations. Machine learning technology isn't great for completely automated music generation. It's mostly great for assisted music composition by letting computer to do some of the tedious works. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2167145 Share on other sites More sharing options...
Guest pafr Posted May 24, 2014 Report Share Posted May 24, 2014 I don't think Max is the best sound programming language given how much you have to pay for it. PureData is basically the same as Max and is free and has a lot of support. Max is well-known for its graphic interface. Personally, I think CSound is the best and most powerful audio language. I don't like graphical interfaces, feels cumbersome to me other than using Ableton for manual sequencing. SuperCollider has been well-known especially for algorithmic music generation. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2167161 Share on other sites More sharing options...
geosmina Posted May 25, 2014 Report Share Posted May 25, 2014 On 5/24/2014 at 1:09 PM, pafr said: I don't think Max is the best sound programming language given how much you have to pay for it. PureData is basically the same as Max and is free and has a lot of support. Max is well-known for its graphic interface. Personally, I think CSound is the best and most powerful audio language. I don't like graphical interfaces, feels cumbersome to me other than using Ableton for manual sequencing. SuperCollider has been well-known especially for algorithmic music generation. why is Csound better than SuperCollider? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide geosmina's signature Hide all signatures https://animanoir.xyz/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2167390 Share on other sites More sharing options...
cruising for burgers Posted May 25, 2014 Report Share Posted May 25, 2014 (edited) MATLAB i'm having a hard time learning it but it's just because my teachers suck... if you're good at math you'll love it! Edited May 25, 2014 by THIS IS MICHAEL JACKSON Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2167401 Share on other sites More sharing options...
Guest pafr Posted May 31, 2014 Report Share Posted May 31, 2014 (edited) On 5/25/2014 at 4:50 AM, THIS IS MICHAEL JACKSON said: MATLAB i'm having a hard time learning it but it's just because my teachers suck... if you're good at math you'll love it! Retardation a celebration Edit: actually I'm sorry. I realized this forum isn't really the best place to talk about musicology and research. Edited May 31, 2014 by pafr Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170080 Share on other sites More sharing options...
Guest pafr Posted May 31, 2014 Report Share Posted May 31, 2014 On 5/25/2014 at 3:59 AM, logakght said: On 5/24/2014 at 1:09 PM, pafr said: I don't think Max is the best sound programming language given how much you have to pay for it. PureData is basically the same as Max and is free and has a lot of support. Max is well-known for its graphic interface. Personally, I think CSound is the best and most powerful audio language. I don't like graphical interfaces, feels cumbersome to me other than using Ableton for manual sequencing. SuperCollider has been well-known especially for algorithmic music generation. why is Csound better than SuperCollider? Csound is the most generic music programming language, as far as I know. More popular than SuperCollider, and more users, probably also due to more generic useage. Csound is probably has a steeper learning curve. Generally, the more generic a programming language is, the more you can do. C has always been one of the most powerful programming languages, for instance having pointers in C makes it harder to use than say Java or Python but allows you to do more in C. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170081 Share on other sites More sharing options...
cruising for burgers Posted May 31, 2014 Report Share Posted May 31, 2014 On 5/31/2014 at 1:52 PM, pafr said: On 5/25/2014 at 4:50 AM, THIS IS MICHAEL JACKSON said: MATLAB i'm having a hard time learning it but it's just because my teachers suck... if you're good at math you'll love it! Retardation a celebration Edit: actually I'm sorry. I realized this forum isn't really the best place to talk about musicology and research. and why would you say that? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170112 Share on other sites More sharing options...
Guest pafr Posted May 31, 2014 Report Share Posted May 31, 2014 On 5/31/2014 at 5:04 PM, THIS IS MICHAEL JACKSON said: On 5/31/2014 at 1:52 PM, pafr said: On 5/25/2014 at 4:50 AM, THIS IS MICHAEL JACKSON said: MATLAB i'm having a hard time learning it but it's just because my teachers suck... if you're good at math you'll love it! Retardation a celebration Edit: actually I'm sorry. I realized this forum isn't really the best place to talk about musicology and research. and why would you say that? because MATLAB isn't really good for music production. It's great for programming your mom to cum. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170168 Share on other sites More sharing options...
cruising for burgers Posted May 31, 2014 Report Share Posted May 31, 2014 (edited) On 5/31/2014 at 8:28 PM, pafr said: because MATLAB isn't really good for music production. It's great for programming Aleatoric/generative/algorithmic composition apps/plugins/etc though... i'm not saying it's better than anything sugested till now... i've used csound and in a semester i was able to build my own synth from sctratch, and the nice thing about it, was that i was really understanding what i was doing, i felt in control! Edited May 31, 2014 by THIS IS MICHAEL JACKSON Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170175 Share on other sites More sharing options...
Guest pafr Posted May 31, 2014 Report Share Posted May 31, 2014 On 5/31/2014 at 8:46 PM, THIS IS MICHAEL JACKSON said: On 5/31/2014 at 8:28 PM, pafr said: because MATLAB isn't really good for music production. It's great for programming Aleatoric/generative/algorithmic composition apps/plugins/etc though... i'm not saying it's better than anything sugested till now... i've used csound and in a semester i was able to build my own synth from sctratch, and the nice thing about it, was that i was really understanding what i was doing, i felt in control! ok that's fine. Thanks for letting me know that you've built a synth in Csound. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170179 Share on other sites More sharing options...
cruising for burgers Posted May 31, 2014 Report Share Posted May 31, 2014 (edited) On 5/31/2014 at 8:51 PM, pafr said: On 5/31/2014 at 8:46 PM, THIS IS MICHAEL JACKSON said: On 5/31/2014 at 8:28 PM, pafr said: because MATLAB isn't really good for music production. It's great for programming Aleatoric/generative/algorithmic composition apps/plugins/etc though... i'm not saying it's better than anything sugested till now... i've used csound and in a semester i was able to build my own synth from sctratch, and the nice thing about it, was that i was really understanding what i was doing, i felt in control! ok that's fine. Thanks for letting me know that you've built a synth in Csound. why do you sound so condescending? have we talked before? the main thing about my reply was not me informing you i made a synth, it was me correcting you. care to elaborate about that? Edited May 31, 2014 by THIS IS MICHAEL JACKSON Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170180 Share on other sites More sharing options...
Guest pafr Posted May 31, 2014 Report Share Posted May 31, 2014 ok, so you've made synth in Csound, and you suck at learning MATLAB. Those are good examples to justify that MATLAB is better than Csound. I've not made synth in Csound, and I've never used MATLAB, so you have a bigger dick. Happy now? I was condescending because I thought you were trolling since MATLAB is probably one of the least used for music production. You are better off with programming languages in Python, C (you have Csound), Java, etc, than MATLAB. Yes, MATLAB is used in machine learning and algorithms. So are other programming languages. In algorithmic music, music is the most important part, algorithmic is the second most important part. So simply it makes sense to find a programming language that has a lot of sound/music support and generic/flexible enough to do algorithmic generation. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170190 Share on other sites More sharing options...
cruising for burgers Posted May 31, 2014 Report Share Posted May 31, 2014 glad to know it was nothing personal :) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170191 Share on other sites More sharing options...
Guest pafr Posted May 31, 2014 Report Share Posted May 31, 2014 On 5/31/2014 at 9:13 PM, THIS IS MICHAEL JACKSON said: glad to know it was nothing personal :) why would it be personal? who the fuck are you? I've already wasted my time and energy explaining to you, oh well... I didn't really feel like responding anyways. Cheers. Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170197 Share on other sites More sharing options...
cruising for burgers Posted May 31, 2014 Report Share Posted May 31, 2014 i guess i'm a little insecure these days, i'm really sorry i've made you waste your time and energy. cheers Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170205 Share on other sites More sharing options...
xox Posted May 31, 2014 Report Share Posted May 31, 2014 (edited) On 5/31/2014 at 8:28 PM, pafr said: On 5/31/2014 at 5:04 PM, THIS IS MICHAEL JACKSON said: On 5/31/2014 at 1:52 PM, pafr said: On 5/25/2014 at 4:50 AM, THIS IS MICHAEL JACKSON said: I realized this forum isn't really the best place to talk about musicology and research. and why would you say that? cause MATLAB It's great for programming your mom to cum. I fucking hate men On 5/31/2014 at 8:51 PM, pafr said: why do you sound so condescending? have we talked before? i'm really sorry i've made you waste your time and energy. cheers Edited May 31, 2014 by xox Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170223 Share on other sites More sharing options...
cruising for burgers Posted June 1, 2014 Report Share Posted June 1, 2014 On 5/31/2014 at 10:19 PM, xox said: On 5/31/2014 at 8:28 PM, pafr said: On 5/31/2014 at 5:04 PM, THIS IS MICHAEL JACKSON said: On 5/31/2014 at 1:52 PM, pafr said: On 5/25/2014 at 4:50 AM, THIS IS MICHAEL JACKSON said: I realized this forum isn't really the best place to talk about musicology and research. and why would you say that? cause MATLAB It's great for programming your mom to cum. I fucking hate men On 5/31/2014 at 8:51 PM, pafr said: why do you sound so condescending? have we talked before? i'm really sorry i've made you waste your time and energy. cheers wow, folding space time continuum, mindblows Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide cruising for burgers's signature Hide all signatures https://www.instagram.com/ancestralwaves/ Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170323 Share on other sites More sharing options...
marf Posted June 2, 2014 Report Share Posted June 2, 2014 i like the idea of little boxes you can connect together like guitar pedals but instead it's cv/gatecheck this. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170952 Share on other sites More sharing options...
marf Posted June 2, 2014 Report Share Posted June 2, 2014 or and Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2170963 Share on other sites More sharing options...
auxien Posted October 27, 2017 Report Share Posted October 27, 2017 http://cdm.link/2017/10/leave-free-program-running-itll-come-rhythms/ Quote ...this Csound-based tool is for you. Leave it running, and it’ll generate a whole folder full of rhythms and various bpm. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide auxien's signature Hide all signatures / b c / m a s t o d o n / b l o t / Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2585867 Share on other sites More sharing options...
TubularCorporation Posted October 28, 2017 Report Share Posted October 28, 2017 If you can track down a used copy, Koan Pro is still very good. Unless things have changed in the last few years it is long unavailable through legitimate means, unfortunately. Realtime on the Atari ST IS PRETTY interesting, too, and is available free at Tim's Atari Music Wolrd or whatever that site is called (not going to track it down right now because I'm at work posting from my phone). It's the closest thing to an Ableton Live style performance sequencer that was out there in the early 90s (MIDI only obviously) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide TubularCorporation's signature Hide all signatures Lagoon City (from here to eternity/when I'm sick of it) Codemus2x43 (2013-14) Golfhammer 40,000 (2014-15) Tubular Corporation (2016-17) THawkins' archive of our livestreams since 2020 Instagram (new releases, music bullshit, non-music bullshit and sometimes photos of my lunch) Link to comment https://forum.watmm.com/topic/83072-aleatoricgenerativealgorithmic-composition-appspluginsetc/page/2/#findComment-2586182 Share on other sites More sharing options...
Recommended Posts