moxi Posted July 31, 2006 Report Share Posted July 31, 2006 it's seem that some define are missing...i understand strickly nothing to C...where i have to put the needed define? in which file?or here is a way to convert back to assembler the C files? i think i will ghet more chance to success by this way... Quote Link to comment Share on other sites More sharing options...
moxi Posted July 31, 2006 Report Share Posted July 31, 2006 now, i've solved a lot of error, but there is still some, here is a way to get a file that report of the error, like in mplab? Quote Link to comment Share on other sites More sharing options...
TK. Posted July 31, 2006 Author Report Share Posted July 31, 2006 When you are starting the "make" file from the command shell, you will see the errors on screen.In addition, they can be found within the listings, which are located in the _output directoryBest Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
moxi Posted July 31, 2006 Report Share Posted July 31, 2006 i've used "code::block" to compile and now i can see the errors.i will take the time to learn more about c to understand now what they mean.. Quote Link to comment Share on other sites More sharing options...
audiocommander Posted August 1, 2006 Report Share Posted August 1, 2006 hi moxi,the errors should come along with the line and the file(eg: "undefined symbol _SOMETHING in 'main.c':144")I often have to look up error codes by myself, if you don't have no reference, just paste the relevant query with quotes to google and in 99% of all cases you get a clue of what's missing instaneously...defines are just exchangement for the compiler,eg you could define:[tt]#define TRUE 1#define FALSE 0[/tt]...and then use the words [tt]TRUE[/tt] and [tt]FALSE[/tt] instead of the numbers 1 and 0...cheers,Michael Quote Link to comment Share on other sites More sharing options...
mess Posted September 18, 2006 Report Share Posted September 18, 2006 I've made a first attempt to integrate aout_lcthis version supports only one aout_lc module in 12 bit modebut it shouldn't be to difficult to add more channels or to use the module in 2x8 mode...I don't have acces to my hardware so the code I can't test the code..*edit: I have removed the link to my code because moxi's version was better then my own solution Quote Link to comment Share on other sites More sharing options...
moxi Posted September 19, 2006 Report Share Posted September 19, 2006 hi,mess: check your mailbox, i've sent to you the moded app that support the LC module (this work is already done). Quote Link to comment Share on other sites More sharing options...
mess Posted September 19, 2006 Report Share Posted September 19, 2006 Your version seems a lot more elegant then mineso I have removed my version, thx for sending your app,I'm going to try this one as soon as possible..Michaël Quote Link to comment Share on other sites More sharing options...
moxi Posted September 19, 2006 Report Share Posted September 19, 2006 All the final job have been done by TK and StrydOne...that's have to be said ! Quote Link to comment Share on other sites More sharing options...
creatorlars Posted January 16, 2008 Report Share Posted January 16, 2008 Did anyone else continue to develop this? I'd be very interested in making a synth module just for the purpose of having a "MIDI-sync'ed 2xLFO, 1xADSR" for my modular synth... Just a Midi in-point, and rotary switches that would sync the LFO rates to fractions of the MIDI clock sync.Has anyone implemented anything like this? Is it possible? Quote Link to comment Share on other sites More sharing options...
moxi Posted January 17, 2008 Report Share Posted January 17, 2008 I think you can use the MB sid software to do that.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.