Yahoo Groups archive

Atari-Midi Archives

Index last updated: 2026-04-28 22:40 UTC

Thread

Midi event processor???

Midi event processor???

2006-05-03 by Boris Franck

Hello,
Does anyone knows of a simple realtime midi event processor for the Atari st? By simple i dont particularly mean easy, i just want to point the difference with sequencing or algorythmic functions (that i don't need).
In my dreams, i imagine something like the "Midi Event Processor" hardware from Midi Solutions, with maybe more flexibility: you should be able to define several "event translations" functions like changing a particular CC to a defined Sysex, or Note to Program Changes, or Sysex to anything other... It should also be able to calculate events with Increment/decrement functions (eg, it sends a program change incremented by one each time i push the same button on my controller), and also define maximum and minimum values in In & Out. Plus some mathematic functions...
The best would be a software like "Building Blocks" for PC (its a modular environment -looks a bit like Audiomulch or Reaktor- that only processes Midi information), but for the Atari. And mor stable, as BB isn't...
I already asked this question here some times ago, was redirected to huge lists of software, but wasn't lucky enough to find something close to my expectations... Maybe such a software doesnt exist for the ST?
Well, i want it so much that i should be able to try to program it myself, though i only have very poor knowledge in programming... Does anyone more experimented could tell me if it's only possible, if it's hard, what programming langage i should use, and where i should look for needed tools and documentation? Basically, it should just analyse incoming midi strings and datas & replace the strings by an (user definable) different string and process the datas with several functions (incr/decr, +, -, /, *, ...)
Of course, if an already existing soft does the job (even if it has other functions i don't need), i would be happy to bypass the programming learning ;)
Any idea?

Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

Re: [atari-midi-archives] Midi event processor???

2006-05-03 by Rory McMahon

Boris,

I would suggest looking at Midi View by Jim Johnson. It watches the
midi ports and prints out what is coming in. It is written in 'C'. I
would use 'C' because it is much faster than BASIC.  The source code is
included, so you can press buttons on the keyboard and try to follow
the source code to see what each button does. You would only have to
modify the code to modify the midi codes and send it to Midi out.

I think that you can find 'C' compilers online. Ebay sometimes has a
Mark Williams version up for grabs. You may find the software
elsewhere, but the support documentation is VERY important, so try and
get the entire package.

Rory

--- Boris Franck <boris_franck@...> wrote:
Show quoted textHide quoted text
>   Well, i want it so much that i should be able to try to program it
> myself, though i only have very poor knowledge in programming... Does
> anyone more experimented could tell me if it's only possible, if it's
> hard, what programming langage i should use, and where i should look
> for needed tools and documentation? Basically, it should just analyse
> incoming midi strings and datas & replace the strings by an (user
> definable) different string and process the datas with several
> functions (incr/decr, +, -, /, *, ...)
>    
>   Of course, if an already existing soft does the job (even if it has
> other functions i don't need), i would be happy to bypass the
> programming learning ;)

RE: [atari-midi-archives] Midi event processor???

2006-05-04 by Tim Conrardy

I seem to recall there was something. I know MIDI AX by Dr T has a screen 
where you can program your own CC sysex mapping stuff....and may be just 
what you want. But there may be an easier app too. MIDI AX is on my site BTW

Tim

*********************************************************
Tim's Atari Midi World :  http://tamw.atari-users.net
Atari-Midi Forum:http://www.yahoogroups.com/group/atari-midi
Hotz Translator Forum: http://groups.yahoo.com/group/midi-translator/
==========================================================
Show quoted textHide quoted text
>From: Boris Franck <boris_franck@...>
>Reply-To: atari-midi-archives@yahoogroups.com
>To: atari-midi-archives@yahoogroups.com
>Subject: [atari-midi-archives] Midi event processor???
>Date: Wed, 3 May 2006 05:14:35 -0700 (PDT)
>
>Hello,
>
>   Does anyone knows of a simple realtime midi event processor for the 
>Atari st? By simple i dont particularly mean easy, i just want to point the 
>difference with sequencing or algorythmic functions (that i don't need).
>
>   In my dreams, i imagine something like the "Midi Event Processor" 
>hardware from Midi Solutions, with maybe more flexibility: you should be 
>able to define several "event translations" functions like changing a 
>particular CC to a defined Sysex, or Note to Program Changes, or Sysex to 
>anything other... It should also be able to calculate events with 
>Increment/decrement functions (eg, it sends a program change incremented by 
>one each time i push the same button on my controller), and also define 
>maximum and minimum values in In & Out. Plus some mathematic functions...
>
>   The best would be a software like "Building Blocks" for PC (its a 
>modular environment -looks a bit like Audiomulch or Reaktor- that only 
>processes Midi information), but for the Atari. And mor stable, as BB 
>isn't...
>
>   I already asked this question here some times ago, was redirected to 
>huge lists of software, but wasn't lucky enough to find something close to 
>my expectations... Maybe such a software doesnt exist for the ST?
>
>   Well, i want it so much that i should be able to try to program it 
>myself, though i only have very poor knowledge in programming... Does 
>anyone more experimented could tell me if it's only possible, if it's hard, 
>what programming langage i should use, and where i should look for needed 
>tools and documentation? Basically, it should just analyse incoming midi 
>strings and datas & replace the strings by an (user definable) different 
>string and process the datas with several functions (incr/decr, +, -, /, *, 
>...)
>
>   Of course, if an already existing soft does the job (even if it has 
>other functions i don't need), i would be happy to bypass the programming 
>learning ;)
>
>   Any idea?
>
>
>---------------------------------
>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
>starting at 1�/min.

Re: [atari-midi-archives] Midi event processor???

2006-05-04 by Tim Conrardy

Midiview is on TAMW as well.

Tim

*********************************************************
Tim's Atari Midi World :  http://tamw.atari-users.net
Atari-Midi Forum:http://www.yahoogroups.com/group/atari-midi
Hotz Translator Forum: http://groups.yahoo.com/group/midi-translator/
==========================================================
Show quoted textHide quoted text
>From: Rory McMahon <rorymcmahon@...>
>Reply-To: atari-midi-archives@yahoogroups.com
>To: atari-midi-archives@yahoogroups.com
>Subject: Re: [atari-midi-archives] Midi event processor???
>Date: Wed, 3 May 2006 13:57:33 -0700 (PDT)
>
>Boris,
>
>I would suggest looking at Midi View by Jim Johnson. It watches the
>midi ports and prints out what is coming in. It is written in 'C'. I
>would use 'C' because it is much faster than BASIC.  The source code is
>included, so you can press buttons on the keyboard and try to follow
>the source code to see what each button does. You would only have to
>modify the code to modify the midi codes and send it to Midi out.
>
>I think that you can find 'C' compilers online. Ebay sometimes has a
>Mark Williams version up for grabs. You may find the software
>elsewhere, but the support documentation is VERY important, so try and
>get the entire package.
>
>Rory
>
>--- Boris Franck <boris_franck@...> wrote:
>
> >   Well, i want it so much that i should be able to try to program it
> > myself, though i only have very poor knowledge in programming... Does
> > anyone more experimented could tell me if it's only possible, if it's
> > hard, what programming langage i should use, and where i should look
> > for needed tools and documentation? Basically, it should just analyse
> > incoming midi strings and datas & replace the strings by an (user
> > definable) different string and process the datas with several
> > functions (incr/decr, +, -, /, *, ...)
> >
> >   Of course, if an already existing soft does the job (even if it has
> > other functions i don't need), i would be happy to bypass the
> > programming learning ;)
>

Re: [atari-midi-archives] Midi event processor???

2006-05-05 by Mark Wynkoop

Hey Tim, are you also the sound designer Tim Conrardy?  The guy that did those sounds
for Crystal and Angelina?

--Mark

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

Re: Midi event processor???

2006-07-10 by timothyconrardy

--- In atari-midi-archives@yahoogroups.com, Mark Wynkoop
<markwynkoop@...> wrote:
>
> Hey Tim, are you also the sound designer Tim Conrardy?  The guy that
did those sounds
> for Crystal and Angelina?
> 
> --Mark
>

Yep..and just about everything else out there :-)
but my main synth is the M42 nebula which we just released ver 2

http://www.algomusic.net

This is in connection with Dr Ambient who also created AEX for Atari.

Tim

Re: [atari-midi-archives] Re: Midi event processor???

2006-07-10 by Mark Wynkoop

Mark bows deeply

"We're not worthy!  We're not worthy!"

Seriously, I have followed your sound design for some time.  You totally rock!  I used
CYGNUS on a recording just last week!  I will definitely check out your M42 Nebula
Package.  

--Mark


> >
> > Hey Tim, are you also the sound designer Tim Conrardy?  The guy that
> did those sounds
> > for Crystal and Angelina?
> > 
> > --Mark
> >
> 
> Yep..and just about everything else out there :-)
> but my main synth is the M42 nebula which we just released ver 2
> 
> http://www.algomusic.net
> 
> This is in connection with Dr Ambient who also created AEX for Atari.
> 
> Tim


//\\//\\ \\//\\//

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.