Get Started Making Music
151–160 of 202 posts
Re: Get Started Making Music
#152I got into programming as a kid through a desire to make music (my first program was a "song" written in pascal, playing a series beep tones at different frequencies and durations.) I got into trackers (fast, impulse, buzz) in my teens, and then synths. These days I have a strong preference towards "hardware"* only music making -- I spend most of my waking life staring at a screen, so I find it satisfying to step awa…
Re: Get Started Making Music
#153Ableton is great and paved the way for a more creative and intuitive workflow! I switched from Cubase very early on and never looked back. That is, until I found Bitwig ( https://www.bitwig.com ) which supports Linux! They also deserve a shout out taking it even further!
To all guys commenting here - Are you guys hobist, programmers or professional. Why you use these tools? Just asking out of curiosity. Thanks
They are suitable for hobbyists to professional level.
I personally am a hobbyist musician and programmer by profession. I'd imagine many others here are like me as well.
Re: Get Started Making Music
#154https://www.youtube.com/watch?v=kqjeNSNuNPM https://www.youtube.com/watch?v=A9QU5-9DFC4
Can we do it using Ableton? How does one even approach trying to do something like this?
Re: Get Started Making Music
#155I want to make music that sounds like the band "Chinese Man". https://www.youtube.com/watch?v=kqjeNSNuNPM https://www.youtube.com/watch?v=A9QU5-9DFC4 Can we do it using Ableton? How does one even approach trying to do something like this?
Re: Get Started Making Music
#156Access is through Max for Live, which is a dataflow language "programmed" by joining little object blocks to other object blocks - like Scratch. There's unofficial Python support, but it's poorly documented.
Many things are possible, but many other things aren't possible - even though they're available on Push, so obviously the hooks are there.
It would make me unbelievably happy if Ableton opened up the LOM and included a properly documented hook for absolutely every important feature - preferably one that could be used from any language, maybe via OSC, rather than M4L.
To be fair Live at least has a LOM, while other sequencers/DAWs don't. So that's a plus. But it's still a shame it isn't more complete - because that would make all kinds of cool things possible.
Re: Get Started Making Music
#157Very cool and interesting website. I recently bought a Maschine MK2 to get into the music making thing. It surprised me how easy to use it is. My wife is a professional acoustic musician, and although she firstly was a bit hesitant with this 'instrument' she quickly turned around. And we started making music together. It's perfect for me since it is very well arranged, the buttons make sense in my head. I play a bit…
I've always been intrigued by MIDI, but always felt "limited" by piano-style keyboard MIDI controllers. Maschine really helped me break open my writers block and made playing music fun again.
I can put Maschine in front of my 5 year old and he can figure it out. It makes more sense to him than my 61-key MIDI controller does.
Re: Get Started Making Music
#158I got into programming as a kid through a desire to make music (my first program was a "song" written in pascal, playing a series beep tones at different frequencies and durations.) I got into trackers (fast, impulse, buzz) in my teens, and then synths. These days I have a strong preference towards "hardware"* only music making -- I spend most of my waking life staring at a screen, so I find it satisfying to step awa…
Re: Get Started Making Music
#159As a dev, I find Ableton incredibly frustrating. The Live Object Model (LOM) allows custom automation and software control. But it's half-closed, and half-open. Access is through Max for Live, which is a dataflow language "programmed" by joining little object blocks to other object blocks - like Scratch. There's unofficial Python support, but it's poorly documented. Many things are possible, but many other things are…
https://github.com/BrandesEric/AbletonJS
It's a work in progress that, sadly, I have left dormant for awhile, but you can basically use Node/JS to control live (even over a network). It does rely on the internal JS implementation and you have to add the max plugin to a track before you can start coding against it, so still not anything to write home about.
Re: Get Started Making Music
#160Earlier quoted context omitted.
"Better" is relative. People will learn that by looking at what other artists are doing and figuring it out themselves, and they will remember it better for that reason. Everyone I know who is into making music (which includes a large mix of professional and non-professional musicians) started out in electronic music by putting interesting sounds together, and then by imitating what their favourite artists have done.…
Thank you for your comment, the post formulated extremely well what i was thinking about for a long time, but couldnt express in such a clear way. I found this holds true for me with many things, not just music or any arts in general. That’s how it worked for me with learning computer science as well. I found that lecture slides and book chapters were waaaaay more useful for me after i attempted the relevant homework…
The last paragraph of your comment is absolutely how it feels.