2004-04-09 by john mahoney
Longish ramble follows. I welcome suggestions for dealing with multiple cable & physical formats. Thanks. Now on with my post: I was going to convert my PSIM to the MOTM format with a Stooge panel. Now I'm not so sure. I am definitely buying a Stooge panel, but I may use it as Br
Thread view
Attachments: 0
2004-04-09 by Mike Marsh
Here here! --- In SynthModules@yahoogroups.com, "drmabuce" wrote: > Hi Mark > BTW while i'm thinking about it, THANX for all the terrific content you've put on the web over the years. You are truly one of the guys who made the internet-era analog renaissance fun for all...Kudos!
Thread view
Attachments: 0
2004-04-09 by Brice D. Hornback
No problem. I can add that as an add-on module going forward. The only problem is... the panel will cost ten times as much as the parts that go behind it. SO... if there IS interest in this... I don't want any "sticker shock" when the time comes. How much are you folks willing to
Thread view
Attachments: 0
2004-04-09 by john mahoney
Hey, Colin! I didn't know you were becoming a (p)simmian, that's excellent. Mr. Hinz and I met on a circuit bending list, I pointed him to SDIY, and here we are in the "exclusive" (LOL!) PSIM club. You guys should see this... device... that he once made. Oh, those poor, tortured
Thread view
Attachments: 0
2004-04-09 by Mark Pulver
john mahoney (01:46 PM 4/8/2004) wrote: >Brice, >Producing the SpeakJet add-on *first* looks more sensible with each post. >;-) :) Although I dunno if I'd use the SpeakJet module (though I will buy one!), I agree. Mark
Thread view
Attachments: 0
2004-04-09 by grantrichter2001
I'm guessing about a 20 microsecond execution time for an equate. Each MIDI byte takes 320 microseconds. You could execute about 8 - 16 simple BASIC commands in each byte time. Something as simple as: TEMP = RDR 'read recieve data register POKE INDEX, TEMP ' store byte in RAM buf
Thread view
Attachments: 0
2004-04-09 by drmabuce
Hi Mark BTW while i'm thinking about it, THANX for all the terrific content you've put on the web over the years. You are truly one of the guys who made the internet-era analog renaissance fun for all...Kudos! --- In SynthModules@yahoogroups.com, Mark Pulver wrote: > >how reliabl
Thread view
Attachments: 0
2004-04-09 by Mike Marsh
What about assembly language code for the ISR? The processor is fast, but probably not fast enough to keep up with servicing the buffer and staying sync'd to some other program, me thinks. So MIDI CV only? --- In SynthModules@yahoogroups.com, "Brice D. Hornback" wrote: > Mark, >
Thread view
Attachments: 0
2004-04-08 by Andrew Scheidler
Woo-hoo, three day weekend! Hopefully I'll have some new fun "automagical" PSIM programs to share when I come back to work on Monday. Here's to sleepy children and caffiene ;) c-ya, Andrew
Thread view
Attachments: 0
2004-04-08 by john mahoney
Brice, Producing the SpeakJet add-on *first* looks more sensible with each post. ;-) -- john
Thread view
Attachments: 0
2004-04-08 by Mark Pulver
drmabuce (11:37 AM 4/8/2004) wrote: >Hi Mark > Ipromisedmyselfi'dstayoutofthisIpromisedmyselfi'dstayoutofthisIpromisedmyse >lfi'dstayoutofthisIpromisedmyselfi'dstayoutofthisIpromisedmyselfi'dstayoutof >this tee-hee. :) >--- In SynthModules@yahoogroups.com, Mark Pulver wrote: >> b
Thread view
Attachments: 0
2004-04-08 by drmabuce
(OK, so i'm not going about this in the most organized fashion!) --- In SynthModules@yahoogroups.com, "grantrichter2001" wrote: > Continuing my thinking out loud on the MIDI input. > > How would one handle a buffer in this BASIC? > if you use PEEK/POKE there is a 2K 'buffer' avai
Thread view
Attachments: 0
2004-04-08 by Brice D. Hornback
Mark, It's not PIC based. It has a Hitachi H8/3664 on it. Read the datasheet in the files section of the Group's site. Yes, you can PEEK and POKE but there may be easier ways to handle it. I'm looking into this as well. - Brice "It's easy to play any musical instrument: all you h
Thread view
Attachments: 0
2004-04-08 by Mark Pulver
grantrichter2001 (08:37 AM 4/8/2004) wrote: >Continuing my thinking out loud on the MIDI input. > >How would one handle a buffer in this BASIC? > >It does not support STR$ command or some of the other 16K >BASIC features for string handling. > >It seems you would have to use an a
Thread view
Attachments: 0
2004-04-08 by drmabuce
Hi Mark Ipromisedmyselfi'dstayoutofthisIpromisedmyselfi'dstayoutofthisIpromisedmyselfi'dstayoutofthisIpromisedmyselfi'dstayoutofthisIpromisedmyselfi'dstayoutofthis --- In SynthModules@yahoogroups.com, Mark Pulver wrote: > bunch of questions... > > - I trust that there's ISR handl
Thread view
Attachments: 0
2004-04-08 by phdinfunk
... act as any kind of a waveshaping device? I imagine it would be no problem to set up all kinds of waveshaping and such for envelopes or LFOs, so craaaaaaaazy modulations would be possible.... would the PSIM processor be able to count fast enough to do that to oscillators? What
Thread view
Attachments: 0
2004-04-08 by Andrew Scheidler
Yeah, this is something I've asked for on the Blacet list. Seems like it would be super easy to make a half-size module with 4 pots and 4 output jacks that could spit out 0-5 volts (or 0-10). Stepped voltage would be extremely useful as well. Would it be any easier/cheaper to hav
Thread view
Attachments: 0
2004-04-08 by phdinfunk
Cool, what you say makes sense.... obviously there are people buying these things.... For instance, I'd be in line to buy another PSIM on the next run..... --- In SynthModules@yahoogroups.com, "Andrew Scheidler" wrote: > Yes indeed it is. We had our yearly Analogue Heaven MidWest
Thread view
Attachments: 0
2004-04-08 by john mahoney
(Observe as the MIDI-ignoramus climbs out onto a limb...) Grant, Why do we have to use string functions? The MIDI data is numeric. -- john ----- Original Message ----- From: "grantrichter2001" > Continuing my thinking out loud on the MIDI input. > > How would one handle a buffer
Thread view
Attachments: 0
2004-04-08 by grantrichter2001
Continuing my thinking out loud on the MIDI input. How would one handle a buffer in this BASIC? It does not support STR$ command or some of the other 16K BASIC features for string handling. It seems you would have to use an array variable and brute force move all bytes for a firs
Thread view
Attachments: 0
2004-04-08 by Colin Hinz
On Wed, 7 Apr 2004, Andrew Scheidler wrote: > Yes indeed it is. We had our yearly Analogue Heaven MidWest get > together a few weeks ago, and of the 25+ people there, only 2-3 *didn't* > bring modular gear. > > And this is in the midwestern US, home of cows, corn and C&W music. >
Thread view
Attachments: 0
2004-04-08 by Mark Pulver
grantrichter2001 (01:39 PM 4/7/2004) wrote: >The software needed consists of two parts: Damn this is intriguing! Before I start babbling about writing buffered I/O in BASIC, lemme ask a clarifier... If the PSIM is running in MIDI CV mode, then would it be true that no other progr
Thread view
Attachments: 0
2004-04-07 by R. Drake
I second that emotion. I'm very grateful for folks like Brice & Grant & Mr. Blacet for their labors... certainly must be for the love of it, 'cause it can't be for the money. Brice, take it easy, slow & steady--that's th ticket. lbd > > Message: 3 > Date: Tue, 06 Apr 2004 20:12:1
Thread view
Attachments: 0
2004-04-07 by john mahoney
----- Original Message ----- From: "grantrichter2001" > The question is who is going to write the MIDI interface software. > > A MIDI in port isn't much good without an interupt driven parser > and realtime message handler. > > Development of that is around two man weeks of work.
Thread view
Attachments: 0
2004-04-07 by john mahoney
----- Original Message ----- From: "Mike Marsh" > I think the big thing with this module is CV-to-MIDI, meaning that > you can control MIDI gear with your modular. And you can do MIDI IN > stuff, too. Mike, MIDI control isn't *so* interesting, to me. The PSIM's CV outputs are my
Thread view
Attachments: 0
2004-04-07 by SynthModules@yahoogroups.com
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SynthModules group. File : /PSIM-1 Programs/Sequencer/maf-seq2.bas Uploaded by : mafirman Description : This is yet another sequencer that is based on the last one t
Thread view
Attachments: 0
2004-04-07 by Brice D. Hornback
Andrew, Currently, there are already examples of code and MP3's on the site that demonstrate CV to MIDI.... MIDI Out. That's what I had at AHMW 2004 was a simple interface (the schematic is in the files section of the group site) to a DIN connector that was connecting my analog m
Thread view
Attachments: 0
2004-04-07 by grantrichter2001
Let me clarify that. Maybe we can make a group effort and crack this nut. The MIDI basic stamp page at: http://www.audiomulch.com/midipic/ says somewhere there is a problem doing MIDI with the Parallax Basic Stamp because it is not buffered. The Atom Pro is set up MUCH better wit
Thread view
Attachments: 0
2004-04-07 by Mike Marsh
I think the big thing with this module is CV-to-MIDI, meaning that you can control MIDI gear with your modular. And you can do MIDI IN stuff, too. Mike --- In SynthModules@yahoogroups.com, "john mahoney" wrote: > Good questions. > > I assumed that a MIDI input would allow the use
Thread view
Attachments: 0
2004-04-07 by john mahoney
Good questions. I assumed that a MIDI input would allow the use of MIDI controllers (knob boxes). This would be a *major* advance in the PSIM user interface, in my opinion. 2 quick examples: 1) Analog-style sequencer with knobs or sliders for each step. Pitch, Velocity, Gate time
Thread view
Attachments: 0
2004-04-07 by grantrichter2001
The question is who is going to write the MIDI interface software. A MIDI in port isn't much good without an interupt driven parser and realtime message handler. Development of that is around two man weeks of work. Any volunteers? --- In SynthModules@yahoogroups.com, "john mahone
Thread view
Attachments: 0
2004-04-07 by Andrew Scheidler
I need a bit of help here. I'm using my Moog Prodigy for a keyboard. If I plug the CV OUT into my Blacet or ARP VCOs, everything tracks perfectly as expected. I was having strange things happen when I used the Prodigy to feed notes into the PSIM for one of my sequencer programs,
Thread view
Attachments: 0
2004-04-07 by Jassen
I'd like to see a utility module that provided stepped voltages. I plan to set-up a series of "preset" programs on the PSIM and use the -/+ output of my Blacet mixer module to select a preset. It would be great if there was an add on module with several detented pots (I don't kno
Thread view
Attachments: 0
2004-04-07 by Andrew Scheidler
Brice - Can you tell us a little about the MIDI module... both IN and OUT? I'm not exactly sure what to ask here, but some description and maybe a couple example uses would be helpful...? Can any of the MIDI data be used? Clock, song pointers, cc data, etc? I have reduced my MIDI
Thread view
Attachments: 0
2004-04-07 by Andrew Scheidler
Oh yeah... you could also set up a couple more sequences (that would go out the other 2 outputs) that could be altering even more parameters. And of course these parameter sequences could be different lengths than the note sequence, so the resulting timbre would constantly be shi
Thread view
Attachments: 0
2004-04-07 by john mahoney
----- Original Message ----- From: "Andrew Scheidler" > Yeah, it plays each note as a gate is received. You can load in a long > sequence of notes, then "play" a keyboard (sending gates to the PSIM). > It doesn't matter which key you press, but everytime you press one the > next
Thread view
Attachments: 0
2004-04-07 by Andrew Scheidler
Yes indeed it is. We had our yearly Analogue Heaven MidWest get together a few weeks ago, and of the 25+ people there, only 2-3 *didn't* bring modular gear. And this is in the midwestern US, home of cows, corn and C&W music. Well, also the home of the PSIM :) check out the pictur
Thread view
Attachments: 0
2004-04-07 by Andrew Scheidler
Yeah, it plays each note as a gate is received. You can load in a long sequence of notes, then "play" a keyboard (sending gates to the PSIM). It doesn't matter which key you press, but everytime you press one the next note in the sequence plays. A great way to impress people with
Thread view
Attachments: 0
2004-04-07 by john mahoney
----- Original Message ----- From: "Brice D. Hornback" > > > P.S. Why isn't Brice going to make any more PSIMs? > > I never said I wasn't going to do any more. I only said I wasn't going to > do another run until *after* I do a few of the add-on modules ... Brice, My mistake, tha
Thread view
Attachments: 0
2004-04-07 by SynthModules@yahoogroups.com
Enter your vote today! A new poll has been created for the SynthModules group: Which SynthModules PSIM add-on module would you like to see first? o SpeakJet Module o MIDI Module To vote, please visit the following web page: http://groups.yahoo.com/group/SynthModules/surveys?id=11
Thread view
Attachments: 0
2004-04-07 by Brice D. Hornback
Experimental Breath/Wind Controller sending CV into the PSIM-1 that is sampling and quantizing then converting to MIDI notes sent to a Roland SC-7. No effects added other than fade-in and fade-out. This is recorded straight out of the Roland SC-7. http://www.synthmodules.com/mp3/
Thread view
Attachments: 0
2004-04-06 by Andrew Scheidler
Well I was getting pretty happy/freaky Saturday night as I was playing with my PSIM... partly because of the massive amounts of vicodin I had in me for my shoulder injury... but it is a magic beast! Between the meds, the big pepsi and it being 3 in the morning my brain was all ov
Thread view
Attachments: 0
2004-04-06 by Brice D. Hornback
----- Original Message ----- From: "john mahoney" To: Sent: Tuesday, April 06, 2004 1:05 PM Subject: Re: [SynthModules] scales.... > P.S. Why isn't Brice going to make any more PSIMs? I never said I wasn't going to do any more. I only said I wasn't going to do another run until *
Thread view
Attachments: 0
2004-04-06 by drmabuce
--- In SynthModules@yahoogroups.com, "john mahoney" wrote: > > P.S. Why isn't Brice going to make any more PSIMs? Hi John, > john project at work, but it's almost finished!) i'm in the same boat *twice* right now (i've got a battle royale on a school board too) but i have a bit o
Thread view
Attachments: 0
2004-04-06 by john mahoney
> Suddenly it occurred to me that the PSIM would be good for all kinds > of scales.... couldn't we, for all intents and purposes, assign any > arbitrary scale here? I mean, map any set of values against any > other set.... polyphonically?!? Heck, yeah! Versatile scaling and quant
Thread view
Attachments: 0
2004-04-06 by phdinfunk
> P.S. Why isn't Brice going to make any more PSIMs? He could probably get enough orders for another run..... How many people out there do you think own and run a modular synthesizer? Or a (honest to God) synthesizer? Lots of people play guitar... fewer (in the U.S., anyways, I t
Thread view
Attachments: 0
2004-04-06 by phdinfunk
I remeber when I got the program, "Buzz" on my computer. It's buggy as all hell but you know what? In 1977 I would have had to have been a PHD student at a major university and I would have had to schedule lab time in a multi-hunred thousand dollar lab to use a system even remote
Thread view
Attachments: 0
2004-04-06 by phdinfunk
Suddenly it occurred to me that the PSIM would be good for all kinds of scales.... couldn't we, for all intents and purposes, assign any arbitrary scale here? I mean, map any set of values against any other set.... polyphonically?!? Holy shit! Okay, I'm really excited about that
Thread view
Attachments: 0
2004-04-06 by Mike Marsh
Cool! Man, when was the last time I sat up till 3 AM programming BECAUSE I WANTED TO?!? Can't wait to get mine. BTW wrote: > Hey Simmians :) > > It will surely be several days before I get a chance to figure out how > to :post: programs at the Yahoo site, so I threw together a pa
Thread view
Attachments: 0
2004-04-06 by Andrew Scheidler
Hey Simmians :) It will surely be several days before I get a chance to figure out how to :post: programs at the Yahoo site, so I threw together a page of my own for now. I have one program up there now (ooze-seq-sync01) which began as an experiment in syncing the PSIM (acting as
Thread view
Attachments: 0