MIDI Translator for Mac?

florian

2005-09-19 12:47:52

---
Update 06/2008:
Finally! The first public beta is available here. Please check it out and report your findings.
---
Update 04/2008:
The first public pre-release version is close to completion. Once it's out we'll send an email to subscribers of the announcement list.
---
Update:
We've had so many donations (actually, pre-registrations) that we started development of the Mac version. So donating isn't necessary anymore.
---

More and more people are requesting Midi Translator for Mac OSX. I have opened a "donation" box - the best way for you to show me your real interest. Any amount you donate will be deducted from the purchase price of MT for Mac.

I hope to start on the port beginning next year.
Donations (how much you want):
http://www.bome.com/pay/?subject=Mac+Port+of+MT

There already exists a small utility for Mac called MidiStroke which is supposed to do MIDI to key translation.

Regards,
Florian

mocker

2006-03-14 16:08:53

Florian, what are you up to, concerning MT 's Mac port ?
If you decide not to do it (midiStroke), please let us know ASAP, (plus I may want to get my 25 € back ! :-) ). Cheers

florian

2006-03-14 18:44:28

no, I'm still up for it. Sorry it's taking such a long time. I'm pretty much decided on getting one of the new dual core Mac minis.

I also think that I could start with a Java version. This would work on many systems. But it would be slightly harder to set up.

Please keep reminding me if it takes too long!
Florian

mocker

2006-03-27 00:22:23

OK fine. But I would definitely not go for a Java version. Slow and when it comes to dealing with midi, rather instable. I really think you should make a real Mac version. I'm sure as soon as you fool around with Mac OSX you'll come to that conclusion. :-)

florian

2006-03-27 10:40:17

I won't abandon the plan for a native Mac version. But I happen to be a very fast programmer with Java Sound, so it would be for a fast solution.

...and maybe I can prove you wrong about your impression of Java :)

Florian

florian

2006-07-24 21:45:30

just a quick status message: I've finalized the plan for a Mac port, and I'll work on it from September on.

Florian

mocker

2006-10-13 15:14:12

Hi Florian, so we're in October... What's up ? can't wait. :-)

florian

2006-11-14 15:45:31

OK, we're in November by now... anyway, I've got a Mac, and development has already started a week ago. I estimate a couple of months before a first pre-release, but I'll keep you updated.

Florian

mocker

2006-11-14 18:08:09

Thanks for the news. How do you like your Mac ? :-)

florian

2006-11-16 09:18:53

the Mac is nice! everything worked right out of the box...
Florian

rishi

2006-11-21 06:47:25

I recently bought a mac too and was wondering what I was going to do without MT on my Mac, so this is great news!!!

robin

2006-11-22 00:07:47

This is fantastic news (Translator for MacOSX). Is it likely to be a universal or intel only binary?

I've just been using midistroke and while it's doing the job it isn't the most stable software.

mocker

2006-11-22 10:56:39

robin wrote:This is fantastic news (Translator for MacOSX). Is it likely to be a universal or intel only binary?

I've just been using midistroke and while it's doing the job it isn't the most stable software.
Plus it has become impossible to get any answer from midiStroke's creator... Seems he just vanished...
So we need MT badly !

admin

2006-11-22 11:09:23

Glad to hear there is growing interest...
It's gonna be a universal binary, though currently I won't be able to test on PowerPC. Let's see, if I need to I can always get a second hand mac mini.

Florian

robin

2006-11-22 11:41:21

mocker wrote: Plus it has become impossible to get any answer from midiStroke's creator... Seems he just vanished...
So we need MT badly !
In fairness Charlie (Roberts, the creator of midiStroke) got back to me within a few hours after I posted a problem on Sunday (I posted on the Ableton forum and on the controlAid forum). I think he's working on a new rolled together version of controlAid and midiStroke (which he'll charge for)

I don't care what I use as long as it works (though on the Live forums MIDI Translator is the thing to use for the PC using folk).

It appears (I need to read more) that I can do more complex mappings with keystrokes (like if a controller number is going up I can map that to one key, going down another).

Anyway....enough waffling I'm looking forward to the Mac version. Nice one Florian.

mocker

2006-12-12 10:23:24

Ready for Xmas ?? As a gift ? :-)

florian

2006-12-14 17:30:11

not ready for christmas, but the port is making progress. The core foundation is almost complete, and parts of the GUI. After that comes MIDI functionality and remaining GUI stuff.

Regards,
Florian

robin

2006-12-14 18:28:21

florian wrote:not ready for christmas, but the port is making progress. The core foundation is almost complete, and parts of the GUI. After that comes MIDI functionality and remaining GUI stuff.
That's good news :)

HoldingPatterns

2007-01-12 07:24:00

Florian: we need the OSX port! We're dyin here!!!!

Just kidding, but MidiStroke, the program i'm using now, is INCREDIBLY unstable and buggy (not to mention it's a PPC application). Desperately awaiting the new midi translator.... I can't take my Ableton Live rig to perform live until it's done!

-Mike

ps: tossed a few euros your way a few months ago, so glad to see you've been workin' on it. we need ya!

mocker

2007-01-12 23:26:43

You can use MidiPipe while waiting. It's a great tool that supports Apple scripting so it's easy to convert notes into keytrokes. Of course a little more complcated than midiStroke or Bome (I suppose) but worth trying. Use the script examples provided to make your own pipes. AND it's UB and very stable.
Sorry Florian, but hurry up, you've got a real competitor here.. :-)

HoldingPatterns

2007-01-13 00:18:29

Hi Mocker:

thanks for the response! I actually have the program installed, but have no idea how to do the correct applescript (i'm not a programmer). all I need is to have a noteon message (channel 8, note 29) trigger the key stroke Apple-Z (capitalized). can you possibly point me in the right direction? I can't find a good example...

-Mike

mocker

2007-01-13 00:59:51

Sorry guys, it'll be the last time, just trying to teach HoldingPatterns how to wait for Bome MT for Mac ! :-)

First I guess you want to undo, right ? Then the "z" doesn't have to be capitalized.
Create a pipe with :

- midi in (choose your Audio interface)
- AppleScript Trigger, inside paste all that follows (until "end runme")
- midi out (choose MidiPipe Output 1)

PASTE FROM HERE
-- convert midi notes into keystrokes, created by dbudde, modified by Drastic
property channel : 8
on runme(message)
tell application "System Events"
tell process "Live"
end tell

-- Cancel (note = 29)
if (item 1 of message = (143 + channel) and (item 2 of message = 29) and (item 3 of message > 0) then tell process "Live"
keystroke "z" using command down
end tell

end tell
end runme
TO HERE

Then in Ableton Live 's prefs click the MidiPipe's output's Sync ON (and track ON too if you need to add further keystrokes or messages to a plugin for instance).
I'm not sure about "property channel : 8"
If it doesn't work, erase "property channel : 8" and try : "144" (no brackets) instead of "(143 + channel)" but then you won't have the channel specified. It works in my case without that property.

Hope that helps.

HoldingPatterns

2007-01-13 01:17:21

Hi mocker:

thanks again for the help (and sorry to be involved in a breaking of rules!). unfortunately no dice... i couldn't get it to work with either method...

-mike

mocker

2007-01-13 12:02:01

Again, try without specifyig the channel . It DOES work everyday for me.

HoldingPatterns

2007-01-13 20:44:11

Hey mocker:

Yes, Without specifying the channel was one of the 2 methods I was referring to. I might be doing something wrong, but it's not that. No ideas here as I believe I followed every one of your steps. Regardless, thanks for the attempt.

-Mike

mocker

2007-01-14 01:18:31

Which midi controller are you using ? Is it sending notes ? Are you sure you're trigering note 29 ? Check it out. Refer to the Live Control example pipe it's in the MP folder after installation. That's where I picked up my (very light) knowledge...

HoldingPatterns

2007-01-14 02:04:52

Hi:

I will check out the additional info.

I use a FCB1010. It's sending info to Max/MSP which I am changing to trigger note 29 on channel 8. I'm sure this works, as MidiStroke works about 75% of the time 100% correctly.

mocker

2007-01-14 12:16:02

HoldingPatterns wrote:Hi:

I will check out the additional info.

I use a FCB1010. It's sending info to Max/MSP which I am changing to trigger note 29 on channel 8. I'm sure this works, as MidiStroke works about 75% of the time 100% correctly.
:D

Try just the FCB 1010 sending the note to Live through MidiPipe, to be sure.
Also try checking/unchecking "pass through" in your AppleScript trigger (bottom left of the window).

florian

2007-01-15 11:34:44

Yes, I have seen MidiPipe in action, and I've contacted the author of it a year ago if he was interested in collaboration for porting MT to Mac. But unfortunately, he was too busy.

I don't mind competition, that's the best guarantee that you, the users, will get the best software 8)

Florian

mocker

2007-01-15 11:54:13

Thanks Florian, it was just a joke anyway. I find MIdiPipe very powerful but don't have time to become an AppleScript programmer evrytime I want to send a midi command... It's fun, but extremely time-consuming...; and the music feels left alone :-)

mocker

2007-01-16 11:24:15

Hey HoldingPatterns, I know why it couldn't work ! Because 144 means "note on" on channel 1 ! If you want to do exactly what you need go to :

http://www.midi.org/about-midi/table2.shtml

For instance a "note on" on channel 8 is 151
143 is a note off on channel 16 ! So it couldn't work...
Check it out and let me know. Also check out :

http://www.snoize.com/MIDIMonitor/

Very handy for what we're doing.
Cheers

HoldingPatterns

2007-01-16 19:21:15

Hey Mocker:

It worked! It was either that #151 thing, or, alternatively, I noticed that a parenthesis was missing in your original code, which coulda screwed something up.

thanks for the help!
-Mike

mocker

2007-01-17 00:32:44

You're welcome. Glad it works.
I'm trying the trikiest shorcuts in Ableton with SooperLooper, MidiPipe and the help of iKey (a macro editor) and everything I try works ! It's a lot of fun. :-) My foot controller is gonna take fire.

dorsch

2007-02-08 12:39:46

Gibts was Neues bezüglich Translator für den MAC?

dorsch

2007-02-08 21:08:04

...
Well then in english:
Munich calling: "What´s up with the translater .app
for mac os?
"
It´s a fine programm ...
BG
dorsch

florian

2007-02-08 21:46:23

München hört! MT for Mac is coming. I've hired someone to exclusively do the Mac port. But, it's quite some work -- some things are extremely different on Windows and on Mac, so a lot of stuff has to be re-programmed. And it should be a "real" port, not a weak attempt...

Stay tuned - I'm not a big fan of disclosing schedules, but it will take at least 2 more months for a first public beta.

Florian

dorsch

2007-02-09 06:09:08

That´s great news. Thanks
dorsch

jplarue

2007-03-20 13:34:27

Hi Florian,

I have a question regarding the future mac version, but I guess I would be curious to know about the PC version aswell...

here we go,

Would MT convert a midi clock 'continue' message send by Logic 7 into a midi clock 'start' message to my usb midi interface ???
the reason is I need to translate 'continue' clock message into 'start' for my 808 and 202 (through a Kms 30 midi sync24 converter)to sync with Logic from the middle of a song. they start ok and sync when I start Logic from the very first bar in the arrange but not if I start from anywhere else....

Would MT do that for me ??? If not, could you add this to it ??????

Any suggestion would be much appreciated

Cheers and have a nice day !

Jp

florian

2007-03-20 20:35:38

Hi Jp,

yes, it's very easy to let MT do this translation: just add a translator entry like this:

Code: Select all

Translator 1: MTC Continue to MTC Start
Options: stop=true
Incoming: MIDI FB 
Outgoing: MIDI FA 
FB is the hexadecimal code for "Continue", and FA is the hex code for "Start".

Regards,
Florian

mooncaine

2007-03-26 04:54:20

I'm also looking forward to Bome's MT for OSX. I heard about it today.

Those of you who are trying to do the Kid Beyond thing with Ableton Live should know about this thread, where we learn that we can trick Live into thinking it has a Mackie Control Board attached. Doing so gives us the power to move from cell to cell, and start and stop clips, plus more, using a wide range of MIDI controllers. I tested and used an FCB1010 and it does everything I have dreamed up so far with Ableton Live. You can even assign a MIDI command to trigger Undo, but I haven't explicitly tested Undo yet.

See this thread:

http://www.ableton.com/forum/viewtopic. ... 7&start=75

The first page is essential, and so are the last 2, but if you really want to know the whole story, read the whole thread. I think that about covers it.

mocker

2007-05-05 17:16:18

It's been a while since Feb 8 ! So how's the Mac port going ? Hope it's not too hard… Thanx

florian

2007-05-07 15:21:15

It's coming along. MIDI is debugged. Still pending is the user interface.

Regards,
Florian

mocker

2007-05-21 22:47:36

Good ! Thanks, glad to know it's on the way.

mocker

2007-06-18 23:40:12

One more month… Everything OK ?

florian

2007-06-25 12:25:34

yes, we're actively working on it. I'm sorry for the long wait, but unfortunately we do have to do other stuff, too, in the office.

Regards,
Florian

robin

2007-06-25 12:38:14

florian wrote:yes, we're actively working on it. I'm sorry for the long wait, but unfortunately we do have to do other stuff, too, in the office.

Regards,
Florian
It takes as long as it takes (I work as a programmer when not doing music).

Needless to say I'm still very much looking forward to this (as are quite a few other Ableton using folk).

mocker

2007-07-31 12:06:21

And another month… Any news ? Thanks.

florian

2007-08-02 15:36:26

unfortunately not. I have hired a service company to implement Keystroke emulation, but they are slow these days.

Sorry...

Florian

mocker

2007-09-05 20:59:07

Sorry Florian, I had faith but I'm loosing it. I think the Mac port seems to look like a big joke. You know, what they call vaporware… I'm surprised there isn't even some beta version for us mac users to test after more tthan one year. I remind you I paid 25€ just to start the process, so I think I deserve AT LEAST more information. Thanks

florian

2007-09-06 14:12:11

Hi Mocker,

I don't blame you, I can understand your frustration. Things haven't been as smooth as I hoped.

I am determined to bring out the Mac version asap, but unless I have all components together I cannot even provide a beta version.

The port to Mac was not only "recompiling", but we chose a more thorough path. The following steps are completed:

1) convert the core translation engine from Delphi to portable C++ (Delphi is like Pascal, and doesn't work on Mac). This step alone consisted converting 10000+ lines of code

2) convert the MIDI engine to C++

3) create a GUI skeleton

The remaining steps are:

4) convert Key emulation engine to C++, including timers. This step was started on Monday, after months of delay from the service provider, because of problems with their personnel.

5) Put everything together
I hope that this step won't take long afterwards, leading to the first public beta.

I hope this is giving you a better idea about the progress, and hopefully convinces you that we're trying to do much more than vaporware.

I'll gladly answer any other questions.

Thanks,
Florian

mocker

2007-09-06 15:49:06

Thanks a lot for your detailed answer. Sorry if I sounded a bit rough, I'm glad you seem to understand why. OK then, let's cross fingers and hope that "service provider" you mentionned finally wakes up…

florian

2007-09-06 17:08:41

Hi Mocker,

yes, the "service provider" is a consulting agency providing programming services.

My business partner and I just discussed for quite a while how to best do the GUI for MT on Mac. We're currently leaning toward a truly multi-platform solution, which means that even a Linux version isn't out of scope. Of course we're also looking to minimize the time to market.

Florian

timothyallan

2007-09-07 01:50:55

This is good news!

MT Pro is the only reason why I haven't migrated 100% to Mac for my music stuff... MT is an absolutely vital part of my live/dj set!

ominik

2007-09-22 20:21:14

How is it coming, I'm on the edge of my seat for this one! Hope it comes soon...
peaces

florian

2007-09-25 19:16:53

we're working on it. The keystroke component will be finished soon. The user interface is the last piece - putting it all together.

My partner is working now 100% on this, so let's hope the first public beta is ready in the next 1-2 months.

Regards,
Florian

ominik

2007-09-26 17:05:53

Thanks for the update Florian and thx for making this a priority. I look forward to beta testing.
All good things in all good time...

rishi

2007-10-15 07:48:01

Excellent.... been waiting for this. Looks like plenty of others have too!!

ominik

2007-10-21 01:31:36

I keep coming back here just hoping! What's that beautiful saying....all good things in all good time. Just a friendly reminder that we can't wait!
+Peaces+

timothyallan

2007-10-25 09:13:48

I've been trying to replace my Bomes script in OS X using Bidule or MidiPipe, each time I get about 85% there and then hit a roadblock. It's just not as easy as Bomes!

Adman_Rob

2007-11-09 13:31:07

Any news on the Mac version?

Looking to translate some of the MIDI data from my BitStream 3X to to keystrokes. I was using MIDIStroke, but it is not Intel Native so it of no use to me now as I've moved all my Macs to Intel.

florian

2007-11-15 09:56:13

Hi,

a small update: OS X development is progressing. We need to re-program the entire GUI (user interface) code, so it's quite some work. As soon as something is usable, we'll publish it as a public beta version.

Thanks,
Florian

mocker

2007-12-29 14:03:32

Hi, it's been one month and a half since last "update". Anything coming ? Can we really hope for a Mac port ?

Reminder : first donations (including mine) were made September 2005 !

Happy New Year though…

florian

2008-01-02 11:28:11

Hi Mocker,

yes, it's a looong time. Just before christmas we've had the first translators working from the GUI. We've finalized the feature set of the first Mac version, which will be quite equivalent to the Classic version on Windows. From then on, new features will follow until the Mac version will have caught up with Windows. Then, the Mac version will become the Windows version, and all future versions will just be the same on Mac and Windows. And the good thing about this complete rewrite of MT is that it will be a snap to port to even other platforms like Linux...

Happy New Year to you, too! And, thanks for keeping the faith!
Florian

mocker

2008-01-14 01:05:21

Thanks for the details. Happy to know it's still alive !

MikeTee

2008-02-07 04:04:53

Any news on when it's going to be released? :)

florian

2008-02-08 22:54:55

Hi MikeTee,

we've had feature freeze for the Mac version and we need to debug some things now (e.g. being able to emulate all keystrokes, even command, Ctrl, etc.). As soon as we've sorted out such things we'll release a preview version for you to try.

Later,
Florian

dannstockton

2008-02-26 20:34:06

I would love to be a part of the preview version. I am itching to buy MIDI translator for mac. I hope this gets done soon! Best of Luck.

florian

2008-02-27 01:38:48

sure, just subscribe to MT's announcement list or subscribe to this thread (where we'll post for sure when the first version for Mac is available).

We're currently sorting out some last cosmetic changes, so the first public preview is pretty close.

Thanks everybody for bearing with us...

Florian

MikeTee

2008-04-25 02:40:59

Just checking on the progress of the mac version. It's been awhile.

florian

2008-04-27 18:19:44

yes, although some may have given up hope, we're actually sorting out the last issues before the first pre-release alpha version of MT Pro for Mac. Stay tuned!

Florian

rishi

2008-04-28 02:57:16

still hangin' in there :wink:

7G

2008-05-12 20:18:50

Hi Florian,
Just subscribed to your list but didn't get any confirmation mail... :(
I own a desktop PC and a Mac lappy and MT PRO is the essential link between the training in my PC and Live performances in my Mac...
That thing you do would make things alote easier for many of us...

Keep it up! :D

7G

2008-05-13 20:56:21

Thanx :)

florian

2008-05-13 21:19:20

Hi 7G,

I can confirm that you're signed up to the announcement list. We're currently sorting out the last bits for the first pre-release of MT/OSX. It's hard to believe how long all this took!

Regards,
Florian

7G

2008-05-14 14:14:54

Hang in there Florian,
We're with you.... :D

florian

2008-06-01 23:44:21

Finally! The first public beta is available here. Please check it out and report your findings.

Thanks for waiting such a long time!

Florian

rishi

2008-06-02 07:01:49

yeah baby!!!! :D:D:D

7G

2008-06-02 08:33:34

It's such an honor cause after my post Florian announced the Mac version....hehehe :D:D:lol:
Bring up the champagne...

dannstockton

2008-06-02 14:27:04

Woo! I cannot WAIT to play around with this. Thanks a lot Florian! I am sure this will be worth the wait.

rishi

2008-06-03 01:58:20

OK so, I installed the MAC version without any problems. All 4 of my controllers appeared in the MIDI settings plus 2x Bomes MIDI translator yokes on the MIDI OUT. I also, loaded my PC presets into the MAC version and tested 40 something translators that all worked with my Ableton Live DJ template straight out of the box. The translators included MIDI to MIDI, MIDI to Keystroke, with and without Rules.

Some things I did notice
1. PC imported translators with an arrow key in the keystroke output came across with a long number instead of the arrow keystroke. (eg: W657x3623s). They still worked, but they just showed the number instead of the words Left or Right. I changed each of these manually
2. In the PC version under Options Settings, there is Supress outgoing keystroke when active. This option is not present in the MAC OS version.
3. The virtual MIDI ports Bomes Midi Translator 1 & 2 worked without hitch appearing in my Ableton Live preferences
4. I notice checkboxes for multiple MIDI IN’s however, I was only able to select one MIDI IN at a time. Perhaps this is a limitation of the beta version?
5. In general, the typeface appeared somewhat small and not as clear (lo res?) as other MAC fonts.
6. However, I love the edit translator interface, especially how it opens in one page with all sections viewable at once.

All in all, soooooperb!!!

ruediger

2008-06-05 14:16:41

Hi,

many thanks for your report!

>>1. PC imported translators with an arrow key in the keystroke output >>came across with a long number instead of the arrow keystroke. (eg: >>W657x3623s). They still worked, but they just showed the number >>instead of the words Left or Right. I changed each of these manually

MAC OS Virtual Key system completely differs from the one in Windows. We worka on that.

>>2. In the PC version under Options Settings, there is Supress outgoing >>keystroke when active. This option is not present in the MAC OS >>version.

Thanks for that hint.

>>3. The virtual MIDI ports Bomes Midi Translator 1 & 2 worked without >>hitch appearing in my Ableton Live preferences

Perfect.

>>4. I notice checkboxes for multiple MIDI IN’s however, I was only able >>to select one MIDI IN at a time. Perhaps this is a limitation of the beta >>version?

In 1.6.1 you cannot select more than one MIDI IN device. This feature will be realised in 1.7.

>>5. In general, the typeface appeared somewhat small and not as clear >>(lo res?) as other MAC fonts.

Yeah, that´s true.

>>6. However, I love the edit translator interface, especially how it opens >>in one page with all sections viewable at once.

Thank you so much.

Great, keep on translating :D

orge

2008-09-07 14:12:23

I've been using the mac beta for the last month and I'm really impressed!
With the beta cycle coming to a close though, I have a couple of questions...

Will the Mac version be on sale separate from the pc version or will they be covered by the same license - I presume equivalent to Pro?

I head that the PC version is going to be getting the ability to route to multiple output ports in the near future (already in beta?). Is this also coming to the mac?

Thanks,

J

litL1

2008-09-07 17:55:22

Hi,

as some may have already seen in my recent posts (see bug reports, if you care), in regard to continuing crashes, i was wondering if anybody else is using a G4 iBook or similarly dated version, and could give me some indication advice as to my frustrating experiences?

I'm also wondering if it generally wouldn't be helpful to state the hardware/software used to test the Mac beta version? I, seemingly unlike most others who have posted, have no comparison or experience with the windows version of BMT, and am not knowledgeable enough about PCs to troubleshoot by myself.

I really would like BMT to work for me, as it appears to be doing for others here, as it's obviously an absolute jewel of an app in these multi-AUDIO/MIDI configuration times (for me merely potentially, for now :( ), to keep and augment control over all things interfacing manageable.

Many thanks for any help..

One frustrated, but hopeful customer :roll:

Aaah, and not sure if i misunderstood or it means something, but in an earlier post Ruediger replies to a report, which stated
4. I notice checkboxes for multiple MIDI IN’s however, I was only able >>to select one MIDI IN at a time....
Thing is, though i understand that the functionality is not currently present anyway, i do not even see any check boxes. Or is it, that they'd been taken out prior to my downloaded version??


***ONE LOVE***

ruediger

2008-09-08 10:10:33

Hi Orge,

thanks for trying MT for the MAC!

>>Will the Mac version be on sale separate from the pc version or will they >>be covered by the same license - I presume equivalent to Pro?

It will be the same license, if you are not using the license at the same time!

>>I head that the PC version is going to be getting the ability to route to >>multiple output ports in the near future (already in beta?). Is this also >>coming to the mac?

Yes, of course.

Best regards,
Rüdi

ruediger

2008-09-08 10:15:26

Hi Litl1,

we havent´t had any crash reports until now! Are you using PPC? We had no PPC to test Midi Translator. So, it seems that might be a problem.

>>Thing is, though i understand that the functionality is not currently >>present anyway, i do not even see any check boxes. Or is it, that they'd >>been taken out prior to my downloaded version??

Yes, of course no checkboxes. You can select one MIDI In and one MID Out in the Menu Bar. We hope to release the Mutltiport stuff at in November.

Best regards,
Rüdi

litL1

2008-09-08 11:58:12

Thanks for your much appreciated reply, Ruediger, and very possibly (i say that in all my ignorance of what goes down under the hood of my mac!) a reason for the abnormalities i am experiences, which despite having re-installed last night, continued.

BUT! it could be something else ... i hope i'll find out and a solution.

Hmm, in that case i would ask and address my question to testers of the mac:

Is everyone using intel macs or anyone else use a PPC mac?

***ONE LOVE***

3d

2008-09-13 07:01:23

I'm testing the beta i Just downloaded, and it seems to be working well. I'm converting external MIDI input to keystrokes, all is working fine for me thus far.

I would like to extend my thanks to BOME for developing MIDI translator for the OSX platform, especially since you are supporting both PPC and INTEL OSX, thank you VERY much. This beta I have looks like it expires in 3 days. So I'll be making the best of it until I see another beta release, or the actually fully tested product release(with manual ;-).


Thanks again BOME!!!!!

meeble

2008-09-15 00:26:51

Yes, thank you for porting this app to the Mac. I am just starting to learn this app, going through the tutorials, etc. The 3rd beta expires tomorrow - will you be uploading a new version before then?

thanks,
mm

ruediger

2008-09-15 10:23:22

We will release beta 4 this evening.

Regards,
Rüdi

3d

2008-09-15 14:17:04

ruediger wrote:We will release beta 4 this evening.

Regards,
Rüdi
Yay!!!!!

florian

2008-09-16 01:35:48

sorry, give it one more day...
Florian

meeble

2008-09-16 06:01:01

why even make the beta time out at all? A simple set-back of the system clock bypasses that anyway. I'll be working in 2007 until you release the new version.

mm

florian

2008-09-16 13:05:42

Hi meeble,

of course you're right from a user's perspective. But for us, a time limitation is very important:

- beta software is not finished and it can contain functional or embarrassing bugs. Under no circumstances do we want that such versions are used for longer than necessary *)
- the timeout assures that beta testing is really done on the latest beta version. It's cumbersome for beta testers to report a bug that is already fixed...
- the timeout forces US to provide a new version in the given time frame :)

Of course you can change your system date, but for most people that's too annoying so we don't bother to tighten the timeout algorithm.

Thanks,
Florian

*) of course there can always be hidden bugs in release versions, too, but they are much less likely.

meeble

2008-09-17 00:44:05

i understand your reasoning. I guess you could have unlimited beta's for an internal group of testers?

A-Bam

2008-09-23 21:00:13

Hi Florian,

I just wanted to check - now that I've started using Bomes in my Live set-up - will there definitely be new beta versions released in time for the timeout? - I'm happy to buy the product the second it's available but don't want to get too reliant on using bomes if I may be without it after the timeout period!

Thanks

Adam

florian

2008-09-23 21:47:02

Hi Adam,

we promise to always do our best to release a new beta version before the old one expires.

Though, we cannot guarantee that. For beta 4, we've had so much to do that we've missed the timeout of beta 3 by a day. And, as you may have followed, beta 4 had a showstopper, which caused another day without MT for some users.

On the other hand, you can always back-date your computer temporarily to make an older beta version work.

BUT, in any case, we do not recommend using the beta version for live sets or any other critical usage. This is mainly a disclaimer for us, but still...

Regards,
Florian

meeble

2008-10-19 18:25:06

I used the beta thursday night @ a show and no problems whatsoever.

so, far MT has been extremely stable on my Macs.

question: Will the next beta allow multiple MIDI Ins and outs? I currently have to have 2 copies of the app running to work with 2 controllers. It works fine, but they don't share global variables, so...

thanks,
devin


Mr. Meeble
http://myspace.com/mrmeeble

florian

2008-10-20 15:46:02

Hi Meeble,

Thanks for the positive report!

The final version 1.6.1 for Mac will not support multiple MIDI ports. We aim to let it have pretty the same set of features as the Windows version 1.6.1.

Then later we'll release version 1.7.0 with multi MIDI port support for both Windows and Mac.

Regards,
Florian

feno

2008-10-31 11:05:49

Beta 6 has arrived...working flawlessly on my intel mac (and has been since i started using it way back at beta 3)

thankyou florian & Rudi!


MBP 2.16 core 2, 3gb, osx10.5
Mac Pro, quad xeon, osx10.4.11

feno

2008-10-31 12:33:44

This is probably just me but when I have "deactivate all other presets except always active" checked in my presets, my "always active" preset becomes INACTIVE when i change presets?
It may be a bug but its more than likely something really simple that I'm overlooking?

feno

2008-10-31 12:50:01

turns out a simple close and re-load of the .bmtp file resolved this :)

feno

2008-11-04 20:14:09

maybe i was being a bit pre-emptive ......found a pretty awful bug that causes MT to quit unexpectedly....don't know if its just me tho?

http://www.bome.com/forums/viewtopic.php?t=2318

mocker

2008-12-18 01:10:12

I'm one of the first donators. Not only I received no info at all about the Mac version, but then, now that it's here, it seems I'll have to pay to get MT ? Come on Florian, I think I deserve a better treatment…

florian

2008-12-18 10:02:42

Hi mocker,

you're absolutely right, and we should have notified the donators first! this is not really excusable. After all, you drove all this!

Having said that, I'll send out a mailing to everyone who donated for the Mac port. Of course, donation is the wrong word now, because it was a pre-payment and it will be fully taken into account when you purchase now. Details how to do that will be in the email.

One thing to note: although the current version has a trial time-out (20 minutes per use), all Mac versions are still in beta phase, and considered unstable though most users don't have any problems with it *).

Thanks,
Florian

*) except the current PowerPC / G4 / G5 bug: http://www.bome.com/forums/viewtopic.php?t=2359

bendybones

2009-01-07 19:05:33

Hi there,
I purchased Pro for Mac but the download link was the .exe version.
How can I get a mac version?
I don't see anywhere that I can enter my license key in the beta version.
Thanks

mocker

2009-01-07 22:03:48

I think the beta version is not "licensable". You have to dl the full version from the link you have or will receive. At least that's what I remember… :-)

bendybones

2009-01-07 22:10:45

Yeah that seems right, but the link only gives a .exe

florian

2009-01-07 23:59:17

sorry for the confusion. You can purchase the Mac version already to get around the 20-minute limit. The license will be valid for the release version, too.

Now the confusion comes in that the purchase system is not yet ready for the Mac version. So the only thing you can do right now is to purchase the Windows version. Then, please notify us that you'd like to receive the full Mac version.

In any case be prepared that as long as MT/Mac is in beta phase, the purchased version will be beta, too. That means that we at Bome do not think it's stable enough for production (live) use. And it will expire. But we promise to provide the next beta (or the final version) before the beta expires.

We believe that we're quite close to releasing the final version, at most there will be one more beta.

Best,
Florian

Rextrade

2009-01-10 17:43:55

So, if I purchase the full version (as I just did) how do I run it on a mac without it shutting down after 20 minutes? Thanks.

florian

2009-01-11 00:49:02

Hi Rextrade,

as you correctly did, contacting us for the full version is the way to go -- for now. We'll soon have it integrated into the regular order process.

Thanks a lot and best regards,
Florian

Maddcow

2009-01-26 01:59:23

Hi all.
I'm a new user to BMT and purchased the Mac Pro version the other day. Just wanted to let you know that I experienced a crash when copying and pasting a translator. It only happened once, but it was pretty unusual. I did the paste and BMT simply crashed upon pressing the paste shortcut keys. [CMD + V]

I'm running BMT on a MacBook Pro 2.5gHz, 4GB RAM, Leopard 10.5.5......and using BMT in conjunction with Ableton Live 7.0.14.

ruediger

2009-01-26 08:24:37

Hi,

many thanks for reporting this!

The OS X reports are very helpful for us. If you have this crash another time, please paste it her (only the Thread, which has caused the crash).

Thanks again,
Rüdi

Maddcow

2009-01-26 12:02:55

Something I just noticed.......there's no mouse emulation as an outgoing action (not sure if this is planned for Mac version or not), but there's a Mouse Output indicator at the bottom with the other activity indicators.

Are you planning on introducing mouse actions for the OSX version, or do you need to remove the Mouse Output indicator? It's a bit confusing if it's there but there's no purpose for it.

Maddcow

2009-01-26 12:07:57

Sorry, found a typo in the Outgoing info text:

You can also use variables (pp, qq, ...) E.g. 90 4A pp will output a Note On message with with velocity set to the value of variable pp.

florian

2009-01-26 12:14:27

thanks for the typo, we'll correct it.

Indeed, it's strange that the timer LED is visible. It should only be visible if supported. We plan to support Mouse Out, but in a later version than 1.6.1.

Regards,
Florian