TranceAddict Forums (www.tranceaddict.com/forums)
- DJ Booth
-- Bedroom DJs...Post Pics of Your Setup Here :)
Pages (379):
«
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
[316]
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
»
Now waiting on outcome for the money so not out woods yet
quote: |
Originally posted by Ted Promo I sold my DJM 500 for a new MacBook |
quote: |
Originally posted by misticni m8 new macbook is coming this month |
yeah thats why I'm waiting to needed new notebook to and didn't rule out mac as possibility for my system because my old one died 2 days ago. Because of dam power spike blew motherboard but the hd in it is still good had tested today at best buy to be sure.
quote: |
Originally posted by misticni m8 new macbook is coming this month |
quote: |
Originally posted by Ted Promo I was really not interested in keeping up with the latest model. 2.2g Core 2 Duo and 4 gigs of RAM should be enough to work with for a while |
I've noticed a lot of people have Mac Books instead of like normal laptops running windows or whatever - just wandering why does everyone choose Mac Books, whats the benefits?
Haven't really looked into the laptops area of DJing much yet.
some craaazy set ups.
that house party with the lasers was awesome!
also have any of you guys had experience with a Korg KM 402 and have any thoughts on it?
how would it compare to other similar priced models such as the DJM 600?
any help would be great
As a whole, the hardware is limited to a few variations, and as such, the developers only have to target and maintain a small set of hardware.
A lot of people buy Macs because they (usually) Just Work (TM). Without getting into too much technical detail, Macs as a whole are easier to use and you can't break them as easily.
It can be argued that multimedia stuff is 'made for Macs', but this point is debatable.
But really though, the choice of platform shouldn't matter too much. A Windows notebook and a Macbook should both be sufficient, provided that they are well maintained. That said, some people find Macs easier to maintain, which may be the perceived benefit here.
If you dig deep into technicalities.. Macs are more powerful due to the way their internal systems function with their respective OS in comparison to a PC with the same CPU.. so dont just think that because both machines have "2.2 ghz core 2 duos" they have the same inside
best bet is to try both out for yourslef and see if you can justify the additional $$ for a mac
Since we're talking about technicalities now, would you mind sharing some of the key differences? I'm curious as to what they are.
Hopefully we don't stray too far off-topic in doing so. =)
Some tidbits:
Intel Mac's use a newer form of Bios (EFI) whcih is supposed to help with communications between perhipals
http://en.wikipedia.org/wiki/Extens...mware_Interface
Mac's dont use a "Master boot REcord" which loves to fuck up on windows boxes.. they use something called a GUID Partition Table
The only PC stuff to use this is the Intel Itaniums, and windows does not support it.. only *nix and OSX
I'm not sure at the specifications but the way their "dual channel" technology works is different from the PC.. I know wit hthe Mac Pros they have the riser cards for the ECC
it'd be dope if someone really researches it.. because there is probably something more specific than me talking from the top of my head since I dont even own a mac (yet.. need job haha)
Preface note: the lines between the terms 'PC' and 'Mac' are blurred especially since Apple switched to Intel chips. Also, Windows and PC are not interchangeable, as it is a one-way relation:
Windows -> PC (We'll ignore the Alpha and Itanium versions of Windows)
Confused? So am I. =) Moving on...
EFI and BIOS are firmware used to initially boot your computer. They are executed when the computer is first turned on and are used to boot into the main operating system.
EFI is the replacement/successor to BIOS, which are both only used to bootstrap into the main operating system. Regardless, the operating system must be able to support it, which is a software issue.
GUID Partition Table (GPT) and Master Boot Record (MBR) are methods to store the partition table of a hard drive (or storage device).
The Master Boot Record (MBR) is a reserved portion of the hard drive (first 512 bytes) which contains executable code and the partition scheme of the hard drive. The GUID Partition Table (GPT) is a replacement for the legacy partitioning scheme (MBR), which was limited as to how many partitions it supported (4 primary, with capability for extended/logical partitions). GPT actually still has a MBR for backward compatibility, but EFI ignores the MBR and instead reads the GPT to boot.
When the MBR gets 'fucked up', it usually means the executable portion of the MBR has been changed and the BIOS can't load the OS from the disk. I would presume EFI could alleviate this by just booting from the 'active' partition in the GPT from its built-in shell.
Dual Channel architecture is where two banks of (identical) RAM have direct data channels to a memory controller. The design effectively doubles the memory bandwidth, with the overall goal of reducing them memory bottleneck (CPU has to wait for data from RAM). This technology is implemented in hardware and is OS independent.
I would guess that the riser cards for the Mac Pro are done so large banks of RAM can be easily added or removed. Mac Pros use a 64-bit architecture, which can address huge amounts of memory (16 exabytes max). The 32-bit architecture can only address up to 4GB, with Windows XP artificially limited to 3GB due to software limitations. The riser cards may also have other circuitry that makes controlling memory easier.
Sidenote: ECC is 'error-code correction', which can correct some errors in the data. Most commonplace RAM is non-ECC.
To summarize, these are all hardware. While it is true that the software (the OS) needs to be able to support the hardware (hence the need for drivers), the underlying architecture is the same and available to all. The only difference is the actual hardware implementation.
The real Apple advantage is that they sell you a computer, both hardware and software, that works well together, with minimal fuss from the user.
Disclaimer: I am an electrical engineer.
EDIT: I guess what I was trying to say was, "The underlying architectures are similar enough, and the only difference is the OS. Pick whichever one you prefer."
Added a new 24" iMac:
The Christmas lights are amazing, I know.
Good write -up man!
That should deserve its own thread, thanks for giving a more specific look on things..
The reason I decided to go with Mac is for the OS because I'm sick of Windows and just cant feel 100% welcome at home with a linux distro (about 90-95%)
quote: |
Originally posted by AnomalyConcept Preface note: the lines between the terms 'PC' and 'Mac' are blurred especially since Apple switched to Intel chips. Also, Windows and PC are not interchangeable, as it is a one-way relation: Windows -> PC (We'll ignore the Alpha and Itanium versions of Windows) Confused? So am I. =) Moving on... EFI and BIOS are firmware used to initially boot your computer. They are executed when the computer is first turned on and are used to boot into the main operating system. EFI is the replacement/successor to BIOS, which are both only used to bootstrap into the main operating system. Regardless, the operating system must be able to support it, which is a software issue. GUID Partition Table (GPT) and Master Boot Record (MBR) are methods to store the partition table of a hard drive (or storage device). The Master Boot Record (MBR) is a reserved portion of the hard drive (first 512 bytes) which contains executable code and the partition scheme of the hard drive. The GUID Partition Table (GPT) is a replacement for the legacy partitioning scheme (MBR), which was limited as to how many partitions it supported (4 primary, with capability for extended/logical partitions). GPT actually still has a MBR for backward compatibility, but EFI ignores the MBR and instead reads the GPT to boot. When the MBR gets 'fucked up', it usually means the executable portion of the MBR has been changed and the BIOS can't load the OS from the disk. I would presume EFI could alleviate this by just booting from the 'active' partition in the GPT from its built-in shell. Dual Channel architecture is where two banks of (identical) RAM have direct data channels to a memory controller. The design effectively doubles the memory bandwidth, with the overall goal of reducing them memory bottleneck (CPU has to wait for data from RAM). This technology is implemented in hardware and is OS independent. I would guess that the riser cards for the Mac Pro are done so large banks of RAM can be easily added or removed. Mac Pros use a 64-bit architecture, which can address huge amounts of memory (16 exabytes max). The 32-bit architecture can only address up to 4GB, with Windows XP artificially limited to 3GB due to software limitations. The riser cards may also have other circuitry that makes controlling memory easier. Sidenote: ECC is 'error-code correction', which can correct some errors in the data. Most commonplace RAM is non-ECC. To summarize, these are all hardware. While it is true that the software (the OS) needs to be able to support the hardware (hence the need for drivers), the underlying architecture is the same and available to all. The only difference is the actual hardware implementation. The real Apple advantage is that they sell you a computer, both hardware and software, that works well together, with minimal fuss from the user. Disclaimer: I am an electrical engineer. EDIT: I guess what I was trying to say was, "The underlying architectures are similar enough, and the only difference is the OS. Pick whichever one you prefer." |
Those iMacs have to be the sexiest (affordable) piece of aluminum that have light coming out of them that i've ever seen
quote: |
Originally posted by jupiterone Added a new 24" iMac: The Christmas lights are amazing, I know. |
Real cool setup ! love the Lemur and the Mac's !
quote: |
Originally posted by Alex Everyone puts ableton in their pics because they want to look cool and pretend they know how to use both at the same time as good as James Zabiela, |
quote: |
Originally posted by Sashwat yeah, that's what everyone's claiming. |
quote: |
Originally posted by miamitranceman Yeah, who died and made him the Ableton king? |
quote: |
Originally posted by jupiterone Robert Henke |
quote: |
Originally posted by miamitranceman Yeah, who died and made him the Ableton king? |
new gear:
technics sl1210 mk5 + grado dj200i cartridge
what i need next should be pretty obvious from the pic!
a new table!!!
nice, i want that mixer ;(
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.