You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(90) |
Sep
(38) |
Oct
(22) |
Nov
(3) |
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(40) |
Feb
(119) |
Mar
(236) |
Apr
(41) |
May
(45) |
Jun
(10) |
Jul
(9) |
Aug
(12) |
Sep
(5) |
Oct
(17) |
Nov
(2) |
Dec
(3) |
2006 |
Jan
(23) |
Feb
(36) |
Mar
(49) |
Apr
|
May
|
Jun
(1) |
Jul
(11) |
Aug
(11) |
Sep
(15) |
Oct
(30) |
Nov
(36) |
Dec
(13) |
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(3) |
Jun
(7) |
Jul
(4) |
Aug
(1) |
Sep
(19) |
Oct
(1) |
Nov
(2) |
Dec
(5) |
2008 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(5) |
Dec
|
2009 |
Jan
(26) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(6) |
Oct
(5) |
Nov
(6) |
Dec
(6) |
2010 |
Jan
(3) |
Feb
|
Mar
(5) |
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(6) |
Aug
(8) |
Sep
(220) |
Oct
(9) |
Nov
(27) |
Dec
(33) |
2012 |
Jan
|
Feb
(4) |
Mar
(9) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2013 |
Jan
(6) |
Feb
(20) |
Mar
(6) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(17) |
Nov
(2) |
Dec
|
2014 |
Jan
(9) |
Feb
(1) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(2) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bill Z. <wrz...@in...> - 2007-09-18 03:43:52
|
Sebastian Korten wrote: > Do you think this is ok? > I vote "go right ahead." If you have CVS privileges, you should be free to change anything, as long as it doesn't break anything else. And if you break something else, that's fine too, as long as you fix everything that broke. -B |
From: Bill Z. <wrz...@in...> - 2007-09-18 03:39:49
|
Joachim Backhaus wrote: > I've got the following message from Mikael Kurula > the author of the Roland GP16 driver. Done! And it only took 15 months! -B |
From: Joachim B. <jba...@pi...> - 2007-09-10 06:39:42
|
Hi Coen, you are on the wrong list! The CVS list is only for (automatic) CVS-messages. Please use the jsynthlib-devel list. Cheers, Joachim -----Urspr=FCngliche Nachricht----- Von: jsy...@li... = [mailto:jsy...@li...] Im Auftrag von coen = berrier Gesendet: Freitag, 7. September 2007 12:39 An: jsy...@li... Betreff: [Jsynthlib-cvs] Matrix 6R OSX observations. Let me start by saying that this is a wonderfull project.... The best editor for my Oberheim Matrix-6R on OSX so far... Just A few observations I encountered. I am amusician so very not = technical in terms of programming languages, I do have some Midi/sysex = skills..... Was hoping I could contribute to the development in this = way..... 1 The editor does not work instantly. I found out that the JSynthlib editor only works after I started another = program (M1000x, a dedicated Matrix editor program). It seems that = M1000X puts the matrix in the right mode to receive sysex data. Messages From JSynthlib are only received after I made as much as 1 = adjustment in M1000X ...... 2 . The modulation matrix still does not work. This is why I started looking for another program and found out about = JSynthlib. Sounddiver has the same problem under OSX. Does anyone have = experience with the matrix 1000 + Jsynthlib/sounddiver and the = modulation matrix? Maybe the problem lies with the matrix 6R??? Keep up the good work here!!! Regards, Coen Berrier, www.dj-mason.com -------------------------------------------------------------------------= This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ = _______________________________________________ Jsynthlib-cvs mailing list Jsy...@li... https://lists.sourceforge.net/lists/listinfo/jsynthlib-cvs |
From: Sebastian K. <seb...@gm...> - 2007-08-04 11:41:56
|
Hello jSynthlib-devel-list readers, Based on the existence of the 'Emu-Proteus' driver I thought that it would be quite simple to 'morph' the code to support the Morpheus (please excuse my bad puns ;o) It definitely was more that a 'copy & paste' job since those two machines are not altogether that similar. I tried to include the description of the (some hundred) filters (and the effects of their parameters) in the GUI so it has grown a little in size. I included editors for single patches, banks, midimaps and hyperpresets. The reason that I mail to you guys before I try to check the code in is that I made a new widget... Since there are multiple morpheus parameters where the order of possible values is ugly or even not continuous I thought it would be easiest to create a new widget. ComboValueBoxWidget is basically the same as ComboBoxWidget but there is a second array called 'values' so that you can send other values for the parameter than the 'array-position + offset'. Do you think this is ok? What should I do next - since this is not just 'driver-code'... By the way - I am not very good at 'GUI event coding' - is there someone ou= t there who could extend the 'Knob-Widget' so that you could fine-tune the in= put by pressing Ctrl while using the mouse (or something to that effect) That would be awesome, because I do prefer the look of the knob to the look of the slider and even with the slider it is not possible to select a precise value in the range of '0..4096'. Thank you for all your work! Cheers, Bass -- Wegen ung=FCnstiger Witterung fand die deutsche Revolution in der Musik statt. (K. Tucholsky) (Due to bad weather the german revolution took place in music ;o) |
From: Bill Z. <wrz...@in...> - 2007-07-26 22:59:19
|
Atte André Jensen wrote: > I'm still a big baffled, because jsynthlib seem like a unique and useful project My only guess is that people who take the time, money, and effort to play keyboard don't want to mess with semi-functional "free" software. Or maybe playing synth isn't about collecting patches, but manipulating the sound in real time. I dunno, I don't play. Seems to me there really isn't much activity on the web at large regarding synths and patches. Reviews and individual sites, but no forums. -B |
From: <att...@gm...> - 2007-07-26 10:38:06
|
Bill Zwicky wrote: > FYI, JSynthLib is effectively a dead project. I've been wondering why that is, my guesses include: 1) Most opensource people (most of which are running linux) are using softsynths these days. 2) People with hardware synths edit through the often included windows driver, if under linux through wine. I'm still a big baffled, because jsynthlib seem like a unique and useful project. -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions |
From: Bill Z. <wrz...@in...> - 2007-07-25 07:11:36
|
ram wrote: > I've tried to 'compile' the most recent JSynthlib under Ubuntu Studio (Feisty > Fawn) and this is what I get: > > Exception in thread "main" java.lang.UnsatisfiedLinkError:init_ > at gnu.javax.sound.midi.alsa.AlsaMidiDeviceProvider.init(libgcj.so.70) > at gnu.javax.sound.midi.alsa.AlsaMidiDeviceProvider.<clinit>(libgcj.so.70) > at java.lang.Class.initializeClass(libgcj.so.70) > .... etc > Behold! the power of Google: http://www.tuxguitar.com.ar/forum_posts.html?fid=5&tid=207 FYI, JSynthLib is effectively a dead project. But if it's useful, go ahead and update it. The open source pool can always use more code. BTW, I added the CZ-101, so yell if help need. -Bill |
From: ram <ra...@hy...> - 2007-07-25 06:24:31
|
Hi all, I've tried to 'compile' the most recent JSynthlib under Ubuntu Studio (Feisty Fawn) and this is what I get: Exception in thread "main" java.lang.UnsatisfiedLinkError:init_ at gnu.javax.sound.midi.alsa.AlsaMidiDeviceProvider.init(libgcj.so.70) at gnu.javax.sound.midi.alsa.AlsaMidiDeviceProvider.<clinit>(libgcj.so.70) at java.lang.Class.initializeClass(libgcj.so.70) .... etc Any help would be appreciated. Although familiar with programming, I have almost no experience with Java. I could perhaps assist the project with detailed specs on the following two legacy synthesizers: Casio CZ-3000 (Which I believe is close to the CZ-1000 and CZ-5000) and the Wersi EX-20 (Which was a remarkable multiprocessor synth that seems to have 'broke' Wersi - too far ahead of its time and inadequate publicity. Used in a few movie soundtracks.) I could also help with documentation. Thanks, Rich Marschall ra...@hy... -- |
From: Ben A. <ben...@st...> - 2007-06-25 09:09:26
|
Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we're seeking developers working on Java projects. The research is supervised, ethics-approved, anonymous and results will be freely available. Participation will also provide a custom licensing report for your project. To learn more, please visit: http://licensing-research.newcastle.edu.au Thanks for reading this email, and I hope you'll consider participating. Best regards Ben Alex (My apologies for being off-topic; this list will not be emailed again) |
From: <att...@gm...> - 2007-06-04 17:33:02
|
Tony Bassette wrote: > I also think there are people around on the list, and maybe we > are all waiting for some news. Instead of maybe we could find a > thing or two on the contribute page and do our best to improve > and stabilised this project. Well a project without new development could be dead, but the reason could also be that the project has matured to a degree where there are few or no bugs and the functionality is complete or at least rounded off. Is that part of the story with jsynthlib? Is it in fact a stable, complete package? If not what's the areas that could need more work? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions |
From: Tony B. <tba...@ap...> - 2007-06-04 14:17:15
|
Hi there, I also think there are people around on the list, and maybe we are all waiting for some news. Instead of maybe we could find a thing or two on the contribute page and do our best to improve and stabilised this project. I know people waiting for a tool like this one, and I have no excuse for not sending specs or anything that might be useful for their support. Take care. On Sun, Jun 03, 2007, Rib Rdb wrote: > I don't really know anything about the Micron. If you have access to > the sysex specification then it should be possible to make a jsynthlib > driver. Unfortunately the project is not very alive lately, but I > believe there are still people around on the mailing list. > > On 6/3/07, Atte André Jensen <att...@gm...> wrote: > > Hi > > > > I'm thinking seriously about getting an Alesis Micron. But I understand > > they are a pain to program, so I was wondering if anyone could make a > > qualified guess about weather it would be possible to make a driver for > > jsynthlib? > > > > BTW: I'm new to jsynthlib, since I'm mostly running softsynths on my > > laptop, and I'm wondering how alive the program and it's community is... > > > > -- > > peace, love & harmony > > Atte > > > > http://atte.dk | http://myspace.com/attejensen > > http://anagrammer.dk | http://atte.dk/compositions > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jsynthlib-devel mailing list > Jsy...@li... > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel -- o Take action against software patents http://swpat.ffii.org/ o Sauvez le droit d'auteur http://eucd.info/ o APRIL http://www.april.org/ o NaReTo http://www.nareto.org/ |
From: <att...@gm...> - 2007-06-04 09:11:22
|
Rib Rdb wrote: > I don't really know anything about the Micron. If you have access to > the sysex specification then it should be possible to make a jsynthlib > driver. I'll take my chances, and hope sufficient specs are included in the manual... > Unfortunately the project is not very alive lately, but I > believe there are still people around on the mailing list. Why is the project dying? Is there a more maintained project with similar goals that I should look at instead? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions |
From: Rib R. <ri...@us...> - 2007-06-03 18:20:57
|
I don't really know anything about the Micron. If you have access to the sysex specification then it should be possible to make a jsynthlib driver. Unfortunately the project is not very alive lately, but I believe there are still people around on the mailing list. On 6/3/07, Atte Andr=E9 Jensen <att...@gm...> wrote: > Hi > > I'm thinking seriously about getting an Alesis Micron. But I understand > they are a pain to program, so I was wondering if anyone could make a > qualified guess about weather it would be possible to make a driver for > jsynthlib? > > BTW: I'm new to jsynthlib, since I'm mostly running softsynths on my > laptop, and I'm wondering how alive the program and it's community is... > > -- > peace, love & harmony > Atte > > http://atte.dk | http://myspace.com/attejensen > http://anagrammer.dk | http://atte.dk/compositions |
From: <att...@gm...> - 2007-06-03 10:30:05
|
Hi I'm thinking seriously about getting an Alesis Micron. But I understand they are a pain to program, so I was wondering if anyone could make a qualified guess about weather it would be possible to make a driver for jsynthlib? BTW: I'm new to jsynthlib, since I'm mostly running softsynths on my laptop, and I'm wondering how alive the program and it's community is... -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions |
From: <att...@gm...> - 2007-06-01 15:18:44
|
Hi I'm thinking seriously about getting an Alesis Micron. But I understand they are a pain to program, so I was wondering if anyone could make a qualified guess about weather it would be possible to make a driver for jsynthlib? BTW: I'm new to jsynthlib, since I'm mostly running softsynths on my laptop, and I'm wondering how alive the program and it's community is... -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions |
From: Joachim B. <jba...@pi...> - 2007-05-03 06:06:47
|
Federico, can you send us the commandline output? It may help to find out if this is an error of JSL or if you have made something wrong. Cheers, Joachim=20 -----Urspr=FCngliche Nachricht----- Von: jsy...@li... = [mailto:jsy...@li...] Im Auftrag von = federico Gesendet: Dienstag, 1. Mai 2007 20:27 An: jsy...@li... Betreff: [Jsynthlib-devel] make fails (build order problem?) hello, I'm packaging JSynthLib for Gentoo (precisely: I'm doing the "ebuild" to make it compile automatically) I found that when the makefile reaches synthdrivers/RolandGP16 it stops = with about 100 errors; without touching any source, I issue again make = (and it fails again, on some other point) and again, and successfully = compile. I suppose it is a problem of build order. Hope it could get fixed in the next release of JSL. In the while someone can confirm that is the error and it will be fixed? thanks -- Federico F. -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - = the FREE version of DB2 express and take control of your XML. No limits. = Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Jsynthlib-devel mailing list Jsy...@li... https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel |
From: Bill Z. <wrz...@in...> - 2007-05-02 19:18:25
|
I apologize for the ridiculous lateness of this; I just discovered it had never been sent. I hope it's useful to someone. Steven Schmidt wrote: > I've been casting it as a byte and while it seems to work up to a point -- I'm not getting the negative values to display. > I thought it should work the way I'm doing it, but it stops at zero. Please have a look at this snippet and make recommendations if you can: > The purpose of this method is to subtract the max value for the widget if the param value is greater than the max value. Why would you do that? I'm having trouble figuring out what your code sample is doing, so I'll pull some explanations out of thin air, and hope something applies. There are *three* data formats you need to think about when building your editor: 1. The GUI format. What is the range you want to present to the user? For example, my Casio CZ has a detune parameter that ranges from -47 to +47, so I use a slider with exactly that range. 2. The binary format. How does your synth represent a value as bits? For the detune parameter, the CZ uses one bit to represent sign, and 7 bits for the absolute value. 3. The sysex format. The upper bit of each byte in a sysex cannot be used, so usually there's an extra encoding applyed to expand the binary format so that it skips those useless bits. The CZ simply uses the lowest 4 bits of each byte, so after step two, I chop the data into two nybbles, and store them in consecutive locations in the sysex. When we say "bytes are signed numbers", we're talking about the sysex format (level 3), and the tricks involved in getting data into and out of the sysex byte array. The IParamModel, on the other hand, converts between levels 1 and 2. To use my CZ example again, DetuneModel.get() returns an integer in the range -47 to +47, and DetuneModel.set() accepts the same. http://mathforum.org/library/drmath/sets/select/dm_twos_complement.html > > public static SpinnerWidget dynaSpinner(String label, IPatch patch, int min, int max, int base, > IParamModel pmodel, ISender sender) { > String pt = patch.getByteArray().toString(); > > int rawval = pmodel.get(); > int prelimval = (byte)pmodel.get()+ max & 0x7F; > System.out.println("rawval:"+ rawval+" prelimval:"+prelimval); > if (rawval > max) { > base = -max; > System.out.println(" BASE:"+base + " The math:"+(prelimval + base)); > SpinnerWidget spinner = new SpinnerWidget (label, patch, min, max, base, pmodel, sender); > } > SpinnerWidget spinner = new SpinnerWidget (label, patch, min, max, base, pmodel, sender); > > return spinner; > } > > } > This outputs: > > rawval:126 prelimval:10 > > BASE:-12 The math:-2 > -2 is the correct value, but the spinner widget actually displays a '0' -- apparently getting stuck at 0. > Help!!! > > Bill Zwicky wrote: > > Note that this goofiness is on top of the fact that your synth has > > probably scrambled the bytes a little to get around the restrictions of > > the sysex message. So you need to deal with that, on top of dealing > > with signed bytes. > |
From: federico <mes...@gm...> - 2007-05-01 18:26:38
|
hello, I'm packaging JSynthLib for Gentoo (precisely: I'm doing the "ebuild" to make it compile automatically) I found that when the makefile reaches synthdrivers/RolandGP16 it stops with about 100 errors; without touching any source, I issue again make (and it fails again, on some other point) and again, and successfully compile. I suppose it is a problem of build order. Hope it could get fixed in the next release of JSL. In the while someone can confirm that is the error and it will be fixed? thanks -- Federico F. |
From: Fredrik J. <fj...@ho...> - 2007-04-15 17:15:21
|
We will start to develop nord stage drivers if they are not in the making. /fredrik _________________________________________________________________ Schlagersignaler till mobilen http://msn.cellus.se/ |
From: Michael H. <pat...@ya...> - 2007-02-18 20:47:52
|
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 for fun as a hobby and also to keep a great instrument alive and kicking in an increasingly VST world. At this point, I've disassembled and rewritten most of the EX800 8K ROM. I've added numerous new sysex commands that give the EX800 patch bank updates, scratch memory sysex control and more. That's something that the original Poly and EX800 never had. I've downloaded Eclipse, pulled down the latest Jsynthlib from the CVS repository. But because I'm no Eclipse pro, I'm not sure how to copy an existing synth driver and set it up in Eclipse so that I can edit it for the new EX800. Would someone be able to walk me through this? I know this might be simple stuff to you all, but I'm an old school coder (ie: 80C85, Z80 and CPM) and it just isn't immediately obvious to me. Also, why is this list so quiet? Is it because we are just a dying breed of hacker? Hope not and many thanks, Mike H. --------------------------------- We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list. |
From: na b. <nab...@ya...> - 2006-12-29 21:14:08
|
hello, i don't know much about programming but i do know i like to get an editorpage in JsynthLib for my synth. I'm using Linux. I have gotten hold of the request command of my Yamaha V50 and would like to sent this to the synth. How do i do that? greetings __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Robert W. <wi...@op...> - 2006-12-08 11:54:30
|
Hello, I made some changes to the core some time ago, which I found necessary and helpful. They can be grabbed from http:// jsynthlib.republika.pl/wirski.txt.zip in diff patch format. Perhaps, someone could see it and decide if they are worth adding to cvs. I also made Yamaha 01v and Novation Super Bass Station librarians. Or, if you find my code good, I can become a developer and do it myself. Notice however that I am new to Java. Regards, Robert Wirski |
From: David G. <dg...@cs...> - 2006-12-08 08:40:50
|
On Fri, 8 Dec 2006, Joachim Backhaus wrote: > Hi @all, > > I'm now the admin of this mailing list and set some options which > hopefully stop the spam flood: > > 1. New users will be moderated. > 2. Non-members cannot post anymore and will get a rejection message > that they should subscribe first. > > Cheers, > Joachim YAY!!! Anything new about jsynthlib to tell us? -- David Griffith dg...@cs... A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? |
From: Joachim B. <jba...@pi...> - 2006-12-08 08:30:22
|
Hi @all, I'm now the admin of this mailing list and set some options which hopefully stop the spam flood: 1. New users will be moderated. 2. Non-members cannot post anymore and will get a rejection message that they should subscribe first. Cheers, Joachim |
From: Roger W. <rog...@gm...> - 2006-12-06 19:23:46
|
Hello, I have a driver for the Roland D-10 which which probably needs some last finishing touch before submitting. I just have to pull myself together and do that, should have been done way back really. / Roger ----- Original Message ----- From: "Joachim Backhaus" <jba...@pi...> To: <jsy...@li...> Sent: Friday, December 01, 2006 10:18 AM Subject: [Jsynthlib-devel] Please list your current development status > Hi, > > I'm now a project admin and I think we all would like > to if someone has currently a development going on. > > My current status is: > All JSynthLib development projects frozen for over one year > and it doesn't look good for the future because I started > an engagement with synth-DIY which makes for fun then sitting > in front of a computer in the free time, too. > > But I have enough time to do a little project admin stuff. > > Cheers, > Joachim > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Jsynthlib-devel mailing list > Jsy...@li... > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel |