Quote from carlos Saldaña on August 16, 2022, 4:16 amHola a todos mi pregunta es la siguiente existe algún plugin que reproduzca las notas musicales como música para no tener que usar archivos de sonido por las cuestiones de licencia, la idea es que se reproduzca por ejemplo la cucaracha cuando te equivocas y la obertura de Guillermo Tell cuando aciertas y esto por medio de notas musicales como lo podías hacer en quickbasic
Hola a todos mi pregunta es la siguiente existe algún plugin que reproduzca las notas musicales como música para no tener que usar archivos de sonido por las cuestiones de licencia, la idea es que se reproduzca por ejemplo la cucaracha cuando te equivocas y la obertura de Guillermo Tell cuando aciertas y esto por medio de notas musicales como lo podías hacer en quickbasic

Quote from luishp on August 16, 2022, 9:51 am@carlos-saldana en VisualNEO Win puedes utilizar el plugin neoDX para reproducir archivos MIDI como el que adjunto.
Este tipo de archivos incluyen información sobre la melodía pero no son una grabación, por lo que se "interpretan" directamente en tu ordenador de forma parecida a como se hacía en QuickBASIC.Este sería el comando para hacerlo sonar:
dxPlaySoundFile "william-tell.mid" "NORMAL"Saludos.
@carlos-saldana en VisualNEO Win puedes utilizar el plugin neoDX para reproducir archivos MIDI como el que adjunto.
Este tipo de archivos incluyen información sobre la melodía pero no son una grabación, por lo que se "interpretan" directamente en tu ordenador de forma parecida a como se hacía en QuickBASIC.
Este sería el comando para hacerlo sonar:
dxPlaySoundFile "william-tell.mid" "NORMAL"
Saludos.
Uploaded files:
Quote from DaviddeArgentina on August 17, 2022, 2:17 amHola @carlos-saldana
Bienvenido al foro.
Sería muy bueno si me indicas si este programa de ejemplo reune tus expectativas
De ser asi, puedo transformarlo en un plugin.
Saludos desde Buenos Aires
David de Argentina
Hello @carlos-saldana
Welcome to the forum.
It would be great if you let me know if this sample program meets your expectations.
If so, I can transform it into a plugin.
Greetings from Buenos Aires
David de Argentina
Hola @carlos-saldana
Bienvenido al foro.
Sería muy bueno si me indicas si este programa de ejemplo reune tus expectativas
De ser asi, puedo transformarlo en un plugin.
Saludos desde Buenos Aires
David de Argentina
Hello @carlos-saldana
Welcome to the forum.
It would be great if you let me know if this sample program meets your expectations.
If so, I can transform it into a plugin.
Greetings from Buenos Aires
David de Argentina
Uploaded files:Quote from carlos Saldaña on August 17, 2022, 2:52 amsi esta perfecto
si esta perfecto
Quote from carlos Saldaña on August 17, 2022, 11:46 amCuanto seria su costo
Cuanto seria su costo

Quote from DaviddeArgentina on August 17, 2022, 4:49 pm@carlos-saldana
Ya puse el proyecto en la lista de trabajos para hacer.
Cuando sepa cuanto trabajo me va a demandar hacer ese plugin, te aviso
Por favor, este es un foro internacional que lo aprecian usuarios de muchas partes del mundo.
Los mensajes que se publican aqui, deben ser traducidos al ingles.
I've already put the project on the to-do list.
When I know how much work it will take me to make that plugin, I'll let you know
Please, this is an international forum appreciated by users from many parts of the world.
The messages published here must be translated into English.
Greetings / Saludos from Buenos Aires,
David de Argentina
Ya puse el proyecto en la lista de trabajos para hacer.
Cuando sepa cuanto trabajo me va a demandar hacer ese plugin, te aviso
Por favor, este es un foro internacional que lo aprecian usuarios de muchas partes del mundo.
Los mensajes que se publican aqui, deben ser traducidos al ingles.
I've already put the project on the to-do list.
When I know how much work it will take me to make that plugin, I'll let you know
Please, this is an international forum appreciated by users from many parts of the world.
The messages published here must be translated into English.
Greetings / Saludos from Buenos Aires,
David de Argentina

Quote from Talker on August 20, 2022, 2:10 amExisting MIDI files are often subject to copyright as well. Unless they are in the public domain.
Interesting detail: Chord progressions are not copyrighted, only melodies are.
Very nice and interesting app David! I would be interested in such a plug-in too. If it would enable me to create simple music apps for my users. Do you think you can make the plug-in available at a reasonable price?
Also, would it be possible to add a "Release" modulation function to lengthen the tone somewhat? GM patches like piano and guitar will not respond well to Sustain only.
If you could manage to add a simple Arpeggio function and preferably a "Save as MIDI or MP3/WAV" function, then users can quickly create their own music files completely Royalty/Copyright-free.
You might also want to add a small basic default SoundFont. There are several royalty-free GM SF2 files available. Anything is better than the WaveTable synth!
Finally. Is it possible to make the piano keys approachable as if they were regular Neo buttons? That way we could attach hotkeys to them and emulate "playing" on the computer keyboard :-).
Existing MIDI files are often subject to copyright as well. Unless they are in the public domain.
Interesting detail: Chord progressions are not copyrighted, only melodies are.
Very nice and interesting app David! I would be interested in such a plug-in too. If it would enable me to create simple music apps for my users. Do you think you can make the plug-in available at a reasonable price?
Also, would it be possible to add a "Release" modulation function to lengthen the tone somewhat? GM patches like piano and guitar will not respond well to Sustain only.
If you could manage to add a simple Arpeggio function and preferably a "Save as MIDI or MP3/WAV" function, then users can quickly create their own music files completely Royalty/Copyright-free.
You might also want to add a small basic default SoundFont. There are several royalty-free GM SF2 files available. Anything is better than the WaveTable synth!
Finally. Is it possible to make the piano keys approachable as if they were regular Neo buttons? That way we could attach hotkeys to them and emulate "playing" on the computer keyboard :-).

Quote from DaviddeArgentina on August 22, 2022, 10:38 pmHi @Talker,
Thanks for your interest.I'm working on the first attempt of a midi plugin (that does exactly the same functions as the original program) but I can't make it sound... absolutely nothing.
I guess I'm doing something wrong, because it should already make some kind of sound.
As for added functions, I'll tell you that I can only make a wrapper of the original library, I only understand programming, and nothing about music...
As soon as I get something working I'll let you know.
so far nothing.
Estoy trabajando en la primer intento de un plugin para midi (que haga exactamente las mismas funciones que el programa original) pero no logro hacer sonar... absolutamente nada.
Supongo que estoy haciendo algo mal, porque ya debería hacer algun tipo de sonido.
En cuanto a funciones agregadas, te cuento que sólo puedo hacer un wrapper de la libreria original, sólo entiendo de programación, y nada de música...
En cuanto logre hacer que algo funcione les aviso.
por ahora nada.
Cheers,
David de Argentina
Hi @Talker,
Thanks for your interest.
I'm working on the first attempt of a midi plugin (that does exactly the same functions as the original program) but I can't make it sound... absolutely nothing.
I guess I'm doing something wrong, because it should already make some kind of sound.
As for added functions, I'll tell you that I can only make a wrapper of the original library, I only understand programming, and nothing about music...
As soon as I get something working I'll let you know.
so far nothing.
Estoy trabajando en la primer intento de un plugin para midi (que haga exactamente las mismas funciones que el programa original) pero no logro hacer sonar... absolutamente nada.
Supongo que estoy haciendo algo mal, porque ya debería hacer algun tipo de sonido.
En cuanto a funciones agregadas, te cuento que sólo puedo hacer un wrapper de la libreria original, sólo entiendo de programación, y nada de música...
En cuanto logre hacer que algo funcione les aviso.
por ahora nada.
Cheers,
David de Argentina