Jump to content

novski

Members
  • Posts

    460
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by novski

  1. HI i wold like to test a "case" by lighting up a LED when it reaches that line. I'm running a MMv2 App where the LED are lit by received messages from the program. what i need is the value to light up LED 1 on DOUT SR1. But i can't find out how this piece of code works! I'm looking at it since hours! ///////////////////////////////////////////////////////////////////////////// // This function is called from MM_MIDI_Received in mm_midi.c when // a LED status message has been received ///////////////////////////////////////////////////////////////////////////// const char mm_id_map_0a[8] = { ID_BANK, ID_GROUP, ID_RECRDY_x_FUNCTA, ID_FUNCTA_LED, ID_WRITE_x_FUNCTB, ID_FUNCTB_LED, ID_OTHER_x_FUNCTC, ID_FUNCTC_LED }; const char mm_id_map_0b[8] = { ID_FX_BYPASS_x_EFFECT1, ID_EFFECT1_LED, ID_SEND_MUTE_x_EFFECT2, ID_EFFECT2_LED, ID_PRE_POST_x_EFFECT3, ID_EFFECT3_LED, ID_SELECT_x_EFFECT4, ID_EFFECT4_LED }; void MM_DIO_LEDHandler(unsigned char led_id_l, unsigned char led_id_h) { unsigned char mm_id; unsigned char ix = led_id_l & 0x07; // map LSB/MSB to MIDIbox MM ID if( led_id_h <= 0x07 ) { mm_id = ((led_id_l << 3) & 0x38) | led_id_h; } else if( led_id_h == 0x08 ) { mm_id = ix | 0x30; } else if( led_id_h == 0x09 ) { mm_id = ix | 0x38; } else if( led_id_h == 0x0a ) { mm_id = mm_id_map_0a[ix]; } else if( led_id_h == 0x0b ) { mm_id = mm_id_map_0b[ix]; } // set LED status (bit #6 set: LED on) MM_DIO_LEDSet(mm_id, led_id_l & (1 << 6 )); Please please help! thanks!
  2. Aus Aarau, ja. Ich arbeite momentan an was ähnlichem aber als Mischpultsteuerung für Live Einsätze. Hast du Samples von den Cherry Tastern bekommen? -Wie leise sind die? Ich bin grad auf der suche nach einem leisen Schalter der trotzdem noch Taktiles Gefühl bietet und noch Leds integriert hat. Die MEC Schalter bieten jeweils eines von den Kriterien nicht... Roknröl!
  3. Well as usual... as soon as i give up, i find the solution I'm searching for ages. // 0x58..0x7f could be used for other purposes } else if( button_id < 0x7f ) { // Range SAC_Special MM_VPOT_SendJogWheelEvent(-1); } That helps to decrease. But it decreases 3 clicks, not one. Does somebody know how to make smaller steps?
  4. in the cmos.h of MMv2 the "non_detented" is defined as written. in the wikipage it is written like this: "nondetented". is just the wiki false or is it mixed in different apps anyway? else i wold change it...
  5. Hi Im trying to decrease a Encoder just in Software for a reason of a Menu that has to be chosen before i can edit the parameters manualy. What i tried is to start this on pressing a button: } else if( button_id < 0x7f ) { // Range SAC_Special ENC_NotifyChange(8,2) } the 8 is meant for the Encodernumber i need to decrease for 2 Detents. and i thought that it will jump to Main.c where this is the Encoder function: void ENC_NotifyChange(unsigned char encoder, char incrementer) __wparam well, the main question is: how can i decrease a Enc. virtualy? Thanks for help Best regards novski
  6. HI I can't see why my hardware always lights the LED of the opposite Button. Pushing Mute 1 Lights up Mute LED 8. I checked my Cabeling twice and can't imagine that i did something wrong. I will ad some Pictures of my Testboards to improve that. As you see. The IDC connectors are al the same on the DIN/DOUT side. And on my Testboard i wired the colors to the same Button as well as the LED. who can tell me why this turns out to be crossover? Best regards novski
  7. Hi I hope i get some answers because i can't manage this alone. (And i try to keep my posts together because i don't want to mess around in this forum...) I finally decided to work with the MM V2 Application. Unfortunately SAC uses many functions by increasing the Rotary Selector Rotary. (well thats hard to describe witch one i mean... please, see attachment photo. ) So basically what i need to do is by pressing a Button i need a possibility to set the right Selection of Mode first. So for a Sample: if i want to activate my Compressor i need to Virtually turn the Selector Rotary first to the "Comp Mode" and then press the Button 5. (in Normal use of MMv2 thats the Select Chanel 5 Button) How can i do that in my Software? And is that Selector Rotary defined as "MM_VPOT" in the Application? Thanks a lot for any Help best regards novski edit: changed .tif to .jpg for easy view. SAC CM MM Help.rtf
  8. i had the same problem on my Apple with Parallels XP. Writing it in to the System Path manually helped. Thanks novski
  9. HI Im working on a almost equal Fadermodul for SAC from RML and there it is possible to chain a maximum of three CM MotorMix on one Midi port by exchanging the eeprom. This is a copy of the Help for MM: >> CMA MotorMix Control Surface (Top) The MotorMix LCD display is used to show parameter and channel labels in the various selection modes. Pan mode is used as the default mode to display channel numbers or labels for the current bank. Alternate midi controller templates are included to allow two MotorMix controllers to be used at the same time for 16 channels of control or three controllers for 24 channels. The MotorMix units must be upgraded with a new internal ROM chip available from MotorMix in order for this to work. When ganged together and turned ON, each controller will set itself to a different midi chan. (chan-1 and chan-2 etc). The surface can be made to chase SAC's Hot Chan by using one of the Mixer Menu Midi Hardware Controller Link options. If using a single controller make sure it is transmitting and receiving on MIDI channel 1 to ensure compatibility with this template. << Did you know that? For my plans this would be a very interesting option... best regards novski SAC CM MM Help.rtf
  10. HI I just found your post from last year findbuddha. Can you tell me how this turned out? I'm building a application for a live sound venue and need quiet buttons. I ordered a sample of 3FTL6 from Reichelt but that makes ruffly 81dB-peak@1m and i can't find a way to order the announced quiet version.
  11. Solved. i had a bad contact. it seamed as if the midi plug was old. it didn't take the lead as normal. after heating a few seconds more it now works. maybe i wil have to exchange those parts.
  12. My Core8 has a strange behavior. I noticed that the connection suddenly didn't work during a test phase on a LC Project. now as soon as i start the Core8 with nothing connected accept the Display it shows MIOS v1.9g © 2009 T.Klose and seams to run normal. But MIOS Studio can't connect. And as soon as the Query process is done, the Core8 Display shows: Rebooting MIOS. (that doesn't happens if i change the ID number to a wrong one.) The display shows this after Booting: -------- xxxx ........ whats going on with my lovely core?
  13. is it possible to transfer the MM Protocol from the midibox_MM Project to the MF_NG?
  14. Thank you philetaylor for that explanation on the functions of the GUI. I now have a total different question. I realized that i will not be able to ad more Faders than 8+1 in my approach because the Midi functions are restricted in this Program i use (softwareaudioconsole). The only Midi Template that provides more than 8 Faders including the Canelstrip functions is MotorMix. (i can't assign Functions. Instead i select a fix Template file from the manufactory...) noooow. my shy question now is: is it possible to transfer the MM Protocol from the midibox_MM to the MF_NG? :-)
  15. who can explane me these parameters? 1. PWM Steps 2. AIN Deadband 3. MF Deadband Best Regards novski
  16. Yes! I'm sorry for the delay of testing that. I now tested to contact the sensor T0 to fader number 1 and activated the "Like previous, but additionally no fader event as long as sensor not pressed" preset. And now it doesn't tremble anymore. Thats a solution to my question. can you declare me what those other parameters are for? 1. PWM Steps 2. AIN Deadband 3. MF Deadband Thanks a lot.
  17. Im just asking... "IS" it possible to flatten that in software?
  18. Hi Pyjaman Thanks for that advice. I that about that. But Live Music Business is a Ruff thing, especially to gear. What if that wire falls off in the Truck that carries it to the Show Venue? I wanted to know "if" it is possible to flatten that a little bit IN the software to prevent of getting in trouble. Do you Program by your own? Maybe you can answer me that... (I'm not practiced in Software at al...) Best Regards novski
  19. HI TK I measured false. I measured between Vd and J8/9. not Vs. After measuring with the right drain al the points are correct. Sorry for that... Best Regards novski
  20. HI I tried the Interconnectiontest of the DIN / DOUT Board, but can't understand it. By Measuring RC/SC on J8 & 9 on the Core (after restarting Core with App.) i measure 4.8V on al 4 Pins. SO and SI are 0V. VD=0 VS=4.97 MIOS Studio displays that: [243466.784] SRIO Interconnection Test [243466.795] ========================= [243466.806] Please play a note on any MIDI channel. [243466.822] Pin J8:*****DO*****set to 5V, J8:SC/J9:SC and J8:RC/J9:RC set to 0V. Pin J9:SI reads Logic-1 (ca. 5V). So, something seams wrong doesn't it? And my second question is, what does that "DO" (stars in Codesnipet) mean? The only DO i can find on the schematics is on J15... How can i test my Core with one DIN board correctly? Thanks! Novski
  21. Hi I tryed to install sdcc. But i got a failure on install: Warning: xcodebuild exists but failed to execute Warning: Xcode does not appear to be installed; most ports will likely fail to build. ---> Computing dependencies for sdcc ---> Dependencies to be installed: gputils readline ncurses ---> Fetching archive for gputils ---> Attempting to fetch gputils-0.13.7_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/gputils ---> Attempting to fetch gputils-0.13.7_0.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/gputils ---> Installing gputils @0.13.7_0 ---> Activating gputils @0.13.7_0 ---> Cleaning gputils ---> Fetching archive for ncurses ---> Attempting to fetch ncurses-5.9_1.darwin_11.x86_64.tbz2 from http://packages.macports.org/ncurses ---> Attempting to fetch ncurses-5.9_1.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/ncurses ---> Installing ncurses @5.9_1 ---> Activating ncurses @5.9_1 ---> Cleaning ncurses ---> Fetching archive for readline ---> Attempting to fetch readline-6.2.000_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/readline ---> Attempting to fetch readline-6.2.000_0.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/readline ---> Installing readline @6.2.000_0 ---> Activating readline @6.2.000_0 ---> Cleaning readline ---> Fetching archive for sdcc ---> Attempting to fetch sdcc-3.0.0_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/sdcc ---> Fetching sdcc ---> Attempting to fetch sdcc-src-3.0.0.tar.bz2 from http://switch.dl.sourceforge.net/sdcc ---> Verifying checksum(s) for sdcc ---> Extracting sdcc ---> Configuring sdcc Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Log for sdcc is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc/sdcc/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> Then i thought that it might be, because i have the latest Xcode 4.xy installed and should have version 2. But Apple does not provide Xcode 2 anymore. Xcode 2.3 is the latest version they list in the Developer Center. Does Verion 2.3 work for MIOS Programingas well? Which version is best? Thanks
  22. Hi TK I checked my Fader and printed out the Data-sheet from Alps and found out that it is Linear. I measured it to go sure and measured at halfway 5k so it has to be fine... Then i checked on the input voltage. It is 11.74V by running NG module. Then i thought about your advice to not use cheap MIDI - USB Interfaces and that i installed the App before knowing that. So i installed the App again and now its gone! it works really smoot on fading. Then i recognised that touching the housing of the alps fader makes the module send midi. I see the LED on my Fireface blinking by touching the housing but not by touching the faderneck (metal T-peace). In fact it makes the virtual fader of my program jump between +/-0.25 and +/-0.75 dB. I figured out that it is possible to interrupt those jumps by grounding the housing of the Fader. But thats not so simple because there is no soldering point or so on the housing it self. Is there a way to flatten that trembling in the software?
  23. I have a problem i can't manage by my own. As soon as i connect to my SAC and move the fader to top, by reaching over Middle the fader starts to move from alone to the top and then by fading down over the middle it starts to go to bottom by its self. (after the Middle...) I can't figure out what those words/possibilities mean: MinDutyUp MaxDutyUp Fader witch should be traced AIN Deadband MF Deadband does anybody have a config file for a ALPS RSAON11M9? so i can compare... I use just one Fader and the other connections A1-7 are connected to ground. -And, :whistle: is it normal that i can't touch the Stab IC. LM317 / 7805 because of heat? I tried 8V and 5V on D2 the head does not change... Thanks
  24. TK i wold like to thank you for your help and that Project. I just got a fader running under SAC within some hours. Thats just unbelievable! There are several steps to go, to get the Remote i need. But I'm really happy right now. You are great!
×
×
  • Create New...