Plugins que reprodusca notas musicales - Forum

Forum Navigation
You need to log in to create posts and topics.

Plugins que reprodusca notas musicales

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

@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:
  • You need to login to have access to uploads.

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:
  • You need to login to have access to uploads.

si esta perfecto

Cuanto seria su costo

@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

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 :-).

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

sinmorph has reacted to this post.
sinmorph