Previous Thread
Index
Next Thread
Print Thread
Go To
Page 1 of 2 1 2
Off-Topic
Joined: Jul 2000
Posts: 26,959
Veteran
OP Offline
Veteran
Joined: Jul 2000
Posts: 26,959
Some of you will remember my post about getting my songs onto a carillon. I’ve been unsuccessful. I haven’t worked much with MIDI in more than 15 years.

What program or utility do you use to see and change the contents of a MIDI file? Things like SYSEX, control change, program change etc.?

Thanks.


BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
Off-Topic
Joined: Dec 2002
Posts: 12,195
Veteran
Offline
Veteran
Joined: Dec 2002
Posts: 12,195
I use the midi editing in Reaper to do essentially everything. Except for a utility called MidiView which is a free MIDI Monitor app that shows bi-directional MIDI packages that flows through your machine. This show where the midi is coming from and where its going on my PC. https://hautetechnique.com/midi/midiview/

By the way, what is a "carillon"?


BIAB – 2025, Reaper (current), i7-12700F Processor, 32GB DDR4-3200MHz RAM, 1TB WD Black NVMe SSD, 2TB WDC Blue SSD, 1TB WD Blue, 2 TB SK NVMe, 6 TB External, Motu Audio Express 6x6

Off-Topic
Joined: Jul 2000
Posts: 26,959
Veteran
OP Offline
Veteran
Joined: Jul 2000
Posts: 26,959
Thanks.

This carillon is an automated church bell system. It can also be played live. It is programmed with 5800 MIDI songs and also plays bells tolling at noon and 7 pm that can be heard over the valley. I want to program my own music to be able to play that on a special upcoming occasion.

EDIT: Malwarebytes is blocking that site.

Last edited by Matt Finley; 04/13/24 05:02 PM.

BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
Off-Topic
Joined: Jun 2012
Posts: 20,265
Veteran
Offline
Veteran
Joined: Jun 2012
Posts: 20,265
Norton A/V allows it to be opened without giving any alerts.

The web page text states:

"Midi View
MidiView is a simple MIDI Monitor app to that shows bi-directional MIDI packages that flows through your machine.
Setting up the app is easy. Just plug in your MIDI device and see what is going on between your software and device
Features
Easy and clear interface
Windows & macOS
View bi-direction history
Shows the package direction
Export to CSV
Custom driver technology for Windows
Perfect tool for debugging problems or investigating flows in MIDI.
View in both Note name, hex and int"

I suspect it's safe.

The web page has a link to a tutorial, also on YouTube, here:


BIAB & RB2025 Win.(Audiophile), Sonar Platinum, Cakewalk by Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Kontakt, Focusrite 18i20, KetronSD2, NS40M Monitors, Pioneer Active Monitors, AKG K271 Studio H'phones
Off-Topic
Joined: Mar 2024
Posts: 359
I
Journeyman
Offline
Journeyman
I
Joined: Mar 2024
Posts: 359
Hi Mat.
You are a very knowledgable, tech savvy guy (I am not) , I'm sure you know this already so forgive me for jumping in here but others may find the following useful.

Powertracks Pro Audio has a very useful feature called Event List . Import your midi file into Powertracks
then go to the menu bar/Windows and scroll down to #9 Event List or simply press F2 on your keyboard.
Firstly delete those invasive Sysex files (these may be the cause of your problem Mat). They are coloured black and usually are at the top of the list.

(more directed to all)
Here in the event list you can take back control of your imported midi file.
CC's are coloured purple.Delete these. They control panning,volume,chorus,reverb etc. The only CC's that are good to keep
are the PedalCtrls which control pedal on off (mainly sustain) so try not to delete those.

Midi notes are coloured Blue so don't delete those.

Now when you import the treated midi file into your DAW of choice you will have complete mixing control.
Kudos to Powertracks for having this very useful capability.

Mat , when I import either a type 0 and type 1 MIDI file into my Daw (Mixcraft) , they remain silent until
I actually assign each track a voice within my Daw. Could that be a clue given that Corrillion is a Midi File Player.

Have you tried asking the good folk at The MIDI Association <info@midi.org>
midi.org
https://midi.org/community (forum)

good luck.

Off-Topic
Joined: Sep 2010
Posts: 7,509
Veteran
Offline
Veteran
Joined: Sep 2010
Posts: 7,509
About two years back, someone asked me if I could write a script in Lua to read MIDI files and convert MIDI CC tracks into SynthesizerV timelines.

I didn't find any existing code that read MIDI files in Lua, so I went searching for C files. Back in Ye Olden Days the programs MIDI2TXT and TXT2MIDI could be used to convert MIDI files to text, which allowed them to be edited, and then converted back again.

However... it didn't handle some of the MIDI events. I think it was that SYSEX could be 0xF0 or 0xF7, but I don't remember exactly.

I ended up writing the script from scratch looking at the MIDI specs. Mind you, this was only the MIDI file reader, as I didn't need to write it back to a MIDI file after loading it. It's less than 350 lines long - really simple code.

So if you want a Lua program that dumps a MIDI file to text, you're welcome to it.


-- David Cuny
My virtual singer development blog

Vocal control, you say. Never heard of it. Is that some kind of ProTools thing?
Off-Topic
Joined: May 2000
Posts: 22,145
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,145
As Izzy mentioned; PT/RB are pretty easy to use and you have at least one of them.


I do not work here, but the benefits are still awesome
Make your sound your own!
Off-Topic
Joined: Dec 2019
Posts: 81
Enthusiast
Offline
Enthusiast
Joined: Dec 2019
Posts: 81
I use MIDI-OX (free) as a monitor if I need to know what is going on. I guess it is a monitor only showing activity on the MIDI connection, no changes to a Midi File as far as I could see.
I had an editor of sorts back in the days of Steinberg 24 on an Atari. The only thing I could find serching the web that might work as a real editor is midieditor.
Have a look here: https://sourceforge.net/projects/midieditor/
The downloadlink provided is blocked by my virusscaner (certificate invalid).

I was surprised how cumbersome the search for a midi editor/sysex editor is. Seems like there is no need to go bejond the editing capabilities of a piano roll. Hard to belive.


“Musicians”: UltraPak 2025
DAW: Studio One Pro +
"Instruments": VSTs and REs
Notation: Notion 6
Interface: NI Komplete Audio 6
Mic: RØDE NT1-A
Controller: Panorama P6/KAWAI VPC1/Atom
OS: Win 10 64 Pro
Off-Topic
Joined: May 2000
Posts: 22,145
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,145
Again, Realband and Powertracks do this. I know Matt owns at least one of them.
Anybody with BiaB also has RB.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
EventList.jpg (43.98 KB, 163 downloads)
Last edited by rharv; 04/14/24 08:47 AM.

I do not work here, but the benefits are still awesome
Make your sound your own!
Off-Topic
Joined: Dec 2019
Posts: 81
Enthusiast
Offline
Enthusiast
Joined: Dec 2019
Posts: 81
For what it is worth, I sometimes use midig. Midi is a player, no editor, but gives information at a glance what is going on.
Back to Matts request.
As far as I can see and understand his problem, neither RB nor Studio One (tools he owns) can give the inside he needs to identify the problem.
Midi is not only a protokoll, but the "Commands" sent via that protokoll to a midi instrument can be programmed as a sequence to follow (aka Midi File).
It is sort of a programming language, and the commands can be entered not only by entering the notes via a DAW (or alike) but with a text based editor as well.
And like NotePad + or Sublime Text for many languages, there should be such editors for Midi. So he can see and examine his file with and some of the working Carilon files to figure out which midi events may cause a problem.


“Musicians”: UltraPak 2025
DAW: Studio One Pro +
"Instruments": VSTs and REs
Notation: Notion 6
Interface: NI Komplete Audio 6
Mic: RØDE NT1-A
Controller: Panorama P6/KAWAI VPC1/Atom
OS: Win 10 64 Pro
Off-Topic
Joined: Nov 2009
Posts: 1,373
Expert
Offline
Expert
Joined: Nov 2009
Posts: 1,373
I've been to MIDI HeLL, and survived.
Cakewalk is the very best at manipulating MIDI... but of course. I am biased...


Bandcamp
Soundcloud
Win-11; BiaB-2025 Audiophile
Cakewalk; Melodyne-5; Scaler 2; NI Komplete:
Focusrite Scarlett 18i20



Off-Topic
Joined: Jul 2000
Posts: 26,959
Veteran
OP Offline
Veteran
Joined: Jul 2000
Posts: 26,959
Update. Rharv correctly stated I have RealBand, which I had not used in many years. The MIDI Monitor in RealBand does show me the contents of the two sample files I was sent. I have printed them for comparison, along with my first attempt to make a Type 0 file (that doesn't play on the carillon) and am analyzing them all now.

Thank you all for your assistance.


BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
Off-Topic
Joined: May 2000
Posts: 22,145
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,145
Not MIDI Monitor, Event List .. more likely to find any events.

It's the big 'E' icon in the top Ribbon.
Select desired Track(s) to show in Event List and then launch it.


I do not work here, but the benefits are still awesome
Make your sound your own!
Off-Topic
Joined: Jul 2000
Posts: 26,959
Veteran
OP Offline
Veteran
Joined: Jul 2000
Posts: 26,959
Ah, OK. Thank you again, Bob I will try that, assuming I can see the big E grin


BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
Off-Topic
Joined: May 2000
Posts: 22,145
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,145
smirk

Attached Files (Click to download or enlarge) (Only available when you are logged in)
EventListIcon.jpg (31.02 KB, 125 downloads)

I do not work here, but the benefits are still awesome
Make your sound your own!
Off-Topic
Joined: Jan 2006
Posts: 350
P
Paj Offline
Journeyman
Offline
Journeyman
P
Joined: Jan 2006
Posts: 350
I have to +1 for PowerTracks and MIDI editing and manipulation. I don't use it as my primary DAW but it is my primary MIDI editor, ever since Cakewalk went off the rails. When I need more than the 48 tracks (Medleys, Orchestrals), I'll use it in conjunction with Reaper---but for GM and pop tracks, Power Tracks is still my MIDI guy.

If I need to non-critical bulk renderings to MP3 or WAV, I use Switch Sound File Converter.

Paj
8^)

Off-Topic
Joined: Jan 2020
Posts: 3,436
J
Veteran
Offline
Veteran
J
Joined: Jan 2020
Posts: 3,436
Paj.

i agree ...ptw is underated...as is rb viz midi.
its nice to see you appreciate it cos i feel too few users realise the value. big studios i once frequented sometimes were amazed at its features when i showed examples compared to what they wereuseing. getting older ive forgotten lots of my old midi tricks...
fun days.

om

Last edited by justanoldmuso; 04/22/24 04:28 AM.

my songs....mixed for good earbuds...(fyi..my vocs on all songs..)
https://soundcloud.com/alfsongs
(90 songs created useing bb/rb)
(lots of tips of mine in pg tips forum.)
Off-Topic
Joined: Apr 2013
Posts: 8,659
C
Veteran
Offline
Veteran
C
Joined: Apr 2013
Posts: 8,659
There's an Event List Editor available in BIAB and appears similar to the image Rharv posted.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Event List Editor in BIAB.jpg (50.95 KB, 89 downloads)

BIAB 2025:RB 2025, Latest builds: Dell Optiplex 7040 Desktop; Windows-10-64 bit, Intel Core i7-6700 3.4GHz CPU and 16 GB Ram Memory.
Off-Topic
Joined: Jan 2006
Posts: 350
P
Paj Offline
Journeyman
Offline
Journeyman
P
Joined: Jan 2006
Posts: 350
Originally Posted by justanoldmuso
Paj.

i agree ...ptw is underated...as is rb viz midi.
its nice to see you appreciate it cos i feel too few users realise the value. big studios i once frequented sometimes were amazed at its features when i showed examples compared to what they wereuseing. getting older ive forgotten lots of my old midi tricks...
fun days.

om

Yeah, and the icon menu items are handy but the MIDI Menu in the Edit Menu dropdown has really useful features, including a filter and subfilter in the Replace option which allow you to manipulate a lot of MIDI data quickly and conveniently. I'm editing a few MIDI sets for a band at the moment and it just makes me re-appreciate the feature. I do wish that I was able to record Macros but, still, it just works well with MIDI files.

Paj
8^)

Attached Files (Click to download or enlarge) (Only available when you are logged in)
PT-Edit-MIDI-menu.jpg (102.6 KB, 62 downloads)
Last edited by Paj; 04/25/24 09:40 AM.
Off-Topic
Joined: Jul 2000
Posts: 6,338
Veteran
Offline
Veteran
Joined: Jul 2000
Posts: 6,338
I use Master Tracks Pro (abandoned ware).

Why?

1) Without audio, the interface is clean and quick. No menus with sub and sub-sub menus to open. Every dialog is available with a hover and click.

2) Very good global editing features. If PTPro adopted the editing features of MTPro, I'd use it instead.


Notes ♫


Bob "Notes" Norton smile Norton Music
https://www.nortonmusic.com

100% MIDI Super-Styles recorded by live, pro, studio musicians for a live groove
& Fake Disks for MIDI and/or RealTracks
Previous Thread
Next Thread
Go To
Page 1 of 2 1 2

Link Copied to Clipboard
ChatPG

Ask sales and support questions about Band-in-a-Box using natural language.

ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.

PG Music News
Band-in-a-Box 2025 Italian Version is Here!

Cari amici
È stata aggerate la versione in Italiano del programma più amato dagli appassionati di musica, il nostro Band-in-a-Box.
Questo è il link alla nuova versione 2025.

Di seguito i link per scaricare il pacchetti di lingua italiana aggiornati per Band-in-a-Box e RealBand, anche per chi avesse già comprato la nuova versione in inglese.

Band-in-a-Box 2025 - Italiano
RealBand 2025 - Italiano

Band-in-a-Box 2025 French Version is Here!

Bonjour à tous,

Band-in-a-Box® 2025 pour Windows est disponible en Français.
Le téléchargement se fait à partir du site PG Music

Pour ceux qui auraient déjà acheté la version 2025 de Band-in-a-Box (et qui donc ont une version anglaise), il est possible de "franciser" cette version avec les patchs suivants:

BIAB 2025 - francisation
RealBand 2025 - francisation

Voilà, enjoy!

Band-in-a-Box 2025 German Version is Here!

Band-in-a-Box 2025 für Windows Deutsch ist verfügbar!

Die deutsche Version Band-in-a-Box® 2025 für Windows ist ab sofort verfügbar!

Alle die bereits die englische Version von Band-in-a-Box und RealBand 2024 installiert haben, finden hier die Installationsdateien für das Sprachenupdate:

https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025.exe
https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025RB.exe

Update Your Band-in-a-Box® 2025 to Build 1128 for Windows Today!

Already using Band-in-a-Box 2025 for Windows®? Download Build 1128 now from our Support Page to enjoy the latest enhancements and improvements from our team.

Stay up to date—get the latest update now!

Update to RealBand® 2025 Build 5 Windows Today!

Already using RealBand® 2025 for Windows®? Download Build 5 now from our Support Page to ensure you have the latest enhancements and improvements from our team.

Get the latest update today!

PowerTracks Pro Audio 2025 for Windows is Here!

PowerTracks Pro Audio 2025 is here! This new version introduces many features, including VST3 support, the ability to load or import a .FLAC file, a reset option for track height in the Tracks window, a taller Timeline on the Notation window toolbar, new freeze buttons in the Tracks window, three toolbar modes (two rows, single row, and none), the improved Select Patch dialog with text-based search and numeric patch display, a new button in the DirectX/VST window to copy an effects group, and more!

First-time packages start at only $49. Already a PowerTracks Pro Audio user? Upgrade for as little as $29!

www.pgmusic.com/powertracks.htm

Video: Summary of the New Band-in-a-Box® App for iOS®

Join Tobin as he takes you on a tour of the new Band-in-a-Box® app for iOS®! Designed for musicians, singer-songwriters, and educators, this powerful tool lets you create, play, and transfer songs effortlessly on your iPhone® or iPad®—anytime, anywhere.

Band-in-a-Box® for iOS® :Summary video.

Check out the forum post for more information.

Forum Statistics
Forums58
Topics84,145
Posts775,302
Members39,567
Most Online25,754
Jan 24th, 2025
Newest Members
RickyLane, greypeter1, AudioQuestions, jl1, DKL
39,567 Registered Users
Top Posters(30 Days)
MarioD 192
DC Ron 102
rsdean 95
WaoBand 87
Noel96 75
BYOBand 68
dcuny 67
Today's Birthdays
Jan van der Linde
Powered by UBB.threads™ PHP Forum Software 7.7.5