xox Posted August 29, 2014 Report Share Posted August 29, 2014 On 8/29/2014 at 3:08 PM, phling said: Arnold C: https://github.com/lhartikk/ArnoldC Arnold-Schwarzenegger-Oriented Programming IT'S SHOWTIME TALK TO THE HAND "hello world" YOU HAVE BEEN TERMINATED flol Return I'LL BE BACK Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2210213 Share on other sites More sharing options...
Centurix Posted August 29, 2014 Report Share Posted August 29, 2014 On 8/29/2014 at 3:08 PM, phling said: Arnold C: https://github.com/lhartikk/ArnoldC Arnold-Schwarzenegger-Oriented Programming IT'S SHOWTIME TALK TO THE HAND "hello world" YOU HAVE BEEN TERMINATED haha, that's brilliant! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2210259 Share on other sites More sharing options...
peace 7 Posted August 29, 2014 Report Share Posted August 29, 2014 On 8/29/2014 at 3:08 PM, phling said: Arnold C: https://github.com/lhartikk/ArnoldC Arnold-Schwarzenegger-Oriented Programming IT'S SHOWTIME TALK TO THE HAND "hello world" YOU HAVE BEEN TERMINATED ahahaha Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide peace 7's signature Hide all signatures ▰ SC-nu ▰ nothinggg.com ▰ SC-old ▰ YT ▰ @peepeeland On 4/22/2014 at 8:07 AM, LimpyLoo said: All your upright-bass variation of patanga shitango are belong to galangwa malango jilankwatu fatangu. Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2210444 Share on other sites More sharing options...
poblequadrat Posted September 9, 2014 Report Share Posted September 9, 2014 Any tips on learning C++, and, later on, writing sound programs? It's the first language I learn (besides QBASIC and a bit of Logo when I was 8 years old but that doesn't count I guess), so far I'm using the tutorial section of cprogramming.com. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2217219 Share on other sites More sharing options...
Centurix Posted September 9, 2014 Report Share Posted September 9, 2014 To be honest, there are so many learning resources out there now that you can pick up almost any tutorial site and get a decent start. I wish I had YouTube in the late 80's/early 90's! That site looks like it has some good tutorials. Set a simple project for yourself and dig in to it. The C++ landscape is vast, there's a lot to take in and if you need to get something running fast using it then it can be a steep learning curve, picking your own thing and writing something is much more satisfying. You may get a number of people recommending that you learn C first as it teaches basic syntax but I don't think that is true. I learnt C++ on the back of C after reading Bjarne Stroustrup, and realised that the language is much more about OOP than it is about the syntax, and since then I've seen a number of projects where people use C++ in a C way and it gets messy quickly. I wouldn't call it a taint, but straight C usage will get in the way. Then, read a load of books on DSP. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2217287 Share on other sites More sharing options...
geosmina Posted September 9, 2014 Report Share Posted September 9, 2014 On 9/9/2014 at 12:15 AM, poblequadrat said: Any tips on learning C++, and, later on, writing sound programs? It's the first language I learn (besides QBASIC and a bit of Logo when I was 8 years old but that doesn't count I guess), so far I'm using the tutorial section of cprogramming.com. https://www.packtpub.com/game-development/getting-started-c-audio-programming-game-development 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/79152-programming/page/13/#findComment-2217314 Share on other sites More sharing options...
Centurix Posted September 9, 2014 Report Share Posted September 9, 2014 nice Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2217339 Share on other sites More sharing options...
Braintree Posted September 9, 2014 Report Share Posted September 9, 2014 Fuuuuuuck. I'm buying that with my next paycheck. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Braintree's signature Hide all signatures colindyer.bandcamp.com williamsbraintree.bandcamp.com Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2217341 Share on other sites More sharing options...
KovalainenFanBoy Posted October 22, 2014 Report Share Posted October 22, 2014 Programming books are fucking expensive man. Thank God my uni's library has an awesome collection of all of the essentials, both in English and Spanish. I wish I knew about college libraries when I was a kid. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide KovalainenFanBoy's signature Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2241247 Share on other sites More sharing options...
geosmina Posted October 22, 2014 Report Share Posted October 22, 2014 (edited) On 10/22/2014 at 4:54 PM, ThatSpanishGuy said: Programming books are fucking expensive man. Thank God my uni's library has an awesome collection of all of the essentials, both in English and Spanish. I wish I knew about college libraries when I was a kid. yeah, they are expensive, and I also realized how glorious universities libraries are. I found a Head First Java book, gonna study it. Edited October 22, 2014 by logakght 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/79152-programming/page/13/#findComment-2241253 Share on other sites More sharing options...
xox Posted October 22, 2014 Report Share Posted October 22, 2014 On 9/9/2014 at 3:42 AM, logakght said: On 9/9/2014 at 12:15 AM, poblequadrat said: Any tips on learning C++, and, later on, writing sound programs? It's the first language I learn (besides QBASIC and a bit of Logo when I was 8 years old but that doesn't count I guess), so far I'm using the tutorial section of cprogramming.com. https://www.packtpub.com/game-development/getting-started-c-audio-programming-game-development i guess this can also help: Designing Audio Effect Plug-Ins in C++ Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2241256 Share on other sites More sharing options...
geosmina Posted October 22, 2014 Report Share Posted October 22, 2014 Yeah, cool. I think I'm going to specialize in Audio Programming. 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/79152-programming/page/13/#findComment-2241270 Share on other sites More sharing options...
Braintree Posted October 22, 2014 Report Share Posted October 22, 2014 On 10/22/2014 at 6:10 PM, logakght said: Yeah, cool. I think I'm going to specialize in Audio Programming. I've been wanting to take the plunge and do the same thing. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Braintree's signature Hide all signatures colindyer.bandcamp.com williamsbraintree.bandcamp.com Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2241299 Share on other sites More sharing options...
geosmina Posted March 8, 2015 Report Share Posted March 8, 2015 I just downloaded Max 7 demo. Feels soooo fucking better than PD, but, well, essentially are the same. Let's see what I can do with ti. 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/79152-programming/page/13/#findComment-2300501 Share on other sites More sharing options...
Braintree Posted March 17, 2015 Report Share Posted March 17, 2015 Going through http://www.learncpp.com/right now to get the basics down and then hop into the 'Designing Audio Effect Plug-Ins in C++' book. The shitty thing about the book is that the companion software only runs on Windows, so I have to get a Windows machine or run a VM. With anything in programming, it always feels like there are 30 steps between every step. It's like completing quests in MMORPG's. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Braintree's signature Hide all signatures colindyer.bandcamp.com williamsbraintree.bandcamp.com Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2304386 Share on other sites More sharing options...
geosmina Posted January 2, 2016 Report Share Posted January 2, 2016 i love this book http://natureofcode.com/book/chapter-1-vectors/ On 3/8/2015 at 4:34 AM, logakght said: I just downloaded Max 7 demo. Feels soooo fucking better than PD, but, well, essentially are the same. Let's see what I can do with ti. yep, i do recommend max over pd. sorry! 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/79152-programming/page/13/#findComment-2406465 Share on other sites More sharing options...
chim Posted January 2, 2016 Report Share Posted January 2, 2016 I'm learning pure data. Only made rudimentary stuff so far but it's really fun, can get pretty crazy once you start experimenting... Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2406480 Share on other sites More sharing options...
weakmassive Posted January 2, 2016 Report Share Posted January 2, 2016 Currently learning a bit of Python for fun, thanks to the Pythonista app on the iPhone. Doing some very basic sound stuff, manipulating photos and making random shapes. It's the first language I've really clicked with and it integrates into other programs I use like Cinema 4D, etc. Good stuff. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2406499 Share on other sites More sharing options...
chim Posted January 5, 2016 Report Share Posted January 5, 2016 FINALLY finished my virtual midi keyboard. Works just like ableton's built in one, with the 12-tone scale being played via A through J etc, and switching octaves with Z and X. Took all god damn day but it's finally done! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2407349 Share on other sites More sharing options...
geosmina Posted January 6, 2016 Report Share Posted January 6, 2016 2 revive this wanker thread, I'll add 2 things: -Visual Studio Code is fucking amazing and I stopped using Sublime for it. -Lynda tutorials are ace. In one day you can understand valuable information about many stuff. On 1/5/2016 at 10:28 PM, chim said: FINALLY finished my virtual midi keyboard. Works just like ableton's built in one, with the 12-tone scale being played via A through J etc, and switching octaves with Z and X. Took all god damn day but it's finally done! noice 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/79152-programming/page/13/#findComment-2407633 Share on other sites More sharing options...
KovalainenFanBoy Posted January 6, 2016 Report Share Posted January 6, 2016 On 1/6/2016 at 11:16 PM, logakght said: -Visual Studio Code is fucking amazing and I stopped using Sublime for it. In what sense? getting kinda tired of sublime tbh Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide KovalainenFanBoy's signature Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2407634 Share on other sites More sharing options...
geosmina Posted January 6, 2016 Report Share Posted January 6, 2016 (edited) On 1/6/2016 at 11:20 PM, ThatSpanishGuy said: On 1/6/2016 at 11:16 PM, logakght said: -Visual Studio Code is fucking amazing and I stopped using Sublime for it. In what sense? getting kinda tired of sublime tbh the intellisense thing. integrated git. feels and looks more professional. i can see the colors i use on css. https://code.visualstudio.com/ its still in beta tho, so don't expect millions of extensions like sublieme, but that's what I like, to not be dependable of feken extensions Edited January 6, 2016 by logakght 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/79152-programming/page/13/#findComment-2407637 Share on other sites More sharing options...
caze Posted January 6, 2016 Report Share Posted January 6, 2016 VS Code does a lot more out of the box without the need for plug-ins, it's quite similar to Atom (both based on the same UI framework), and both are fairly similar to Sublime compared to other IDEs. I mostly use Visual Studio so not an expert in any of them, just use them for a viewing/editing JSON files and a small bit of JS and HTML editing from time to time when I'm away from my main dev box. Updating Sublime with extra packages is a pain though, Atom has a built in package manager which is a big improvement, less need for packages in VS Code depending on what your development environment is (it's geared towards Web/ASP.net/TypeScript/JS/node), though I think a recent version has added a package manager. Sublime might have a few more features than the other two seeing as it's been around a lot longer, so probably better in certain edge cases, would imagine the others will soon bridge any remaining gaps though, either one is a better bet than Sublime long-term. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2407639 Share on other sites More sharing options...
geosmina Posted January 6, 2016 Report Share Posted January 6, 2016 ha, exactly that 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/79152-programming/page/13/#findComment-2407640 Share on other sites More sharing options...
chim Posted January 12, 2016 Report Share Posted January 12, 2016 I made a compressor with some GUI features, very fun! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/13/#findComment-2409548 Share on other sites More sharing options...
Recommended Posts