User Forum    :: Powered by YaBB
  « MIDI-OX User Forum - THE FUTURE OF MIDI-OX??? with Ableton PUSH 2/3 »
Welcome, Guest. Please Login or Register.
May 2nd, 2025, 8:24am


Home Home Help Help Search Search Members Members Login Login Register Register


   MIDI-OX User Forum
   MIDI-OX
   Questions and Discussion
(Moderator: Jamie OConnell)
   THE FUTURE OF MIDI-OX??? with Ableton PUSH 2/3
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: THE FUTURE OF MIDI-OX??? with Ableton PUSH 2/3  (Read 228 times)
pattherat
New Member
*



still on windows 98se

   
Email

Posts: 3
THE FUTURE OF MIDI-OX??? with Ableton PUSH 2/3
« on: Feb 13th, 2025, 5:48am »
Quote Quote Modify Modify

is this the end for midi-ox .... Huh i.e no more future releases?
 
I was working on converting a PUSH 2 into a generic MIDI controller, by mapping CCs and notes to other thingies, but MIDI-OX won't respond to notes below 32, thus preventing data transform maps being used on the top row of the push 2's combo knobs/buttons (notes 0 -12). Dammit.
 
A few simple changes to the C++ code
if note >=0) {
 
}
 
instead of:
if(note>=32) {
}
 
and you'd have a surefire, world-wide winner!! (maybe)
Wink
IP Logged

pattherat ... still on windows 98se
Breath
Administrator
*****





   
WWW

Gender: male
Posts: 1029
Re: THE FUTURE OF MIDI-OX??? with Ableton PUSH 2/3
« Reply #1 on: Feb 13th, 2025, 5:45pm »
Quote Quote Modify Modify

Hi
MidiOx works for all Midi values, but you can program it to filter out a range of Notes that are sent to a Midi Output.
 
Check in the Input Monitor (check that it has "Monitor - Input" at the top of the window).  
This only shows the raw Midi data coming in to MidiOx from all connected Midi Inputs.
 
There is also Options / Midi Filter... that can filter out Midi data so it won't appear in the Input Monitor
Very useful to filter out F8 Midi active.
But this Option will not filter out a range of Notes sothat won't be the problem.
 
There is not point checking a datamap as that only works on the Midi data once it is in.
So if you are not seeing notes below 32 then the Push is not outputting it or it is filtered before MidiOx sees it.
 
I checked with a synth (Hydrasynth) that can change the Octave of the keyboard.  
MidiOx sees Notes on any channel from Note 127 down to Note 0
 
 
Let me know how you get on.
 
All the best
Royce
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »


MIDI-OX User Forum » Powered by YaBB 1 Gold - SP 1.3.1!
YaBB © 2000-2003. All Rights Reserved.