Menu

New Jamulus Release 3.5.9

2020-07-19
2020-08-12
  • Volker Fischer

    Volker Fischer - 2020-07-19

    A new Jamulus software version is available: 3.5.9. Here are the changes:

    • new app icon for Jamulus, created by geheimerEichkater (#410)

    • support up to four different groups for the channels (#202)

    • support sorting faders by channel group

    • add support to change the GUI language (#297)

    • add special server list filter for filtering occupied servers by using "#" (#397)

    • update server UI to allow setting the jam recorder directory (like -R) (#228, #405)

    • redesign of the server dialog (e.g. added welcome message setting)

    • save and restore mixer state (like fader, mute, etc.) (#377)
      note that saving/loading of settings only works if not connected

    • scale channel instrument picture in Compact skin mode

    • show maximum number of clients for servers in the serverlist, coded by dingodoppelt (#451)

    • log the number of connected clients on each new connection (#277)

    • move the Mute Myself button up to prevent accidentally disconnecting

    • bug fix: grouping faders in the client should be proportional (see discussion in #202, #419)

     
    • Winfaithfulness

      Winfaithfulness - 2020-08-10

      Hi Volker,

      Sorry for writing in this discussion because i need some clarifications from you. I have always erperience some "jitter" sound even i have added a hardware purifier/ compression . I realised that the "jitter" sound from jamulus on occurs when there is high level of signal shown on my mixer board. May i know whetther this software did set a limiter or anything to control our input signal level? It would be great if you could share some information with me. Thank you! =)

       
      • Volker Fischer

        Volker Fischer - 2020-08-10

        There is no limiter implemented. But maybe inside the OPUS audio codec you will have some audio processing like this.

         
        • Winfaithfulness

          Winfaithfulness - 2020-08-10

          Ok!

          I will read up more about that! =) So I was just wondering, whether there’s still any information I should take note of that was not shared as the “First Rule of Jamulus” if I wanna get rid of the “jitter” sound when I am using Jamulus. 😅

          With Warmest Regards,
          Irwin (阿 Win)

          On 10 Aug 2020, at 10:47 PM, Volker Fischer corrados@users.sourceforge.net wrote:

          
          There is no limiter implemented. But maybe inside the OPUS audio codec you will have some audio processing like this.

          New Jamulus Release 3.5.9

          Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/llcon/discussion/software/

          To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

           
      • DonC

        DonC - 2020-08-10

        For the best tone quality you want to set the signal level in the analog portion of your system before it sees any software. If your signal is distorted because it is overdriven you can not repair it digitally. If, on the other hand, the signal is too weak you will have more noise than is necessary.
        It sounds like you need to turn down the input volume on your mixer.

         
        • Winfaithfulness

          Winfaithfulness - 2020-08-12

          the issue i have is actually non consistent "jitter" sounds

           
          • DonC

            DonC - 2020-08-12

            Could it be that you are connected using wifi and not a wired connection to the Internet?
            I get non-consistent noise if I try to use wifi.

             
            • Winfaithfulness

              Winfaithfulness - 2020-08-12

              I use lan cable cat 6 for the connection Of jamming though.

              On 12 Aug 2020, at 10:40 PM, DonC doncor@users.sourceforge.net wrote:

              
              Could it be that you are connected using wifi and not a wired connection to the Internet?
              I get non-consistent noise if I try to use wifi.

              New Jamulus Release 3.5.9

              Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/llcon/discussion/software/

              To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

               
  • DonC

    DonC - 2020-07-19

    The client of this new version says it is version 3.5.9
    The server of this new version says it is version 3.5.10
    What is correct?

    odroid@focal-server:/usr/src/jamulus/jamulus$ sudo service jamulus status
    ● jamulus.service - Jamulus-Server
    Loaded: loaded (/etc/systemd/system/jamulus.service; enabled; vendor preset: enabled)
    Active: active (running) since Sun 2020-07-19 11:29:58 UTC; 20s ago
    Main PID: 4469 (Jamulus)
    Tasks: 2 (limit: 1169)
    Memory: 15.9M
    CGroup: /system.slice/jamulus.service
    └─4469 /usr/local/bin/Jamulus -s -n -F -e jamulusclassical.fischvolk.de:22524 -a StringsServer -u 10 -w Welcome to the Str>

    Jul 19 11:29:58 focal-server jamulus[4469]: - server name for HTML status file: StringsServer
    Jul 19 11:29:58 focal-server jamulus[4469]: - maximum number of channels: 10
    Jul 19 11:29:58 focal-server jamulus[4469]: - welcome message: Welcome to the Strings Server St-Blaise running Jamulus 3.5.6
    Jul 19 11:29:58 focal-server jamulus[4469]: - server info: Strings Server;St-Blaise;206;
    Jul 19 11:29:58 focal-server jamulus[4469]: Recording state not initialised
    Jul 19 11:29:58 focal-server jamulus[4469]: *** Jamulus, Version 3.5.10git
    Jul 19 11:29:58 focal-server jamulus[4469]: *** Internet Jam Session Software
    Jul 19 11:29:58 focal-server jamulus[4469]: *** Released under the GNU General Public License (GPL)

     
    • Rob Durkin

      Rob Durkin - 2020-07-21

      Hey Don,

      After you run git to get the latest sources, you can use git checkout to install the latest official release, instead of installing the latest version on github, which is why your versions shows as 3.5.10git, that's not the latest official release, that's the latest version on Github. The offical release is 3.5.9 as you've noted.

      This is the command I use is something like this:

      cd jamulus
      git pull
      git checkout r3_5_9
      qmake "CONFIG+=nosound headless" Jamulus.pro`
      make clean
      sudo make install
      
       

      Last edit: Rob Durkin 2020-07-21
      • DonC

        DonC - 2020-07-21

        So you are saying that is the development version?
        But why does it then show 3.5.9 when run as a client ?
        It sure is strange that the same code shows different version numbers when run as client or server.

         
        • Rob Durkin

          Rob Durkin - 2020-07-21

          Are you running the client and server on a Linux box? If so, I don't know why they'd show different versions. I only run the server on my Pi.

           
          • DonC

            DonC - 2020-07-21

            OK, I see now that under Win10 both client and server are V 3.5.9, it is just the linux server I am seeing 3.5.10git. If the git versions are all development versions it is time to get the word out, I see many many 3.X.Xgit versions in the server lists. I bet all those people would, like me, prefer to be using a released version.
            I have been updating with simply:

            sudo git pull
            sudo make
            

            I will try your version.
            Don

             

            Last edit: DonC 2020-07-21
            • Gilgongo

              Gilgongo - 2020-07-22

              Just a footnote on this.

              The reason why we don't describe how to get the latest released version from git in the way Rob describes is that it will complicate the installation instructions (and we don't want to keep updating the wiki manually with version numbers on each release).

              However, now that Volker is identifying the latest release as such on git we can instruct people to use this link to get the latest official released sources using the Github alias for this:

              https://github.com/corrados/jamulus/releases/latest

              I'll update the wiki. BTW it's quite important that we don't have various different ways of downloading and compiling Jamulus described on the wiki as that's going to make the docs much harder to maintain over time.

               
  • Vincenzo

    Vincenzo - 2020-07-22

    Just to check: may I connect to a 3.5.9 server from older clients? Thanks.

     
    • Gilgongo

      Gilgongo - 2020-07-22

      Yes, although some features like mute notifications and genre servers may
      not be there depending on how old the client is. But they can still jam :-)

       
      👍
      1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.