TK. Posted November 1, 2009 Report Share Posted November 1, 2009 A new version of MIOS Studio is now available for download. Changes: Enhanced MIDI Filter GUIGUI elements saved to XML filesAdded MRU lists for workspace configurations, MIDI filter definitions and hex filesLoading of .hex files into upload window now significantly faster (relevant for large MIOS32 projects)added SysEx Send/Receive window As always: thanks Adam for help! :) Best Regards, Thorsten. Link to comment Share on other sites More sharing options...
protofuse Posted November 9, 2009 Report Share Posted November 9, 2009 yeah! I didn't see that. Link to comment Share on other sites More sharing options...
wackazong Posted November 28, 2009 Report Share Posted November 28, 2009 Funny thing, on Mac 10.6.2 it will not only unpack the zip if you double click, it will unpack the .jar file as well, leaving with a directory with the jave classes... Not really useful. Do not use the integrated Archive Utility for unpacking, use something like 7zX, that one will work correctly. Link to comment Share on other sites More sharing options...
wackazong Posted November 28, 2009 Report Share Posted November 28, 2009 BTW, how do you get MIOSStudio to save the window layout for the next launch? It will always open with an empty workspace here.... Link to comment Share on other sites More sharing options...
TK. Posted November 28, 2009 Author Report Share Posted November 28, 2009 Funny thing, on Mac 10.6.2 it will not only unpack the zip if you double click, it will unpack the .jar file as well, leaving with a directory with the jave classes... Not really useful. Do not use the integrated Archive Utility for unpacking, use something like 7zX, that one will work correctly. ...or change the way how you download files. A single click will download and unzip the file into the Downloads folder. The .jar File won't be unpacked in this case. BTW, how do you get MIOSStudio to save the window layout for the next launch? It will always open with an empty workspace here.... The layout will be automatically stored when you exit MIOS Studio properly. Don't use Cmd-Q (like for other Mac applications), but use File->Exit Best Regards, Thorsten. Link to comment Share on other sites More sharing options...
wackazong Posted November 28, 2009 Report Share Posted November 28, 2009 Ahh, that was it... I had it figured out once. Thanks! ...or change the way how you download files. A single click will download and unzip the file into the Downloads folder. The .jar File won't be unpacked in this case. The layout will be automatically stored when you exit MIOS Studio properly. Don't use Cmd-Q (like for other Mac applications), but use File->Exit Best Regards, Thorsten. Link to comment Share on other sites More sharing options...
adamjking Posted December 4, 2009 Report Share Posted December 4, 2009 Good news, I've finally made the switch and bought a 13" MacBook Pro. So expect to see some more refinements for running on OSX soon! Someone want to point me in the right direction for an SVN client for Mac? Link to comment Share on other sites More sharing options...
sineSurfer Posted December 5, 2009 Report Share Posted December 5, 2009 Hi meeshka, you can use Xcode, just install it from the OS X disks and check the link to set up svn access: http://www.midibox.org/dokuwiki/doku.php?id=how_to_setup_xcode3_to_access_the_svn_server&s[]=xcode you can skip to "Setup SVNMIOS Repository", ignore the "key" parts, user and pass info, you should be able to download all the files just fine. Link to comment Share on other sites More sharing options...
Smithy Posted December 17, 2009 Report Share Posted December 17, 2009 I just noticed recently that the knobs in the Virtual Keyboard, can be freely assigned, and even have a midi learn function, and data ranges and CC numbers can be changed! That is really fantastic! My only suggestion is to allow people to add more knobs to the keyboard, allow them to rename the knobs name, and to be able to resize the keyboards window so that we could use it as a full control surface, for whatever midi hardware we would like to use with it. And maybe the ability to save the Keyboard's layout, as user presets for each midi device. This would allow us to use midi controllers to control almost any midi hardware that has a minimal control surface. Link to comment Share on other sites More sharing options...
adamjking Posted December 18, 2009 Report Share Posted December 18, 2009 I just noticed recently that the knobs in the Virtual Keyboard, can be freely assigned, and even have a midi learn function, and data ranges and CC numbers can be changed! That is really fantastic! My only suggestion is to allow people to add more knobs to the keyboard, allow them to rename the knobs name, and to be able to resize the keyboards window so that we could use it as a full control surface, for whatever midi hardware we would like to use with it. And maybe the ability to save the Keyboard's layout, as user presets for each midi device. This would allow us to use midi controllers to control almost any midi hardware that has a minimal control surface. Yes, agreed... I've actually had this idea in the back of my mind for some time. It is on the TODO list, there are some more pressing issues first but it is definitely something I will be adding. Cheers, Adam Link to comment Share on other sites More sharing options...
lylehaze Posted December 18, 2009 Report Share Posted December 18, 2009 I just noticed recently that the knobs in the Virtual Keyboard, can be freely assigned, and even have a midi learn function, and data ranges and CC numbers can be changed! That is really fantastic! My only suggestion is to allow people to add more knobs to the keyboard, allow them to rename the knobs name, and to be able to resize the keyboards window so that we could use it as a full control surface, for whatever midi hardware we would like to use with it. And maybe the ability to save the Keyboard's layout, as user presets for each midi device. This would allow us to use midi controllers to control almost any midi hardware that has a minimal control surface. Please excuse the slight change of topic: I have spent the last few months learning Java, and I'm almost ready to release my first project. I hope to release before Christmas a Java based Mixer control surface. It was originally designed to control the MBMixer (of course) but is now being re-written to allow the user to configure it a bit more. Sliders, Knobs, pushbuttons and Toggle Buttons, and VU Meters too. The user can "define" every control on the board by CC#, Channel, working range and even user-images for knobs and buttons. The board is complete now, I'm just adding the XML parser to let the user describe the board layout. I "borrowed" the knob code from MIOSStudio and then modified it to support loading, scaling and rotating user images.. all the rest is new code. It's just my very first Java project, but we're damn near ready for first release. I have written a lot of MIDI apps for the Amiga OS before, but this is really my first venture into other OS's.. MIOS Studio inspired me to give it a try. I hope you don't mind the off-topic post, but it seemed to fit the latest suggestion. Expect it before 2010. LyleHaze Link to comment Share on other sites More sharing options...
Smithy Posted December 18, 2009 Report Share Posted December 18, 2009 (edited) I could of sworn my 2nd reply to this thread posted okay, but maybe not... Yes, agreed... I've actually had this idea in the back of my mind for some time. It is on the TODO list, there are some more pressing issues first but it is definitely something I will be adding. Thanks adam, that is really great, i meant to emphasize how its not an essential feature, but would be sweet all the same. :) Lyle, that sounds awesome man, it will be great to have a standalone cross platform program to do that, because trying to do it in some sequencers can be a pain! Really cuts down on the time, for when you just want to play with a synth using a controller. Edited December 18, 2009 by Smithy Link to comment Share on other sites More sharing options...
adamjking Posted December 19, 2009 Report Share Posted December 19, 2009 Lyle, that sounds awesome man, it will be great to have a standalone cross platform program to do that, because trying to do it in some sequencers can be a pain! Really cuts down on the time, for when you just want to play with a synth using a controller. Definitely, that sounds great Lyle... can't wait to see it! Link to comment Share on other sites More sharing options...
Recommended Posts