HolyCityAudio / SpinCAD-Designer

SpinCAD Designer is an open source Java project which allows creation of patches for the Spin FV-1 audio DSP chip.
153 stars 27 forks source link

Trunk doesn't compile #2

Closed dkmorb closed 9 years ago

dkmorb commented 9 years ago

After resolve external jar issues, project in trunk doesn't compile

ERROR LIST AbsaCADBlock cannot be resolved to a type standardMenu.java
ChorusCADBlock cannot be resolved to a type standardMenu.java
ExpCADBlock cannot be resolved to a type standardMenu.java
FlangerCADBlock cannot be resolved to a type standardMenu.java
Glitch_shiftCADBlock cannot be resolved to a type standardMenu.java
LogCADBlock cannot be resolved to a type standardMenu.java
Phase_InvertCADBlock cannot be resolved to a type standardMenu.java
Pitch_shift_testCADBlock cannot be resolved to a type standardMenu.java
ramp_lfo_testControlPanel cannot be resolved to a type ramp_lfo_testCADBlock.java
ramp_lfo_testControlPanel cannot be resolved to a type ramp_lfo_testCADBlock.java
ramp_lfo_testControlPanel cannot be resolved to a type ramp_lfo_testCADBlock.java
ramp_lfo_testControlPanel cannot be resolved to a type ramp_lfo_testCADBlock.java
ramp_lfo_testControlPanel cannot be resolved to a type ramp_lfo_testCADBlock.java
SampleHoldCADBlock cannot be resolved to a type standardMenu.java
servoCADBlock cannot be resolved to a type standardMenu.java
sixtapCADBlock cannot be resolved to a type standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.AbsaCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.ChorusCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.ExpCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.FlangerCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.Glitch_shiftCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.LogCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.Phase_InvertCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.Pitch_shift_testCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.SampleHoldCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.servoCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.CADBlocks.sixtapCADBlock cannot be resolved standardMenu.java
The import com.holycityaudio.SpinCAD.ControlPanel.ramp_lfo_testControlPanel cannot be resolved ramp_lfo_testCADBlock.java

Digital-Larry commented 9 years ago

Thanks for bringing this to my attention. I'm currently having some difficulty with adding copied/pasted generated source files from within Eclipse to Git. All of the files you listed are in this category. I'll try to solve it this morning. Thanks for your interest in SpinCAD Designer!

Digital-Larry commented 9 years ago

OK please try it now. A little note for you - at present, the master branch is unstable as I'm adding new features. You might want to try one of the older branches if you have any trouble with this one.

dkmorb commented 9 years ago

Hey Larry, I think you have to commit files on the server, after adding the files to repo. No files on my filesystem after updating... :(

Digital-Larry commented 9 years ago

I see them directly on github! Make sure you're pulling from commit:

d4445c5225e0fa629b06331e40b9ac82fe846d92

Did this solve your problem?

dkmorb commented 9 years ago

Time to add ControlPanels :-)

AbsaControlPanel cannot be resolved to a type
ChorusControlPanel cannot be resolved to a type ExpControlPanel cannot be resolved to a type
FlangerControlPanel cannot be resolved to a type
Glitch_shiftControlPanel cannot be resolved to a type
LogControlPanel cannot be resolved to a type
PatternGeneratorControlPanel cannot be resolved to a type
SampleHoldControlPanel cannot be resolved to a type

Digital-Larry commented 9 years ago

OK! Here you go. Git does some kinda weird things inside Eclipse that I did not plan for.

Take commit: d28d9f6e3c3ec3873e985bfd34dcf12d4f62b854

dkmorb commented 9 years ago

ok...just a problem with expanderSomeThing ...I deleted that file and now it works!!!

Digital-Larry commented 9 years ago

great!