[Jsynthlib-devel] [SPAM]

2018-05-31 Thread Michael Hawkins via Jsynthlib-devel
http://distant.promang.net Michael Hawkins -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

[Jsynthlib-devel] Hello..

2013-02-01 Thread Michael Hawkins
http://takeno-kisetu.main.jp/wcwysl.html Michael Hawkins -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics

Re: [Jsynthlib-devel] Getting started...

2011-11-15 Thread Michael Hawkins
Yes, I get the same effect with the project named "JsynthLib-CVS" Mike From: John McCabe To: jsynthlib-devel@lists.sourceforge.net Sent: Tuesday, November 15, 2011 9:53 AM Subject: Re: [Jsynthlib-devel] Getting started... Frankie Thanks for that. I've just d

Re: [Jsynthlib-devel] default look and feel

2011-09-18 Thread Michael Hawkins
Yes please! From: frankster To: jsynthlib-devel@lists.sourceforge.net Sent: Sunday, September 18, 2011 5:35 AM Subject: [Jsynthlib-devel] default look and feel I noticed that its possible to change the look and feel of JSL to nimbus (with Java 6). IMO it looks

Re: [Jsynthlib-devel] fixed build error in trunk

2011-08-31 Thread Michael Hawkins
I ran into some rather tough jsynthlib admin's a couple of years back. I think it was you Bill! But in retrospect, I understand why the admins were tough on me because I now know that I then new nothing about what I was doing. But my, my was it hard trying to get up to speed with jsynthlib with

Re: [Jsynthlib-devel] Vertical vs horizontal ScrollBarWidget

2009-09-02 Thread Michael Hawkins
Oh, that was silly of me. Thanks for the help! From: Peter Geirnaert To: Michael Hawkins ; jsynthlib-devel@lists.sourceforge.net Sent: Wednesday, September 2, 2009 1:13:33 AM Subject: Re: [Jsynthlib-devel] Vertical vs horizontal ScrollBarWidget Hi Mike, Very

[Jsynthlib-devel] Vertical vs horizontal ScrollBarWidget

2009-09-01 Thread Michael Hawkins
Hi JsynthLib developers, I have a question for you all. Is anyone aware of a way to make the ScrollBarWidget vertical instead of horizontal? It seems extremely non intuitive to me that JSynthLib would not provide a way to use vertical scroll bars. Thanks, Mike

Re: [Jsynthlib-devel] Got something going but...

2009-08-25 Thread Michael Hawkins
age[] messages = p.getMessages(); for(int i=0; i To: Michael Hawkins Cc: JSynthLib Developers Sent: Tuesday, August 25, 2009 5:29:41 AM Subject: Re: [Jsynthlib-devel] Got something going but... Hmm, I forgot to "reply all", so Mike, sorry if you get this twice ;-) Anyway, I added some more th

[Jsynthlib-devel] Hi Dan, four points...

2009-08-25 Thread Michael Hawkins
Hi Daniel, 1) actually the three hours of tinkering was after the first 4 hours learning Eclipse another 4 hours fixing a broken Java installation and then another 12 hours or more getting JSynthLib working, reading the documentation and putting a basic device driver together. But I know what y

[Jsynthlib-devel] Got something going but...

2009-08-25 Thread Michael Hawkins
public class KorgHAWK800SingleDriver extends Driver { private int curBank = 0, curPatch = 0; public KorgHAWK800SingleDriver() { super("Single", "Michael Hawkins"); sysexID = "F0422106*"; sysexRequestDump=new SysexHandler("F0 42 21 07 *patchNum

[Jsynthlib-devel] Got something going but...

2009-08-24 Thread Michael Hawkins
-20 04:05:40Z hawkins $ */ package synthdrivers.KorgHAWK800; import core.Driver; import core.ErrorMsg; import core.JSLFrame; import core.Patch; import core.SysexHandler; public class KorgHAWK800SingleDriver extends Driver { private int curBank = 0, curPatch = 0; public KorgHAWK800SingleDr

[Jsynthlib-devel] Difficulty with JSynthLib patch driver

2009-08-23 Thread Michael Hawkins
Hi JSynthLib ppl, I am working on a new device driver and have been partially successful but am stumped on a problem. I am hoping that someone could help me out. I have attached the two files that have been developed so far. They are the KorgHAWK800Device.java and KorgHAWK800SingleDriver.java f

[Jsynthlib-devel] And more on the problem...

2009-08-23 Thread Michael Hawkins
When I click on the "Paste" button from within the "Get" patch dialog I get the following: Exception occurred during event dispatching: java.lang.NullPointerException at core.Driver.createPatches(Driver.java:298) at core.SysexGetDialog.pasteIntoSelectedFrame(SysexGetDialog.java:15

[Jsynthlib-devel] Some progress made... but more questions remain

2009-01-19 Thread Michael Hawkins
Well I appreciate the help. Some of the problems I am having have nothing to do with JSynthLib itself so I appreciate everyones patience. Progress report... Development Platform - Windows XP I removed all JRE and JDK installs and then reinstalled JDK then made sure the path included "F:\Sun\SD

[Jsynthlib-devel] A newbie question

2009-01-19 Thread Michael Hawkins
Excuse me for asking this silly question but perhaps someone can help me with this. I am after all a newbie. I am running Windows (all my other machines are LINUX so please excuse me for that bad start) I installed eclipse. I installed Java SDK. The windows path includes F:\Sun\SDK\jdk\bin. I

[Jsynthlib-devel] SVN vs CVS and documentation

2009-01-19 Thread Michael Hawkins
So it would appear as though it has been decided to convert to SVN. Let's not talk about this from a technical standpoint for a moment. The developer/contributor documentation on the JsynthLib web site specifies how to check out the project using CVS. Has anyone volunteered to write up a brief

Re: [Jsynthlib-devel] XioSynth patch editor, 2nd try

2009-01-14 Thread Michael Hawkins
arn a great amount about Java. Let's see what happens but I would still love to hear from an admin. Mike. ____ From: Michael Hawkins To: denis queffeulou Sent: Wednesday, January 14, 2009 1:25:28 PM Subject: Re: [Jsynthlib-devel] XioSynth patch editor, 2nd

[Jsynthlib-devel] Please add me as a developer

2009-01-13 Thread Michael Hawkins
Hi Jsynthlib ppl, I have been sending emails to admin's to try to get me added as a developer but no one is home. I am not even sure the lights are on. LOL Can someone help me get added as a developer? And should we get someone who is current added as an admin? Here's a couple of questions. I

[Jsynthlib-devel] I would be willing to be an admin too

2008-11-02 Thread Michael Hawkins
I would be willing to be an admin. Surely it is possible to have more than one. I already administer one other group. I can commit some of my time to this project as well. How should I proceed? Mike From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Joe Emenak

[Jsynthlib-devel] A dilemna about jsynthlib

2008-10-19 Thread Michael Hawkins
Hi Jsynthlib people, Some months ago, I sent out an email to the list asking for some help with Eclipse and CVS stuff and how to start my own device module. I got no response from anyone on this list. Now I have actually finished building a retrofit kit for the Korg Poly 800 MK1 and EX-800 synth

[Jsynthlib-devel] Hi there Jsynthlib people

2007-02-20 Thread Michael Hawkins
Hi there all, I am working on a hardware and software retrofit kit to go into the Korg Poly 800 and EX 800 that will improve the sysex implementation and also add a whole stack of new features as well as new sound capabilities based on the FM 800 mod and Moog Slayer mods. I'm doing this mostly