Old Motifator threads are available in the Archive.
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
Earlier I released a Python script that printed out the contents of a Motif file. It worked well, but I think the setup and operation of it were somewhat too complicated for non-programmers. Here’s a new version of it (called motif2text) which has a nice graphical user interface and does not require installing a Python interpreter first. All you need to do is download the .zip file, expand it, and run the .exe file. I hope that this version will be more useful to the musicians around here. Make sure to read readme.pdf. This version is for Windows. I don’t have a Mac, but if there’s someone around here who has one and the skills required, I’ll be happy to let them have the code so they can build a Mac version.
UPDATE: A Mac version is now available:
I hope you all enjoy it.
Version History
Version 1.0: Original release.
File Attachments
![]() ![]() |
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
In case you’re curious, here’s what the GUI looks like. Image Attachments
|
5pinDIN
![]() Total Posts: 11891
Joined 09-16-2010 status: Legend |
Thanks for this. I seem to be having a bit of a problem.
Is there a minimum system or OS requirement? The computer I tried it on is running Windows 2000 Pro with SP4.
EDIT: It appears that XP SP3 or a more recent Windows OS is necessary.
|
5pinDIN
![]() Total Posts: 11891
Joined 09-16-2010 status: Legend |
Hmmm, tried on a Windows XP Pro SP3 machine, but got:
EDIT: I downloaded and installed the Microsoft Visual C++ 2010 Redistributable Package (x86) from
Thanks, Michael Trigoboff! |
VikasSharma
![]() Total Posts: 1523
Joined 10-05-2010 status: Guru |
Thank you very much, Michael Trigoboff, for this gift to the forum! motif2text works well on Win7 Pro SP1 (my office ;-) computer) as well as on WinXP Pro SP3 (which I’ve installed on my MacBook Pro in a VirtualBox VM). Nice name, btw! |
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
That’s great! I’m glad you were able to get it to work. I had heard about that MSVCR100.dll problem in general, but never needed it for anything of my own until now. That link you posted is valuable information. |
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
The text display should line up in regular columns.from line to line. If it doesn’t and looks sloppy, it’s because the default app for displaying .txt files on your machine is using a variable-pitch font (letters have different widths) instead of a fixed-pitch font (all letters have the same width) like Consolas or Courier New. |
5pinDIN
![]() Total Posts: 11891
Joined 09-16-2010 status: Legend |
The link I previously posted is for 32-bit systems. Although I didn’t need it myself, the 64-bit compatible download seems to be at:
|
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
I will upload the Python source code soon. This will allow an alternate way to run the app: install the Python 3.3 interpreter on your machine and run directly from the source code. This method has a better chance of running on older machines, and will work on Mac and Linux as well. I have a colleague in the CS dept at PCC who has a Mac. He may be willing to build the standalone Mac version on his machine. I’ll upload it if that works out. |
5pinDIN
![]() Total Posts: 11891
Joined 09-16-2010 status: Legend |
In case anyone wants to put a shortcut to motif2text on their desktop, I created an icon for it, attached in a zip file. EDIT: I’ve improved the icon (IMHO!) - the second attachment (MOTIF2TEXT_32icon.zip) is the later version. Since newer versions of motif2text are compatible with XS files, the icon in MOTIF2TEXT_32-XSicon.zip is partly colored to include the XS “look”. File Attachments
![]() ![]() ![]() |
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
Excellent! I might find a place to use it in the app, if that’s OK with you. |
5pinDIN
![]() Total Posts: 11891
Joined 09-16-2010 status: Legend |
Of course, feel welcome to do with it as you please. |
richie1027
![]() Total Posts: 678
Joined 10-14-2008 status: Guru |
Thank you very much, I’ll try it on my windows 8 system a bit later |
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
Please post any bugs you experience using the app to this thread. |
richie1027
![]() Total Posts: 678
Joined 10-14-2008 status: Guru |
i’m not familiar with associating an icon with an executable file. i googled and saw a number of hacking programs but i shyed away. I can live without it but if there is a simple method, i’m all eyes. |
Michael Trigoboff
![]() Total Posts: 647
Joined 09-05-2011 status: Guru |
All you need to be able to do is download a .zip file and expand it. The instructions in the readme.pdf file I posted in the first message in this thread should take you from there. If there’s anything confusing about those instructions, please let me know, and I will do what I can to answer whatever questions you may have. The icon is just something nice that 5pinDIN did. It’s not something you have to deal with in any way. EDIT: I just realized that I actually didn’t understand your question. To use 5pinDIN’s icon, do this: * Create a shortcut to motif2text.exe (right-click on it and select Create shortcut). * Right-click on the shortcut and then click on the Change Icon button. * Select 5pinDIN’s icon file. Click OK. Your shortcut should now be displaying the new icon. |