Old Motifator threads are available in the Archive.
scotch
Total Posts: 2027
Joined 08-14-2005 status: Guru |
I’ll be programming in C (or, more likely, C++), interfacing with Motif8 ("classic"), possibly acquiring a music notation program (probably Sibelius), and eventually doing some MIDI programming. Also: Of what should I be wary buying a used laptop? Thanks. |
sciuriware
![]() Total Posts: 9999
Joined 08-18-2003 status: Guru |
Try to get one with at least 3Gb memory.
;JOOP! |
mo-z
![]() Total Posts: 724
Joined 11-18-2005 status: Guru |
My godsister works for IBM and uses Toshiba laptops from the recommendation of IBM engineers. I use them too. If you’re buying new, try for a quad core 64-bit; used, duo core is fine for just MIDI work and lite audio. Minimum 2g ram; 3g or more is ideal. |
sciuriware
![]() Total Posts: 9999
Joined 08-18-2003 status: Guru |
I suggest you start programming in JAVA:
;JOOP! |
PeterG
Total Posts: 2052
Joined 01-30-2004 status: Guru |
Personally I like the HP laptops, specifically the Pavillion range. My current one is four years old and has never given me a problem, even though it gets some rough treatment at times. I am not sure of your budget, but take a look at the dv6z series. As to what to look out for in a used machine, I guess it would be if it had any knocks that may have damaged/dislodged something inside. You would also want to make sure it has a reasonably modern specification. I would think that you will be fine with C++ programming and MIDI, but with many applications current software tends to be quite demanding on processor and memory. |
nbadesign
![]() Total Posts: 994
Joined 08-20-2007 status: Guru |
You should look at models with DualCore (at least, CoreDuo are better but need more money) running at 2GHz. For memory, consider models with at least (or possibility to upgrade) 1Gb RAM. For instance, I’m using inexpensive Acer Travelmate with 1Gb RAM and with complete OS running from USB hard drive! As sound card I’m using SoundBlaster PCMCIA card. At first, laptop came with 512MB RAM only, but after upgrade some pops and noise that I have heard when playing several audio tracks simultaneosly are disappeared.
Alex |
mofny
Total Posts: 51
Joined 09-21-2008 status: Experienced |
And what size of screen do you want? |
scotch
Total Posts: 2027
Joined 08-14-2005 status: Guru |
I’d actually prefer a Mac, but I’m wary of spending that much.
The question arises (most immediately) because a friend wants to sell me his used Toshiba (unfortunately, I’ve forgot the model number) for $300 (if I decide to buy it, I’ll probably try to talk him down a bit). It’s several years old (he’s vague about the exact age). As far as he admits, and as far as I’ve been able to determine, the only thing wrong with it is that the touchpad doesn’t work. I prefer to use a mouse anyway, but in some situations that may be difficult. Quite a few amateur reviewers complained about this particular model overheating, but persons I’ve talked to say this is a problem with all laptops. |
scotch
Total Posts: 2027
Joined 08-14-2005 status: Guru |
Oh, I think I could probably download a C++ compiler for free too.
Since you’re a non-native speaker of English, I hope you don’t mind my pointing out for future reference that fewer is the word you want here, not less. Less is for non-discrete things such as milk or water or electricity. (Feel free to correct my Dutch--or, for that matter, my English.) Anyway, mistakes in C are notorious for their savagery. It’s very easy to write over anything in main memory, including the program itself. That’s part of the fun of it, though.
Hmmm...that one doesn’t sound like an advantage to me.
The main thing is that I’m very familiar with C (not familiar with C++, though). That doesn’t mean I’ll necessarily never get around to trying JAVA, but based on my record so far it might be reasonable, objectively speaking, to doubt I will.
I did a fair bit of programming in Prolog in the early nineties. The very different logic of Prolog is fun, but the compiler was a huge memory hog, mainly because the language is so far removed from what’s really happening in the computer. In any case, as computers have got faster and memory has increased programmers have tended to get much more sloppy. |
Wastrel
![]() Total Posts: 630
Joined 10-22-2004 status: Guru |
This one, for example, is quite good:
Bob |
sciuriware
![]() Total Posts: 9999
Joined 08-18-2003 status: Guru |
scotch, thanks for the correction. We agree about C, but I fear you want to accept the disadvantages too easily.
I started in C in 1977 and I wasted a considerable amount of time
;JOOP! |
scotch
Total Posts: 2027
Joined 08-14-2005 status: Guru |
I’ll bear this in mind, but isn’t C’s capacity for (seemingly) catastrophic error a function of its duel standing as a high-level language with low-level capability? I wouldn’t want to throw out the baby with the bath water. |
sciuriware
![]() Total Posts: 9999
Joined 08-18-2003 status: Guru |
........... and then suddenly you realise that you’ve been making
And that C-embedding (JNI) is one of the dirtiest ways of
A great help is expert-exchange.com (experts help programmers) ;JOOP! |
Wastrel
![]() Total Posts: 630
Joined 10-22-2004 status: Guru |
It really depends on what sort of programming you want to do. For real time embedded systems programming, which is what I do primarily, the abstraction of JAVA is anathema. C allows one to program at 30,000 feet like a high level language, then tunnel down to the bit banging level like an assembly language when needed. BTW, when you say “duel standing”, is that at 10 paces? nn Bob |
scotch
Total Posts: 2027
Joined 08-14-2005 status: Guru |
With pistils--in 1967 in hate Ashbury. (Can’t stand that place.) Feel free to correct my Dutch. |
Wellie
![]() Total Posts: 6215
Joined 05-09-2003 status: Guru |
Not being a programmer, can’t help with any pointers towards C or Java. However, I am running Cubase 4 very successfully with up to 30 audio tracks and up to a dozen midi tracks on a Dual core 1.86 Ghz processor with 1Gb RAM - that’s with XP, not Vista. Most new PCs (desktop or laptop) will come with Vista pre-installed. At least nowadays, you can get most serious music programs and drivers and assorted extra bits to work in a Vista environment, though at that point your RAM overhead just increased (3Gb is minimium, but RAM is cheap) Vista’s obvious other issue is in its need for a high powered video card and that woudl definitely be where an old, used laptop woudl fall down. Hard Disk size is down to you - USB or Firewire external drives are cheap as chips these days, so the internal drive just has to ccope with the system. A couple of thoughts Cheers |