
stryd_one
Frequent Writer-
Posts
8,840 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Gallery
Everything posted by stryd_one
-
I seem to bring out the fire in this forum sometimes :-\ I do try to be good, promise!
-
I agree. early versions of VB were killer for that too... As a result I often use brackets now, where they are not really required ::) It's rarely harmful though, of course. Yeh guys if you're developing MIOS apps in C and not using this, do yourself a favour...Grab it and use it :) Especially if you use AC's Debugger/Simulator with an IDE like xcode or codeblocks, If you're a newbie you get a quick and easy way to learn to write and test code for MIOS and even if you're more experienced you can save a lot of time and effort.
-
Dudes, I think the OP bailed out already ;)
-
I think the intelligence in the MIOS platform is more about the modular nature of the code, the extensible design practices, and in particular the many small optimisations which come about through TK's many years of experience with midi, coding in general, and this particular platform - these are most important because timing in MIDI is all-important... Nobody has that kind of experience with the Prop' and it will take a lot of time to make it come close to the MIOS we have now... It could be very cool though, I wish it had been around when I started my seq project, it really would be perfect for my design... But I've read enough of TK's code to know that I couldn't do what he does....
-
Slightly OT, but: http://cgi.ebay.com.au/ws/eBayISAPI.dll?ViewItem&item=150027955079 Why would you want this old thing? Look at the bottom of This post and see what Artesia did with a similar amp ;)
-
What about the propstick? it's built as a drop-in to a breadboard, with some code you could get it to talk to some of the MBHP modules.... It starts to sound like a new core module then, and I think TK would tell us that it's a really big job....
-
No worries man I assume that you didn't download it seeing as you weren't sure if you were going to be able to use it ... I'm a MIOS addict, I try to read every line TK releases :)
-
Is it just me or are those two different lcd's? :) Got pics of it with the new blue screen all lit up and pretty lookin?
-
I knew I'd seen that graphic somewhere before! lol
-
Niice man! Yeh! spill it, how'd you do those lovely looking labels? :)
-
Nah just teach him how to use it to make music, and bring them both :)
-
Friends don't let friends screw with friends gear ;) This also reminds me... In this modern age of electronic music in bars and pubs, the venues have to spend lots of money on insurance like public liability... The insurance of your gear for one night in a venue pales in comparison, so if the venue won't offer you insurance, don't do the gig, they're just trying to save a measly buck at your expense.... Probably "sticks" with that xfader too ;) I'm sorry! I couldn't help it! :-X So anyway back on topic.... All this talk leads me to ask one big question: If panel mount is just as good, how come it's comparatively rare?
-
I hate hearing those stories... Let me teach you a phrase often used by wise DJ's: "F*%# off d!#*head I don't do requests. Do I look like a f*n jukebox?? Huh?? Get the f* away from me and my stage before I call security." or the short "I can't be bothered giving this idiot a second chance" version: "SECURITY!" Meanwhile who licensed a techno remix of Jimi... Someone needs to be shot! :P
-
MIDIbox of the Week (MIDIbox SID of Phonaut)
stryd_one replied to TK.'s topic in MIDIbox of the Week
Pretty! :) -
Well the controllers sample the joystick movements and do an ADC on them and send a digital serial signal, so it's no longer something that can be handled by an AIN... I've got some plans to do a nintendo controller interface later on (much later) which would be easily adapted to sony or whatever but I wouldn't hold my breath if I were you! ;)
-
Just bolt them on, you can use spacers if required...
-
The HCT series are designed to work with itself, and the LS series, or the HC series, where the HC series will not work with an LS series.... Either should be OK, but the HC is recommended. Check it: http://www.kpsec.freeuk.com/components/74series.htm#hc :)
-
Distance sensor (like "D-Beam" controler)
stryd_one replied to goule's topic in MIOS programming (C)
AC does Tai Chi ;) -
Yeh it's exactly like two normal pots :)
-
Speak'n'eBay for all you bendy types ;) http://cgi.ebay.com.au/SPEAK-MATH-BY-TEXAS-INSTRUMENTS_W0QQitemZ200022047469QQihZ010QQcategoryZ1247QQrdZ1QQcmdZViewItem http://cgi.ebay.com.au/SPEAK-SPELL-BY-TEXAS-INSTRUMENTS_W0QQitemZ200021776448QQihZ010QQcategoryZ1247QQrdZ1QQcmdZViewItem http://cgi.ebay.com.au/MATH-MARVEL-BY-TEXAS-INSTRUMENTS_W0QQitemZ200020927891QQihZ010QQcategoryZ1247QQrdZ1QQcmdZViewItem Need a new scope? Need like 10? http://search.ebay.com.au/_W0QQsassZthirty6underQQhtZ-1 Aussies should take note of this, expect it to push the price of scopes down a little for the next week or two...
-
Hey AM. Glad to see you getting your feet back on the ground mate :) Have you seen the 'soundgin' chip yet? I'd like to see a dedicated synth though ... Look forward to seeing how you go :)
-
Oh yeh.... I know this isn't the eBay thread but seeing as it's kinda related: http://cgi.ebay.com.au/SMALL-BLACK-LAPTOP-STYLE-MATRIX-KEYBOARD-83-KEYS-TOTAL_W0QQitemZ7581459641QQihZ017QQcategoryZ58166QQssPageNameZWDVWQQrdZ1QQcmdZViewItem http://cgi.ebay.com.au/SMALL-WHITE-LAPTOP-STYLE-MATRIX-KEYBOARD-64-KEYS-TOTAL_W0QQitemZ7598129593QQihZ017QQcategoryZ58166QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
-
There are sound samples up now, and they're clearly not quite as high quality as the speakjet. I think that for our purposes it's probably better to use the chip as a synth There's also a datasheet, so: Q looks like chip select but I'm not sure on that... It's not explicitly explained but it is mentioned in some timing diagrams Sounding goes high when the chip should be producing sound, I assume that's for driving a noise gate/triggering external envelopes/etc The OSC1 and 2 are for the crystal oscillator... Bummer I hoped that's be oscillator outputs ;) 2 days till the release :) Time for a new thread anyone? Anyway on the speakjet front.... I was thinking that a good extension would use a keyboard which would use a combination of keypresses... Like: CTRL+A = "AY" SHIFT+A = "AI" WIN+A = "AH" etc... Maybe footpedals for volume/pitch control? AC would something like that work?