Jump to content

cimo

Programmer
  • Posts

    1,774
  • Joined

  • Last visited

Everything posted by cimo

  1. ok let s see: when i read before: i checked in /usr/local/bin and found nothing, then i realized that i was on my linux machine.. damn i went upstair to the mac and checked in /sw ... of course i found nothing, double dumb! finally i used tinkertool to see hidden folders and there it is /usr/local/bin and gpasm is there and i ve given myself read and write rights, to the file and to all the directories then i ve created a .bash_profile file in my Home directory and added the path to /usr/local/bin now with echo $PATH i get /bin:/sbin:/usr/bin:/usr/sbin:usr/local/bin so that should be ok i am lost.. simone still nothing, i get the same error i hav
  2. hi referring to this post http://www.midibox.org/forum/index.php/topic,10822.0.html in a MBLC -is it possible to invert the buttons behavior: so that i can connect the common pin to Vd instead of Vs -if it is possible, is there any problem related to it? thanks simone
  3. .. i am standing with the SparkFun buttons boards here in front of me feeling so stupid.. :-\ .. when i designed them i hadn t got the bicolor leds, later i got them and discovered that they were common anode, no problemo: a little change in the code and they ll be ok but.... in my board the leds share the common pin with the buttons (supposed to be GND) so i can t really have those leds in my boards, and they are already soldered.. :'( :'( :'( it hasn t been so easy to find bicolor, red and blue, leds for a fair price, and impossible to find them common cathode. Does anybody have a source for them? (Jimp where did you get yours?) looking for 5mm leds bicolor (red-blue) common cathode possibly diffused (or maybe can i also invert the buttons behavior?) simone
  4. yes you have to
  5. :-[ no i didn t :-[ not only it s not there but /usr doesn t even exist i am a bit lost at this point.. thanks for the support simone
  6. hallo I am not able to have MIOSStudio working in linux (ubuntu studio) this is what i get Failed to load Main-Class manifest attribute from MIOSStudio.jar
  7. I tested it on linux and it works flawlessly ! too bad i can t connect my soundcard yet
  8. ..ok now i remember that i had to sudo make install cause without sudo i got the following errors: IOBook:~/Desktop/FFdownloads/gputils-0.13.5 simonemarin$ make install Making install in libgputils make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in libiberty make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in gpasm test -z "/usr/local/bin" || /Users/simonemarin/Desktop/FFdownloads/gputils-0.13.5/install-sh -d "/usr/local/bin" /usr/bin/install -c 'gpasm' '/usr/local/bin/gpasm' install: /usr/local/bin/gpasm: Permission denied make[2]: *** [install-binPROGRAMS] Error 1 make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1 i tried sudo make to assemble an app but it gives the same result simone
  9. hi i finally attempted to use gputils on a PPC machine bu ti get this error: rm -f *.cod *.lst *.err rm -f *.hex gpasm -p 18f452 main.asm make: gpasm: Command not found make: *** [main.hex] Error 127 - is GPUTILS the only package i have to install? - when i type MAKE will the script check for all the .asm files? how can i target just 1 file? - there is no main.err file as i was expecting thanks EDIT: i ve downloaded the mpasm2gpasm.pl script but i don t really understand what to do with it, not even if it is necessary ??? simone
  10. cimo

    Weirdnesses

  11. hallo i am searching either-or/and 1 red 1 gray 1 white if any of you has any spare, PM me simone
  12. cimo

    Weirdnesses

    it s just firefox yes..
  13. cimo

    Weirdnesses

    ..weird day.. tonight i dreamed that Screaming_Rabbit was a woman (time to take some days off the forum?), Stryd1 posts about nose blowing and mucus, and to increase the weirdness when i do a search in Google i get this (see picture). . . . . . Now i ve done a little search but there is not a single real threat for PPC based computers (i run 10.4.11). Anybody ?
  14. .. what about the tonepad compressors? http://www.tonepad.com/ they are designed for guitars but you can just adapt them easily simone
  15. http://www.midibox.org/dokuwiki/mc_protocol_mappings no entiendo bien lo que quieres hacer. la asignacion de los botones se hace en lc_io_table.inc (o algo parecido ;) )
  16. hi foona hur mar du? ;) well first of all i advise you to start a new topic in the SID forum, that to avoid people missing your question and Admins to move your posts about the pic header: http://www.avishowtech.com/mbhp/idgen.html simone
  17. i couldn t agree any better your creations show that indeed
  18. ok i am going to quote myself cause i edited my previous post (seems like i am more messing around than helping out, bear with me): at this point, dunno if you like it but as a completely provisional and unelegant slution you can use either midipipe or midiox to map your controls, that will give you the time to code while having a functional box simone
  19. mm interesting, thanks for pointing this out (and sorry for misleading...) hold on hold on.. let s take Ableton so we have a common ground, in the MIDI preferences you have to activate the MackieControl interface for a given device, otherwise you won t be able to send MC events. Please Luke can you explain how you can achieve this without enabling the MC protocol? do you mean that you can use the navigation buttons without the initialization of the protocol? EDIT (hot thread uh?): ok ok when i say "the protocol has to be initialized" i mean that you need to activate the MackieConteol tab on the midi preferences, that s it everytrack can have its own delay, isnt it that? isn t that mappable since the python script was introduced? that s possible isn t it? which version do you have sasha? dunno if you are offtopic but i am interested simone
  20. geee what about a language with 9 pasts 3 futures 2 conditional forms consecutio temporis to be respected and 6 different forms for every person (I you he, etc) ?? ::)
  21. .. sorry i don t get it, then you need LC protocol right? you can t have a MB64E and having "a few LC protocol features in it", rather the other way round: a MBLC with some extra MIDI features (see the dB live).The protocol has to be initialized by the box and recognized in the host, if there is not protocol handling then you can t send LC events. In other words, with just 1 MIDI port used it is mandatory to have the protocol initialized if you want to send LC events. there is direct access to channel switch via Meta Events, there is a table somewhere about the possible Meta Events, with the corresponding string for each channel. well if MB64 handles roto pots and start,stop,active,record and cue buttons with corresponding LEDs and transport and navigation buttons. MB64E handles faders, encoders and bottom 2 rows of buttons. Cores are chained, and sharing one LCD. and About coding... I`m so out of it. Undecided then your box is quite sophisticated and it could take a bit to do that. as you see everything is relative in this field, i lately discovered how easy it is to do some basic stuff with C but with lcd involved, banks etc. and no experience.. pfff i may be wrong so please somebody confirm: in MB64 pots are not defined in groups while in MB64E pots are included in the encoders table, so that from 1 to 64 you count the encoders while from 65 to 128 you count the pots. i pretend i haven t understood the question.. ;) nop, remember how an encoder works, here you are just interfacing it with a different driver, but you can t pretend that if you turn an encoder clockwise it will always close the contact on a single pin.... if you connect a button then you should use it like this: to increment: R L R L R L to decrement:R L R L R L R to increment again: L R L R L @ robb open main.asm on MB64E and have a look just at the first comment, you ll get a clear overview it looks like it is time to "reinvent" a a new concept of hybrid box, LC is attracting more and more adepts since we all fell in love with Ableton, but it is missing some flexibility about free MIDI wheeling... simone
  22. .since i was the one telling you to remove the bridge.. if you have a 9 volts supply don t do it! it s not necessary and not useful at all
  23. that s it.You can probably live without them and your core v2 as well.But if you have a chance get a pair of 100nF caps (unpolarized) simone
×
×
  • Create New...