-
Posts
15,246 -
Joined
Content Type
Profiles
Forums
Blogs
Gallery
Posts posted by TK.
-
-
Update: I migrated to the latest FreeRTOS V9.0.0
Instead of umm_malloc we are using heap_4 now - seems to work fine for my apps, please doublecheck at your side
Best Regards, Thorsten.
-
Ist Dir wirklich gut gelungen!
Best Regards, Thorsten.
-
Has this been solved meanwhile?
Best Regards, Thorsten.
-
Do other readers: MIDIbox Plus is not a MIOS based firmware.
This information is only relevant for PIC16F based designs that I published ca. 13 years ago
@Anitix: could you please check if the power-up timer is enabled?
-> http://microchip.wikidot.com/8bit:pwrtWithout this timer it could be that the display initialisation starts too early for your LCD
Best Regards, Thorsten.
-
No, it can't be related to a soldering issue
I guess that you did all the required tests.
With loopback you mean that you can send text messages in the MIOS Studio terminal and they are sent back?This is a mandatory test, because it ensures that SysEx messages can be sent correctly.
If this doesn't work, the issue is related to your MIDI interfaceBest Regards, Thorsten.
-
On 26.9.2016 at 0:41 PM, u-link said:
I'd have a feature suggestion involving the LFO (to me one of the most useful features!):
-independent bipolar LFO amount to all the destinations
-a Trigger layer that can be configured as a Sample&Hold for the LFO values. When you program that trigger, the LFO value at that moment is being sent out. Alternatively, the different waveforms could just get the option "triggered" (like "SINEtrg") so the value is only sent when there is a note / trigger event.
added to wish list for MBSEQV4+
Best Regards, Thorsten.
-
To the .s file issue: it works at my side with the latest Makefile
Under which OS are you trying to build the project?
Best Regards, Thorsten.
-
Quote
This is a bit disruptive to workflow but may be mitigated a bit by using ALL to set an initial value for all steps in the track.
yes, this is the intended way to setup a default value
QuoteHowever, it also does this with PrgCh's which isn't what you want at all if you have a slow changing synth. If these tracks had a default position of Null meaning don't send data unless specifically set to a value, instead of the current situation it would help a lot.
It's a general problem that each step only stores 7bit data, and program change is 7bit - means: no free value to turn off a step
But I've to doublecheck if the 7bit limitation is still valid. Actually MBSEQ V4 has 8bit data per step, so that the 129th value could be used to turn of the step.
I added this to the wish list
Best Regards, Thorsten.
-
Well, actually this was on my agenda, because with the introduction of RAM based .NGR scripts the execution of MIDI clock events is fast enough.
So, you simply have to tell MBNG what should be done on a MIDI clock event:
- you could send one or more MIDI events immediately
- or schedule the event(s) in the integrated sequencer (which was not directly accessible in previous MBNG versions)
- you could also set/clear LEDs to display the step
- you could control the note length from an additional encoder
- you could also do that weird algorithmic stuff or whatever you want :)
- also transposer, arpeggiator and similar gimmicks should be possible, just requires some clever .NGR programming
Examples:
- 16 note sequencer: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidibox_ng_v1%2Fcfg%2Ftests%2Fseq1.ngr
- 8 note sequencer with control over note and velocity value: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidibox_ng_v1%2Fcfg%2Ftests%2Fseq2.ngr
- 16 CC sequencer: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidibox_ng_v1%2Fcfg%2Ftests%2Fseq3.ngr
When you look into the .NGC file you will note, that I prepared 4 banks.
Which means, that you can switch between 4 different patterns with the SCS Softbuttons: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidibox_ng_v1%2Fcfg%2Ftests%2Fseq1.ngcThe 5th Soft button can be used to start/stop the sequencer in master mode.
If MIDI clock is received, the sequencer automatically switches into slave mode
The example setup is prepared for the LRE8x2 with LED Rings - but it should be easy to customize it to any hardware.
Also with pots, or buttons (for drum sequencing)Here a pre-release which enables the new features:
http://www.ucapps.de/mios32/midibox_ng_v1_036_pre1.zip
Best Regards, Thorsten.
-
Yes, 50V is sufficient. Take this one: http://www.reichelt.de/MKS2-50-330N/3/index.html?&ACTION=3&LA=446&ARTICLE=172678&artnr=MKS2-50+330N&SEARCH=MKS-2+330n
Best Regards, Thorsten.
-
Hallo,
ich vermute, dass es aufgrund der langen Schieberegister-Ketten zu den Unstabilitaeten kommt.
Urspruenglich wurden nur bis zu 16 Schieberegister hintereinander unterstuetzt (= 4 DINX4 und 4 DOUTX4 Module), sobald die Kette laenger wird, koennen die beschriebenen Probleme auftreten.Abhilfe verschafft die hier beschriebene Line Transmitter/Receiver Schaltung: http://www.ucapps.de/mbhp_line_driver.html
Sie sollte spaetestens nach dem 16. Schieberegister eingefuegt werden, bzw. sobald zwischen zwei Schieberegistern ein laengeres Kabel verwendet wird (in ihrem Fall also bereits nach dem 1. DIN)
Gruss, Thorsten.
-
Hi,
could be related to a power issue: how do you power the STM32F4DISCOVERY and your MIDI controller in host mode?
could also be related to an application issue: which application are you using, resp. if you wrote one by yourself: how is the MIDI data processed?
Best Regards, Thorsten.
-
V4.091 is now available under http://www.ucapps.de/mios32_download.html
From the ChangeLog:
MIDIboxSEQ V4.091 ~~~~~~~~~~~~~~~~~ o new parameter type "Chord2" provides an alternative set of 32 chords o new parameter type "Aftertouch" allows to send and record channel pressure events o CPU load display has been re-adjusted for LPC17 and STM32F4 o hwcfg/wilba*/MBSEQ_HW.V4: default F1-F4 assignments changed to: F1: Track Select, F2: Live Forwarding, F3: Recording, F4: Save All o MBSEQ_HW.V4: added new button/LED functions: FX, MOVE, SCROLL o MBSEQ_HW.V4: added new LED_MEASURE function which will activate a LED when the first step of the measure is played. o CC Parameter layer label now prints "#<number>" instead of "CC" o Jam page: AStart now starts to record into first step in live recording mode (as intended), it starts on the selected step in step recording mode o Purpose of Record and Live Button & LED change: they switch between record (and live) mode w/o changing to the Jam page o new button/LED combo: JAM_LIVE and JAM_STEP: they switch to the JAM page and select Live resp. Step recording mode o BLM16x16+X keyboard can now record into any track o Transpose page now allows selection based on Scale o New option page item #10 "Initial Gate Trigger Layer" (empty or trigger on each 4th step) o Event configuration page: new drum track configuration 2*64/2*128 o AOUT: added suskey function (AKA fingered portamento: slew rate only enabled if more than 2 keys are played) This function can be enabled in the CV Configuration page o removed obsolete (non-working) pattern based scale control o fixed LED behaviour in Step View page (corrected display if page is deselected) o various minor bugfixes & improvements
Best Regards, Thorsten.
-
@Rowan: unfortunately merging MBSEQ and MBCV isn't possible - too many conflicts, too much work to solve the conflicts, and at the end it would also influence the performance of both apps (running in parallel)
@Andrew: I just hacked this into the firmware without testing.
Could you please try this version?
-> http://www.ucapps.de/mios32/midibox_seq_v4_091_pre9.zip
SusKey is always enabled, currently it can only be disabled by editing the MBSEQ_GC.V4 file in the root directory
Best Regards, Thorsten.
-
You could temporary connect a LED via 220 Ohm resistor between 5V and pin #6 as shown in the schematic: http://www.ucapps.de/mbhp/mbhp_iic_midi.pdf
If it lights up, you know that the firmware is basically running.
Best Regards, Thorsten.
-
Hi Michael,
caps should be ok, but I can't say if the pk2cmd will program the PIC correctly.
Very important hint: don't forget to add the 10 uF cap between 5V and ground, otherwise the PIC won't boot.
Only additional debugging help: the green power LED should turn on, otherwise the firmware isn't running...
Best Regards, Thorsten.
-
I'm aware of your intentions, but it doesn't work for me.
Putting labels at the wrong place leaves a very bad user impression.
It's a no-go for a good frontpanel layout.
It's clear that you intent to add them as a reminder for GP button assignment, but not there!For learning purposes somebody could just print out a template and place it over or under the device, but later he won't need it anymore (or only if he didn't use the device for a long time).
Btw.: the labels will also reduce flexibility for future improvements.
Best Regards, Thorsten.
-
Hi,
relative changes can be sent with the various relative value modes, example:
EVENT_ENC id= 1 type=NRPN chn= 1 nrpn=1 enc_mode=40Speed EVENT_ENC id= 2 type=NRPN chn= 1 nrpn=2 enc_mode=40Speed EVENT_ENC id= 3 type=NRPN chn= 1 nrpn=3 enc_mode=40Speed EVENT_ENC id= 4 type=NRPN chn= 1 nrpn=4 enc_mode=40Speed
Aside from 40Speed, there is also 00Speed, Inc00Speed_Dec40Speed, Inc41_Dec3F, Inc01_Dec7F, Inc01_Dec41
These are all "relative values" (I guess that this is for what you asked for)
Sending different NRPN numbers would be possible with conditional events.
Best Regards, Thorsten.
-
I mean all helper labels.
ARM selection labels at the top: don't belong to the top LEDs, they belong to the GP leds when ARM page is selected
SEQ1/SEQ2 lines at the top: don't belong to the top LEDs as well
Scale selection labels below above position LEDs: don't belong to these LEDs, they belong to the GP LEDs when the Scale page is selected.
Remaining helper label line under GP buttons: under these circumstances doesn't make sense anymore... either all GP functions will be labeled at the right place, or they won#t be labeled at all, and users have to find a different way to memo the assignments - I would remove this line as well
Summary: remove "helper" labels and SEQ1/SEQ2 helper lines
Best Regards, Thorsten.
-
Hi,
this could happen if the two groups are assigned to the same bank.
Please ensure that
- Group 1 is assigned to bank 1
- Group 2 is assigned to bank 2
- Group 3 is assigned to bank 3
- Group 4 is assigned to bank 4(actually I should remove the bank selection, or make it only optional, because it's an obsolete legacy feature and not user friendly)
Best Regards, Thorsten.
-
On 30. Juni 2016 at 5:41 AM, ChinMuzik said:
One thing I am confused a bit over...is the photo gallery of TK's c64 SID build. It shows a complete control panel but I don't see where the DINX4 and DOUTX4 modules are located. I see the CORE, MIDI and SID modules. I'm just trying to get a feel if I will be able to stuff all the modules in the case.
The gallery shows pictures of my first build, where I used dedicated DIN/DOUT modules. Meanwhile I replaced the modules by a MB6582 PCB
Best Regards, Thorsten.
-
Hi Sauaen,
Interesting find!
Yes, please commit the changes, so that I can try them at my side.
The change should be documented in http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2FFreeRTOS%2FREADME_1st.txt so that it can be reproduced on FreeRTOS updates.While I'm writing this, I noticed that we are using a 3 years old FreeRTOS version.
I will update soon. Very likely the malloc handling has been improved meanwhile, so that the change becomes obsolete. But please commit anyhow so that in case of issues we are able to switch back.
Best Regards, Thorsten.
-
Hurray, progress with the new frontpanel! :-)
But from my point of view, the additional labels, and also the SEQ1/2 lines, are more confusing than helping. They are above LEDs which don't belong to the appr. functions.
It would be better to remove them.
Best Regards, Thorsten.
-
Good! ;-)
To be clear on that: nothing will get lost (I've a TODO list) - but please accept that sometimes there are situations at my side which require higher attention.
Best Regards, Thorsten.
MIDIbox SEQ V4 Release + Feedback
in MIDIbox SEQ
Posted
I could easily add a parameter layer for a "local" (track specific) root note, would this help?
Best Regards, Thorsten.