Analog Toolbox
#21
Posted 23 July 2006 - 15:09
is it possible to use the analog toolbox with the aout-lc module?
#22
Posted 24 July 2006 - 10:41
Best Regards, Thorsten.
#23
Posted 24 July 2006 - 10:54
also:
i've tested the aout-lc with my cem3378 filter :that's rock!
#24
Posted 31 July 2006 - 13:55
i've tried to integrated the asm code from the file Aout_lc of the midiboxCV app into the analog tool box app, then run the "make bat" script.
after that, i've uploaded the application, the cv react right at incoming midi event but when nothing is send to the box, the voltages at my cv out goes up and down in a range of ca. 1v
where i've done something wrong, it's the first time i try to compile C app, have i missed something, or change have to be done in other files of the C app?
#25
Posted 31 July 2006 - 18:04
#26
Posted 31 July 2006 - 18:26
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...
#27
Posted 31 July 2006 - 19:34
#28
Posted 31 July 2006 - 22:44
In addition, they can be found within the listings, which are located in the _output directory
Best Regards, Thorsten.
#29
Posted 31 July 2006 - 23:10
i will take the time to learn more about c to understand now what they mean..
#30
Posted 01 August 2006 - 17:24
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
#31
Posted 18 September 2006 - 21:37
this version supports only one aout_lc module in 12 bit mode
but 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
#32
Posted 19 September 2006 - 08:41
mess: check your mailbox, i've sent to you the moded app that support the LC module (this work is already done).
#33
Posted 19 September 2006 - 14:29
so I have removed my version, thx for sending your app,
I'm going to try this one as soon as possible..
Michaël
#34
Posted 19 September 2006 - 16:43
#35
Posted 17 January 2008 - 00:54
Has anyone implemented anything like this? Is it possible?



Help















