thanks to andrew sargeant
2000-07-07 by John Hamilton
Yahoo Groups archive
Index last updated: 2026-04-28 23:22 UTC
Thread
2000-07-07 by John Hamilton
This is just a vote of gratitude to andrew sargeant for uploading the Reaktor ensembles. They are much appreciated! Cheers, J. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
2000-07-07 by shifty@gweep.net
I found this on a review of the newish Korg MS2000...thought it relates: >The MS2000R is, of course, the rackmount version of this beast. Although >there is no keyboard and no real need for one, the 16 function buttons on >the front of the unit can be switched into "Keyboard" mode in which they >function as keys, mainly for demoing sounds while you're programming it. What if you pressed Up /\ and down \/ at the same time to trigger the patch? (or enter/exit "Keyboard" mode) -N
2000-07-09 by Andrew Barthle
> I found this on a review of the newish Korg MS2000...thought it relates: > >> The MS2000R is, of course, the rackmount version of this beast. Although >> there is no keyboard and no real need for one, the 16 function buttons on >> the front of the unit can be switched into "Keyboard" mode in which they >> function as keys, mainly for demoing sounds while you're programming it. > > What if you pressed Up /\ and down \/ at the same time to trigger the patch? I don't know, but I bet the keypad can only take one keypress at a time. I think what I'm going to end up doing is build myself a little box that will output a MIDI message to the sid when I press a button. I could probably even install it inside if i really wanted. -- Andrew Barthle apbarthle@... apbarthle@... bartha2@...
2000-07-10 by Daniel Hansson
On Sun, 9 Jul 2000, Andrew Barthle wrote: > > What if you pressed Up /\ and down \/ at the same time to trigger the patch? > > I don't know, but I bet the keypad can only take one keypress at a time. The keypad can, but the kaypad decoder can't! :) //Daniel
2000-07-17 by shifty@gweep.net
> > > What if you pressed Up /\ and down \/ at the same time to trigger the patch? > > I don't know, but I bet the keypad can only take one keypress at a time. > The keypad can, but the kaypad decoder can't! :) thinking out loud...maybe an external PIC device: one button. When you press it, it sends this sequence at 31250 baud: 1 1 0 0 0 0 0 0 0 1 1 0 0 2 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 (80 24 7f plus start/stop bits = note on msg)
2000-07-18 by Andrew Barthle
yeah, thats exactly what i had in mind, a PIC microcontroller. i just didnt know the MIDI signal to send.
> From: shifty@... > Reply-To: elektron-users@egroups.com > Date: Sun, 16 Jul 2000 22:43:42 -0400 (EDT) > To: elektron-users@egroups.com > Subject: Re: [elektron] Party ganze nacht > >>>> What if you pressed Up /\ and down \/ at the same time to trigger the >>>> patch? >>> I don't know, but I bet the keypad can only take one keypress at a time. >> The keypad can, but the kaypad decoder can't! :) > > thinking out loud...maybe an external PIC device: one button. When you > press it, it sends this sequence at 31250 baud: > 1 1 0 0 0 0 0 0 0 1 1 0 0 2 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 > (80 24 7f plus start/stop bits = note on msg) > > > > ------------------------------------------------------------------------ > Get a NextCard Visa, in 30 seconds! > 1. Fill in the brief application > 2. Receive approval decision within 30 seconds > 3. Get rates as low as 2.9% Intro or 9.9% Fixed APR > http://click.egroups.com/1/6630/13/_/598228/_/963801824/ > ------------------------------------------------------------------------ > >
2000-07-18 by shifty@gweep.net
> yeah, thats exactly what i had in mind, a PIC microcontroller. i just > didnt know the MIDI signal to send. Cool! I suppose you'd want to send a note off on release, too...do you have any PIC experience? -N
> >>>> What if you pressed Up /\ and down \/ at the same time to trigger the > >>>> patch? > >>> I don't know, but I bet the keypad can only take one keypress at a time. > >> The keypad can, but the kaypad decoder can't! :) > > > > thinking out loud...maybe an external PIC device: one button. When you > > press it, it sends this sequence at 31250 baud: > > 1 1 0 0 0 0 0 0 0 1 1 0 0 2 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 > > (80 24 7f plus start/stop bits = note on msg)
2000-07-18 by Andrew Barthle
i dont have any hands on experience, no. but ive read a lot about them and probably could figure something out. also, next year i have a class called embedded control, so im sure ill have a chance to work something out there. perhaps as a final project (although that may be too simple).
> From: shifty@... > Reply-To: elektron-users@egroups.com > Date: Tue, 18 Jul 2000 00:13:13 -0400 (EDT) > To: elektron-users@egroups.com > Subject: Re: [elektron] Party ganze nacht > >> yeah, thats exactly what i had in mind, a PIC microcontroller. i just >> didnt know the MIDI signal to send. > > Cool! I suppose you'd want to send a note off on release, too...do you > have any PIC experience? > > -N > > >>>>>> What if you pressed Up /\ and down \/ at the same time to trigger the >>>>>> patch? >>>>> I don't know, but I bet the keypad can only take one keypress at a time. >>>> The keypad can, but the kaypad decoder can't! :) >>> >>> thinking out loud...maybe an external PIC device: one button. When you >>> press it, it sends this sequence at 31250 baud: >>> 1 1 0 0 0 0 0 0 0 1 1 0 0 2 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 >>> (80 24 7f plus start/stop bits = note on msg) > > > ------------------------------------------------------------------------ > Get a NextCard Visa, in 30 seconds! > 1. Fill in the brief application > 2. Receive approval decision within 30 seconds > 3. Get rates as low as 2.9% Intro or 9.9% Fixed APR > http://click.egroups.com/1/6630/13/_/598228/_/963893595/ > ------------------------------------------------------------------------ > >
2000-07-18 by Skin Matrix
> next > year i have a class called > embedded control, so im sure ill have a chance to > work something out there. > perhaps as a final project (although that may be too > simple). Maybe you could make two buttons to test arpeggiation. That's a little more complex. :) BTW, This is the first message I have sent to the group despite being joined for months now. It just so happens that this is something I would be interested in seeing happen. Oh and two buttons really would be nice. mark __________________________________________________ Do You Yahoo!? Get Yahoo! Mail \ufffd Free email you can access from anywhere! http://mail.yahoo.com/
2000-07-18 by shifty@gweep.net
> Maybe you could make two buttons to test arpeggiation. > That's a little more complex. :) Ever seen the keyboard on the yamaha qy20? (picture http://home.att.net/~clipclap/189.gif) One of those along the bottom of the SIDStation would be neat! -N
2000-07-19 by Andrew Barthle
>> Maybe you could make two buttons to test arpeggiation. >> That's a little more complex. :) > > Ever seen the keyboard on the yamaha qy20? > (picture http://home.att.net/~clipclap/189.gif) One of those > along the bottom of the SIDStation would be neat! > > -N well, now that were dreaming in that direction, i have another idea, or rather a dream. i am also a member of the handheld music mailing list (also on egroups/onelist) and there i have come across an interesting home made synthesizer controlled by a palm pilot and also a game boy synthesizer (the cartridge software accesses directly the sound chip, kinda like our sidstations). something similar would be interesting to have with the sid, since i spend a lot of time away from home unable to make music. that sounds like a personal project to me, though. i doubt that there is much of a market for such a thing. -- Andrew Barthle apbarthle@... apbarthle@... bartha2@...
2000-07-21 by Daniel Hansson
On Tue, 18 Jul 2000, Andrew Barthle wrote: [handheld SidStation] > something similar would be interesting to have with the sid, since i > spend a lot of time away from home unable to make music. that sounds > like a personal project to me, though. i doubt that there is much of > a market for such a thing. It's a cool idea, and I hope you'll try and realise it. One thing is that it will use quite a lot of batteries, since the SID-chip is really hungry for currency. I think it takes more than 50% of the currency required for the SidStation! One thing about the SidStation for doing a project like this is that it uses only 5V in, and regulates it up to 12V for the SID. Not the other way around which would have required at least 2.4 times more power. //Daniel