0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
you can now just modify the numerator only and it sticks More... about 20 years ago
Changed the sound off button so that it stops all currently playing sounds and does nothing else. That button should not exist at all, but the functionality should, so i dunno where to put it. More... over 20 years ago
A nice little tuning, which will be useful for a tutorial More... over 20 years ago
Fixed bug in reading jic files that lost cell titles Added export of ratios only to jic file made SCL ratio approximations of cents more accurate removed some obsolete code More... over 20 years ago
improved the tuning lattice's graying of rectangles while playing massively changed how files are handled added the ability to load scala files - cents are approximated as ratios More... almost 21 years ago
forgot about a special case: if we are notified of a sound stopping, we echo it out to our listeners now so that if a sound is started in the lattice and stopped in the table it does the right thing More... almost 21 years ago
improved Lattice graphics slightly added some events so that the lattice sould show when a tablecell was playing and so that the table would reflect a user clicking on the lattice More... almost 21 years ago
modified event handling around the tonic being changed random bug fixes More... almost 21 years ago
added checks to see if component is visible before playing sound this fixes the ghost piano syndrome in piano.java More... almost 21 years ago
did some bug fixes deleted some commented code added a very ugly bad support for playing sounds via the tuning lattice i need to think about how to do this correctly More... almost 21 years ago
cleaned up RightPanel somewhat to improve OOP-ness of program improved handling of tonicHz tried to fix and occassional null pointer exception on cell freezing got rid of some old commented junk More... almost 21 years ago
keyboard no longer just pops up. Now, it's under a new Windows menu. More... almost 21 years ago
cleaning up saving and loading stuff More... almost 21 years ago
new file format. i was unable to open any of the removed files. test.jic merely shares a name with the old test.jic. the contents are unreleated. it is in the new format More... almost 21 years ago
Saving is now totally different. For example, it works. More... almost 21 years ago
folded into JJiCalc.java More... almost 21 years ago
can save and load files now the file format is completely changed to text-based. this is good because the old serialized format can be incompatible with updates. in fact, the serialized tuning tables that came with the code cannot be opened beause the object that created them changed.... More... almost 21 years ago
fixed errors, including accessing private fields of TuningTable More... almost 21 years ago
some built-in tunings More... almost 21 years ago
these files are used by the program while it is running More... almost 21 years ago
Name of jar in makejar didn't match the name of the jar created with the mac project builder tool More... almost 21 years ago
Created an event in JRatioField, which is handled by TableCell. The event is created when JRatioField changes. So now when users eneter in fractions by hand, TableCell becomes aware that JRatioField is active and reclassfies it appropraitely and allows operations, like playing a sound to be performed with the Ratio in JRatioField. More... almost 21 years ago
Initial revision More... almost 21 years ago