Jump to content

Hopital

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Hopital

  1. ll y a un bug dans "Traitements" "Rechercher/Changer". Pour le mettre en évidence, sélectionnez quelques notes comprenant quelques do dièses. Utilisez "Rechercher/changer" , dans rechercher décochez tout sauf "Note" ,dans "Min" et dans "Max" taper"C#?" , dans "Remplacer" "Min" et "Max" taper "Db?" , cliquer sur Ok et ... il ne se passe rien alors que cela fonctionne pour les autres notes
  2. Hopital

    bug Rechercher/Changer

    Il y a un bug dans "Traitements" "Rechercher/Changer". Pour le mettre en évidence, sélectionner un certains nombre de notes comprenant quelques do dièses. Utiliser "rechercher/changer" , dans rechercher décocher tout sauf "Note" ,dans "Min" et dans "Max" taper"C#?" , dans "Remplacer" "Min" et "Max" taper "Db?" , cliquer sur Ok et ... il ne se passe rien alors que cela fonctionne pour les autres notes
  3. pour 5 € vous pouvez utiliser unified remote https://www.unifiedremote.com . Une fois l'installation faite sur le PC et le smartphone,suivre le tutorial "How To Create a Custom Keyboard Shortcuts Remote" et créer les fichiers adaptés à Sonar. La syntaxe est très simple. Ci-dessous ce qu'il suffit de faire pour obtenir un bouton correspondant à la fonctionnalité play/stop (barre d'espace dans Sonar) fichier layout.xml------------------------------- <?xml version="1.0" encoding="utf-8"?> <layout> <row> <button text="Play/Stop" ontap="playstop" /> </row> </layout> fichier remote.lua-------------------------------- local kb = libs.keyboard; --@help Play Stop actions.playstop = function () kb.stroke("space"); end
  4. If I use the Key+ in the Inspector to record a transposing instrument (-2 for clarinet in B flat) with a midi keyboard, the partition view seems correct (1 flat/F for flute ,1 sharp/G for B flat clarinet) , but it result an unwanted polytonality between the non-transposing and transposing instruments during the record. The VST is TTS-1. Curiously , when I replay the project , everything is OK ! My question is "How to record transposing instruments ?"
  5. Many thanks ! Midi routing is a very useful thing !
  6. One of my VST (GPO5) use the CC 1 for the dynamic (piano,mf,f,ff...). Once the notes recorded on the different tracks ,I draw the curves for CC 1 on each track while the dynamic is the same for all tracks. Is there a way to draw this curve just once and that the CC messages is sent to multiple tracks ?
×
×
  • Create New...