Jump to content

swindus

Members
  • Posts

    70
  • Joined

  • Last visited

Posts posted by swindus

  1. In order to decide about the default behaviour, I would like to know, how many other users like/dislike this function (all triggers inverted when ALL button pressed) - opinions?

    I don't like this function. I have the same 'problems' like Futureman.

  2. Ich hatte mit MIOSStudio Beta7 ähnliche Probleme beim Upload von Anwendungen. Der Smart Mode hat einfach nicht funktioniert bzw hat die Daten zu schnell geschickt. Probier mal den Manual Mode mit einem großen Delay, bei mir hat es ab ca. 950ms funktioniert. Dauert zwar dann ein wenig, aber zumindest kann man was uploaden.

    Mit MIOSStudio Beta8 geht bei mir auch der Smart Mode ohne Probleme.

  3. Quite often this weekend, when I switched to the Song page to use pattern mode to quickly switch to the next part of the Song, I forgot to press Layer B. This means that the GP buttons skip to the next song and the Seq stops playing. IMO it would be nicer if the default screen element selected was the setting chosen by layer button B. Just a small detail but would make me more comfortable in a live situation....

    I noticed this too. I would also like a way to select the B layer button as default when switching to song mode especially when in phrase mode. Any hint where to edit the source code?

  4. There is still a problem with the bank/pattern selection in song/phrase mode. The value for group 4 jumps always back to bank 1 for me when switching the bank/pattern value or selecting another group.

    While searching in the source code for the according lines in cs_m_menu.inc I found this:

      ;; toggle pat/bnk sel
    CS_M_SONG_GP_Callback_Sel
      ;; 	btg	CS_STAT, CS_STAT_SONG_EDIT_BNK
      ;; disable - somehow makes no sense here (UI not consistent - time to ask the community, which approach they would prefer)
      ;; 	rgoto	CS_M_SONG_GP_Callback_Cont
    

    I don't think that this is related to the problem though.

    Any hint on which line I can try to fix it? I'm a long time pascal and c++ programmer but the assembler stuff is killing me. ;) 

  5. My display shows v3.3c. I did a rebuild of the hex file and an upload of mios 1.9f and the seq 3.3c app and now the pattern/bank selection works flawless.

    No errors while uploading. Here is a picture to show you what I mean. This error still exists on my seq.

    Is this bug fixed in v3.4?

    4144_seq_track_jpg6684f689436398bbdc84d4

    4144_seq_track_jpg6684f689436398bbdc84d4

  6. I'm sure that this has been fixed

    Could you please press the EXIT button and check the version number? It should be v3.3c

    My display shows v3.3c. I did a rebuild of the hex file and an upload of mios 1.9f and the seq 3.3c app and now the pattern/bank selection works flawless.

    There is no routine which could display "G1Tx", and with my installation the track number is correctly displayed.

    Did you receive error messages during the upload?

    No errors while uploading. Here is a picture to show you what I mean. This error still exists on my seq.

    3492_seq_gtd_jpg185f84b9c7bcb523769ff40d

  7. Wow, that was fast!

    > bank/pattern switch in song mode working properly again

    Still not working. When I switch between 'Bnk' or 'Pat' selection with the eighth encoder after changing a value for a group the value still changes back to the previous selected value. Or maybe I don't know how to use this screen properly. Please explain. ;)

    Found a small display bug on the edit screen. The display of the selected group and track eg G1T1 in the top left corner on this screen displays a wrong character when selecting track 3 or 4 of a group regardless which group is selected.

    G1T1 -> G1T2 -> G1Tx -> G1Tx

  8. Folgendes in der setup_xxxx.asm ändern:

    ;; number of visible menu items on LCD

    ;; use:  4 for 2x16 displays

    ;;      5 for 2x20 displays

    ;;      10 for 2x40 displays

    #define CS_MENU_DISPLAYED_ITEMS 10

    ;; NOTE: if CS_MENU_DISPLAYED_ITEMS > 5, you have to adapt the DIN settings

    ;; in CS_MENU_DIN_TABLE below

    .

    .

    .

    CS_MENU_DIN_TABLE

    ;; Function name SR# Pin#

    DIN_ENTRY CS_MENU_BUTTON_Dec, 1, 0 ; only valid if rotary encoder not assigned to these pins

    DIN_ENTRY CS_MENU_BUTTON_Inc, 1, 1 ; (see mios_tables.inc) and CS_MENU_USE_INCDEC_BUTTONS == 1

    DIN_ENTRY CS_MENU_BUTTON_Exec, 1, 2

    DIN_ENTRY CS_MENU_BUTTON_Sel1, 1, 7

    DIN_ENTRY CS_MENU_BUTTON_Sel2, 1, 6

    DIN_ENTRY CS_MENU_BUTTON_Sel3, 1, 5

    DIN_ENTRY CS_MENU_BUTTON_Sel4, 1, 4

    DIN_ENTRY CS_MENU_BUTTON_Sel5, 1, 3

    DIN_ENTRY CS_MENU_BUTTON_Sel6, 2, 0 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel7, 2, 1 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel8, 2, 2 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel9, 2, 3 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    DIN_ENTRY CS_MENU_BUTTON_Sel10, 2, 7 ; define this if CS_MENU_DISPLAYED_ITEMS > 5

    Die Werte für Inputs (#SR und #PIN) dann noch anpassen.

  9. Yes, mine do the same, also on the pattern screen.

    After switching back to v3.2c the flickering is gone. Means it only occurs with the latest version (v3.3).

    Another annoying thing I found on the song page is the following. On this page you can switch between pattern and bank selection with the eighth encoder. When switching from bank selection to pattern selection the last modified bank value changes to a random value. So a controlled input of banks and patterns is not possible. This occurs in v3.2 and also in v3.3.

    Thanks for listening.

  10. Yesterday I was running the sequencer in song mode (phrase or song doesn't matter) and noticed the following: the LEDs of the Group/Track and Trigger/Layer were acting like 'Disco Lights' (short blinking in a random order/selection). ;-) As I remember correctly this was not the case with v3.2. I also tried to recognize a pattern or something that would make sence here but there was nothing of this kind. Can anybody confirm this?

  11. Changing from 2x20 -> 2x40 <= 30 seconds. If that's the only change you want/need I'm pretty sure there'll be tons of helpful people here who'd even do it for you, if you asked them nicely. Yes, that was an offer. As I mentioned before - the 2x40 will work right away, even if you don't change the source, so you can test all you want and troubleshoot and use and do whatever with the box. And then one magical day you change those 6 lines in the setup_*.asm and you have 10 menu items. Now, how cool is that. Basically my point is: Not wanting to change the software / being scared of asm / not having the toolchain installed is absolutely not a reason to not go with 2x40.

    Indeed. I'm also offering my help to create a hex file.

×
×
  • Create New...